:root {
  --pink: #e8748a;
  --pink-light: #f9e6ea;
  --pink-mid: #f0aab8;
  --pink-dark: #c9536b;
  --gray: #555;
  --gray-light: #f5f5f5;
  --text: #333;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--text);
  background: #fff;
}

/* HERO */
.hero {
  width: 100%;
  background: linear-gradient(135deg, #f0c8d0 0%, #e8a0b0 50%, #d4708a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.hero-placeholder {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  padding-bottom: 20px;
}
/* HEADER SECTION */
.header-section {
  padding-bottom: 28px 20px;
  display: flex;
  gap: 32px;
  align-items: flex-start;
  width: 1000px;
  margin: 45px auto;
}
.logo-block img {
  width: 300px;
}
.logo {
  font-family: "Playfair Display", serif;
  font-size: 13px;
  color: var(--pink);
  font-weight: 700;
  text-transform: lowercase;
  letter-spacing: 2px;
}
.logo span {
  display: block;
  font-size: 42px;
  line-height: 1;
  color: var(--pink);
}
.logo-vol {
  font-size: 10px;
  color: var(--pink-mid);
  margin-top: 4px;
  letter-spacing: 1px;
}
.header-right {
  width: 650px;
}
.header-right h2 {
  font-size: 36px;
  font-weight: 700;
  color: #9a0d1d;
  margin-bottom: 10px;
  padding-bottom: 8px;
}
.header-right ul {
  list-style: none;
  font-size: 20px;
  line-height: 2;
  margin-left: 10px;
}
.header-right ul li {
  display: flex; /* 点とリストを横並びに */
  align-items: center; /* 垂直方向に中央揃い */
  font-size: 20px;
}

.header-right ul li::before {
  content: "⚫︎"; /* 記号(黒丸)を挿入 */
  color: var(--pink); /* 好きな色にする */
  font-size: 20px; /* 点の大きさ */
  margin-right: 10px; /* 点とテキストの距離 */
}

.header-sub {
  font-size: 14px;
  color: #5d5d5d;
  margin-top: 8px;
  line-height: 1.8;
}

/* INTRO */
.intro {
  width: 1000px;
  margin: 0 auto;
  color: #f2495c;
  font-size: 22px;
  padding-bottom: 24px;
}
.intro h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--pink);
  margin-bottom: 10px;
}
.intro p {
  font-size: 22px;
  color: #f2495c;
  line-height: 2;
}

/* INTERVIEW SECTION */
.interview-section {
  width: 1000px;
  margin: 0 auto;
}
.interview-grid {
  width: 1000px;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#interview-tag-sp {
  display: none;
}

.profile-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.interview-card {
  width: 460px;
  height: auto;
}

#card-kitsutaka {
  padding-bottom: 20px;
  margin-top: 40px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
#card-akasaka {
  padding-bottom: 20px;
  margin-top: 40px;
  padding-left: 37px;
  border-bottom: 1px solid #fff;
}
#card-umade {
  padding-top: 30px;
  border-right: 1px solid #fff;
}
#card-ozaki {
  padding-top: 30px;
  padding-left: 37px;
}

.hero-person img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.avatar {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  overflow: hidden;
  background: var(--pink-light);
}
.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-info {
  flex: 1;
}
.card-facility {
  font-size: 16px;
  color: #9a0d1d;
  padding: 2px 8px;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 14px;
}
.card-profile {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 22px;
}

.card-title {
  font-size: 16px;
}
.card-name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 4px;
}
.card-name span {
  font-size: 16px;
  font-weight: 400;
}
.card-detail {
  font-size: 16px;
  line-height: 1.7;
}
.card-detail strong {
  color: var(--pink-dark);
}

/* MOKUJI */
.mokuji {
  width: 1000px;
  margin: 0 auto 32px;
  padding: 0;
}
.mokuji-box {
  display: flex;
  justify-content: space-between;
  background-color: #ea7c89;
  border-radius: 0 0 50px 50px;
  padding-bottom: 70px;
}
.mokuji_contents {
  width: 800px;
}
.mokuji_contents a {
  text-decoration: none;
}

.mokuji-title img {
  margin-left: 52px;
}
.mokuji-item {
  width: 800px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  color: #fff;
}
.mokuji-item:last-child {
  border-bottom: none;
}
.mokuji-num {
  background: var(--pink);
  color: #fff;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
}
.mokuji-highlight {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 750px;
  height: 80px;
  background: #f5bfc5;
  color: #9a0d1d;
  border-radius: 40px;
  padding: 8px 30px;
  font-size: 16px;
  text-align: center;
  margin-top: 8px;
}

.mokuji-highlight img {
  width: 170px;
}

/* CONTENT SECTIONS */
.content-section {
  width: 1000px;
  margin: 0 auto 40px;
}
.section-title {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-bottom: 24px;
}
.section-num {
  height: 60px;
}
.section-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--text);
  border-bottom: 2px solid var(--pink-light);
  padding-bottom: 6px;
  flex: 1;
}

/* INTERVIEW Q&A */
.qa-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.qa-item {
  display: flex;
  gap: 16px;
  align-items: center;
}
.qa-avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.qa-avatar .avatar {
  width: 120px;
  height: 120px;
  font-size: 22px;
}
.qa-avatar .name-label {
  font-size: 18px;
  color: #9a0d1d;
  font-weight: 500;
  white-space: nowrap;
}
.qa-bubble {
  display: flex;
  align-items: center;
  max-width: 840px;
  min-height: 160px;
  border-left: 1px solid #ff5757;
  border-bottom: 1px solid #ff5757;
  padding: 14px 18px;
  font-size: 18px;
  line-height: 2;
  color: var(--gray);
  flex: 1;
  position: relative;
}

/* PHOTO DIVIDER */
.photo-divider {
  width: 860px;
  height: 540px;
  background-color: #fff0f1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 120px auto;
  border-radius: 20px;
}
.photo-person {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.5);
}
.photo-person img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-caption {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  margin-top: 4px;
}
.question-divider {
  width: 860px;
  background-color: #fff0f1;
  margin: 120px auto;
  padding: 50px 45px;
  border-radius: 20px;
}
.question-divider img {
  margin-bottom: 18px;
}
.question-divider h3 {
  color: #9a0d1d;
  font-size: 26px;
  margin-bottom: 24px;
}
.question-divider p {
  font-size: 18px;
  line-height: 40px;
  color: #5d5d5d;
}

.question-contents {
  width: 770px;
  height: 325px;
  border-radius: 10px;
  background: #ffffff;
  padding: 33px;
  margin: 30px auto;
  line-height: 2;
}
.question-contents ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  list-style: none;
  margin-left: 10px;
}
.question-contents ul li h4 {
  display: flex; /* 点とリストを横並びに */
  align-items: center; /* 垂直方向に中央揃い */
  font-size: 20px;
  color: var(--pink); /* 好きな色にする */
}
.question-contents ul li h4::before {
  content: "⚫︎"; /* 記号(黒丸)を挿入 */
  color: var(--pink); /* 好きな色にする */
  font-size: 20px; /* 点の大きさ */
  margin-right: 10px; /* 点とテキストの距離 */
}
.venue-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 860px;
  background-color: #ffcbd1;
  margin: 120px auto;
  padding: 50px 45px;
  border-radius: 20px;
}
.venue-box .venue-box-title {
  width: 174px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background-color: #ff5757;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
}
.venue-box h3 {
  font-size: 26px;
  color: #9a0d1d;
  margin-top: 18px;
}
.venue-box p {
  font-size: 18px;
  color: #5d5d5d;
  margin-top: 20px;
}
.venue-box p a {
  text-decoration: none;
  color: #5d5d5d;
}
.venue-box .venue {
  width: 750px;
  margin: auto;
  margin-top: 50px;
}
.venue-box .venue-img-contents {
  width: 750px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.venue-box .venue-img-contents img {
  width: 360px;
}
.back-number-box {
  width: 1000px;
  margin: auto;
}
#bk-midashi-pc {
  display: block;
}
#bk-midashi-sp {
  display: none;
}
.back-number-box .back-number-top {
  display: flex;
  gap: 40px;
  margin: 50px auto 30px auto;
}
.back-number-box .back-number-bottom {
  display: flex;
  gap: 40px;
  margin-bottom: 150px;
}

.back-number-top a,
.back-number-bottom a {
  text-decoration: none;
}

.back-number-box .back-number-contents {
  width: 480px;
  height: 180px;
  display: flex;
  border: 1px solid #dbdbdb;
}

.back-number-box .back-number-contents .back-number .back-number-left {
  width: 220px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.back-number-box .back-number-contents .back-number .back-number-left h4 {
  color: #ea7c89;
  font-size: 26px;
}
.back-number-box .back-number-contents .back-number .back-number-left .line {
  width: 160px;
  height: 2px;
  background-color: #ea7c89;
}

.back-number-box .back-number-contents .back-number .back-number-left p {
  font-size: 30px;
  color: #5d5d5d;
  text-align: center;
  line-height: 1.2;
}

.back-number-box .back-number-contents .back-number .left-br p {
  font-size: 30px;
  color: #5d5d5d;
  text-align: center;
  line-height: 1.2;
  margin-top: -20px;
}
.back-number-box .back-number-contents .back-number .back-number-left p span {
  font-size: 12px;
  color: #5d5d5d;
}
/* PC専用に明示する */
@media (min-width: 769px) {
  .interview-grid {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("https://inn-sect.conohawing.com/wp/okayama-roushikyo/wp-content/themes/okayama_roushikyo/img/careup/v5/interview.png");
  }
}
/* ============================================
   スマホ用レスポンシブCSS
   care UP vol.5 - max-width: 768px
   ※ PCのCSSは変更しません
   ============================================ */

@media screen and (max-width: 768px) {
  /* --- HERO --- */
  .hero {
    min-height: auto;
  }
  .hero-placeholder {
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding-bottom: 0;
    width: 100%;
  }
  .hero-placeholder img {
    width: 100%;
    height: auto;
  }

  /* --- HEADER SECTION --- */
  .header-section {
    width: 100%;
    gap: 16px;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 20px 16px;
    background-color: #fff0f1;
  }
  .logo-block {
    width: 120px;
  }
  .logo-block img {
    width: 100%;
    height: auto;
  }
  .header-right {
    width: 100%;
  }
  .header-right h2 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .header-right ul {
    font-size: 14px;
    line-height: 1.8;
    margin-left: 4px;
  }
  .header-right ul li {
    font-size: 14px;
  }
  .header-right ul li::before {
    font-size: 14px;
    margin-right: 6px;
  }
  .header-sub {
    font-size: 12px;
    margin-top: 8px;
  }

  /* --- INTRO --- */
  .intro {
    width: 100%;
    padding: 0 16px 20px;
    font-size: 14px;
  }
  .intro h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .intro p {
    font-size: 14px;
    line-height: 1.9;
  }

  /* --- INTERVIEW SECTION (プロフィールグリッド) --- */
  .interview-section {
    width: 100%;
    padding: 0 16px;
  }
  .interview-grid {
    width: 100%;
    height: auto;
    padding: 20px 0;
    padding-top: 0;
    flex-direction: column;
    gap: 0;
    background-color: #ffcbd1;
    border: 9px solid #ea7c89;
    border-bottom: none;
    border-radius: 20px 20px 0 0;
    background-image: none;
  }

  #interview-tag-sp {
    display: block;
    margin: 0 auto;
    width: 180px;
  }
  .profile-flex {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding: 0 20px;
  }
  .interview-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100% !important;
    height: auto;
    padding: 16px 0px !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
  }
  #card-kitsutaka {
    margin-top: 50px;
    padding-bottom: 0;
  }
  #card-akasaka {
    margin-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
    padding-bottom: 0;
  }
  .interview-card:last-child {
    border-bottom: none !important;
  }
  .card-facility {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .card-profile {
    gap: 12px;
  }
  .avatar {
    width: 120px;
    height: 120px;
  }
  .card-title {
    font-size: 16px;
  }
  .card-name {
    font-size: 20px; /* 名前は16px */
    margin-bottom: 2px;
  }
  .card-name span {
    font-size: 14px;
  }
  .card-detail {
    font-size: 14px;
    line-height: 1.6;
  }

  /* --- MOKUJI --- */
  .mokuji {
    width: 100%;
    padding: 0 16px;
  }
  .mokuji-box {
    flex-direction: column;
    border-radius: 0 0 30px 30px;
    padding: 0 13px;
    padding-bottom: 40px;
  }
  .mokuji_contents {
    width: 100%;
  }

  .mokuji-title img {
    margin-left: 0px;
    width: 80px;
  }
  .mokuji-item {
    width: 100%;
    font-size: 16px;
    padding: 12px 0;
  }
  .mokuji-highlight {
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    text-align: start;
    font-size: 16px;
    padding: 20px;
    border-radius: 10px;
    gap: 10px;
  }
  .mokuji-highlight p {
    font-size: 16px;
  }

  /* --- CONTENT SECTIONS --- */
  .content-section {
    width: 100%;
    padding: 0 16px;
    margin: 0 auto 30px;
  }
  .section-title {
    gap: 12px;
    margin-bottom: 16px;
  }
  .section-num {
    height: 60px;
  }
  .section-title h2 {
    font-size: 24px;
  }

  /* --- Q&A --- */
  .qa-list {
    gap: 28px;
  }
  .qa-item {
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
  }
  .qa-avatar .avatar {
    width: 100px;
    height: 100px;
    font-size: 14px;
  }
  .qa-avatar .name-label {
    font-size: 16px; /* インタビュアー名前は16px */
    text-align: center;
  }
  .qa-bubble {
    font-size: 16px; /* 本文は14px */
    line-height: 1.8;
    min-height: auto;
    padding: 10px 12px;
  }

  /* --- PHOTO DIVIDER --- */
  .photo-divider {
    width: calc(100% - 32px);
    height: auto;
    margin: 100px auto;
    border-radius: 12px;
  }

  /* --- QUESTION DIVIDER --- */
  .question-divider {
    width: calc(100% - 32px);
    margin: 100px auto 0 auto;
    padding: 28px 20px;
    border-radius: 12px;
  }
  .question-divider img {
    width: 240px;
    margin-bottom: 10px;
  }
  .question-divider h3 {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .question-divider p {
    font-size: 14px;
    line-height: 1.9;
  }
  .question-contents {
    width: 100%;
    height: auto;
    padding: 20px 16px;
    margin: 20px auto;
  }
  .question-contents ul li h4 {
    font-size: 14px;
  }
  .question-contents ul li h4::before {
    font-size: 14px;
    margin-right: 6px;
  }
  .question-contents ul li p {
    font-size: 14px;
    line-height: 1.7;
  }

  /* --- VENUE BOX --- */
  .venue-box {
    width: calc(100% - 32px);
    margin: 40px auto;
    padding: 28px 20px;
    border-radius: 16px;
  }
  .venue-box .venue-box-title {
    font-size: 13px;
  }
  .venue-box h3 {
    font-size: 18px;
    margin-top: 12px;
  }
  .venue-box p {
    font-size: 14px;
    margin-top: 12px;
  }
  .venue-box .venue {
    width: 100%;
    margin-top: 24px;
  }
  .venue-box .venue-img-contents {
    width: 100%;
    gap: 10px;
    margin-top: 16px;
  }
  .venue-box .venue-img-contents img {
    width: calc(50% - 5px);
  }

  /* --- BACK NUMBER ---
  .back-number-box {
    width: 100%;
    padding: 0 16px 30px;
  }
  #bk-midashi-pc {
    display: none;
  }
  #bk-midashi-sp {
    display: block;
    width: 100%;
  }
  .back-number-contents {
    flex-direction: row;
    width: 100%;
  }
  .back-number-top,
  .back-number-bottom {
    display: flex;
    flex-direction: column;
  }
  .back-number-left {
    width: auto !important;
    margin: 0 20px;
  }
  .back-number-left h4 {
    font-size: 20px;
  }
  .back-number-left p {
    font-size: 23px;
  }
  .back-number-right {
    width: auto;
  }
  .back-number-right img {
    width: 100%;
  } */
  /* --- BACK NUMBER --- */
  .back-number-box {
    width: 100%;
    padding: 0 16px 30px;
  }
  #bk-midashi-pc {
    display: none;
  }
  #bk-midashi-sp {
    display: block;
    width: 100%;
  }
  .back-number-top,
  .back-number-bottom {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-left: 0;
    margin-right: 0;
  }
  .back-number-box .back-number-top {
    margin: 20px auto 40px auto;
  }
  .back-number-box .back-number-bottom {
    margin-bottom: 60px;
  }
  .back-number-box .back-number-contents {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
  }
  .back-number-box .back-number-contents .back-number {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
  }
  .back-number-box .back-number-contents .back-number .back-number-left {
    width: 100% !important;
    height: auto;
    padding: 16px 12px;
    gap: 12px;
  }
  .back-number-box .back-number-contents .back-number .back-number-left h4 {
    font-size: 18px;
  }
  .back-number-box .back-number-contents .back-number .back-number-left .line {
    width: 80%;
  }
  .back-number-box .back-number-contents .back-number .back-number-left p {
    font-size: 18px;
  }
  .back-number-box .back-number-contents .back-number .back-number-left p span {
    font-size: 11px;
  }
  .back-number-box .back-number-contents .back-number .left-br p {
    margin-top: 0px;
  }

  .back-number-right {
    width: 45%;
    flex-shrink: 0;
  }
  .back-number-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}
