.interview-container {
  max-width: 860px;
  margin: 0 auto;
  padding: 2em;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.interview-header {
  text-align: center;
  border-bottom: 2px solid #ccc;
  padding-bottom: 1em;
  margin-bottom: 2em;
}

.interview-header .tagline {
  font-size: 14px;
  color: #999;
  margin-bottom: 0.5em;
}

.interview-header h1 {
  font-size: 26px;
  color: #006699;
}

.profile-card {
  display: flex;
  align-items: center;
  margin-bottom: 2em;
  gap: 2rem;
  margin: 0 auto 2em;
  /* 外側の余白（上下と中央配置） */
  padding: 3em 2em 2em;
  /* 内側余白（上・左右・下） */
  position: relative;
  background: #f4f3f2;
  /* 背景色（ノート風の淡い色） */
  max-width: 1000px;
}

/* 手書きノート風 */
.profile-card::before {
  content: '';
  position: absolute;
  inset: 0.5em 0 0 0;
  /* 上から0.5em、左右と下を0に */
  margin: 0 auto;
  /* 水平方向中央揃え */
  width: 95%;
  /* ドット線の横幅 */
  border-top: dotted 10px #fff;
  /* ドット線（太さ10px、白） */
}

.profile-card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-right: 1em;
  max-width: 340px;
}

.profile-text {
  /* margin:2rem; */
}

.profile-text p {
  margin: 4px 0;
  font-size: .9rem;
}

.profile-text p.job {
  border: 1px solid #ddd;
  background: #fff;
  padding: .2rem 1rem;
  display: inline-block;
}

.profile-text p.name {
  font-weight: 600;
  font-size: 1.4rem;
}

.profile-text p.name span {
  font-weight: 500;
  font-size: 1rem;
}

.qa {
  margin: 0 auto 2em;
  max-width: 1000px;
}

.qa h2 {
  /* border-left: 4px solid #006699; */
  padding-left: 1.6em;
  color: #da6400;
  font-size: 18px;
  margin-bottom: 0.5em;
  position: relative;
}

.qa h2::before {
  content: "\f02e";
  font-family: 'Font Awesome 6 pro';
  position: absolute;
  left: 0.6rem;
}

.qa .a {
  padding: 1em;
  background: #faf9f6;
  border-radius: 5px;
}

.flex.vioce-img {
  margin: 0 auto 2em;
  max-width: 1000px;
}

.cap {
  font-size: 0.9rem;
  letter-spacing: 0;
  line-height: 1.2;
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1em;
}

.schedule-table th,
.schedule-table td {
  border: 1px solid #ccc;
  padding: 0.6em;
  text-align: left;
}

.schedule-table th {
  background-color: #eef6f8;
}

.comment-box {
  margin-top: 2em;
  padding: 1em;
  background: #fff5e0;
  border-left: 5px solid #f4a300;
  /* font-style: italic; */
  font-size: 16px;
  line-height: 1.6;
}

.interview-footer {
  margin-top: 3em;
  text-align: center;
}

.interview-footer a {
  color: #006699;
  text-decoration: none;
  font-weight: bold;
}

.interview-footer a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 600px) {
  .profile-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .profile-card img {
    margin: 0 0 1em 0;
    width: 100%;
  }
}



/* TIMELINE
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline ol li div {
  position: absolute;
  left: calc(100% + 7px);
  width: 190px;
  padding: 15px;
  line-height: 1.2;
  font-size: 1rem;
  white-space: normal;
}

.timeline {
  white-space: nowrap;
  overflow-x: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  text-align: center;
  padding: 30px 20px 0;
  border-top: none;
}

.timeline p.title {
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  top: 0;
  font-size: 20px;
  font-weight: 600;
  color: #da6400;
}

.timeline p.title:before,
.timeline p.title:after {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  display: inline-block;
}

.timeline p.title:before {
  border-left: solid 2px #da6400;
  border-top: solid 2px #da6400;
  border-bottom: solid 2px #da6400;
  left: 0;
}

.timeline p.title:after {
  content: '';
  border-top: solid 2px #da6400;
  border-right: solid 2px #da6400;
  border-bottom: solid 2px #da6400;
  right: 0;
}


.timeline::-webkit-scrollbar {
  /*     width: 5px; */
  height: 10px;
}

.timeline::-webkit-scrollbar-track {
  border-radius: 0px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
}

.timeline::-webkit-scrollbar-thumb {
  background-color: #008c33e0;
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
}


.timeline ol {
  font-size: 0;
  /* width: 100vw; */
  padding: 150px 0;
  transition: all 1s;
  padding-right: 100px;
  margin-top: 2rem;
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 90px;
  height: 3px;
  background: #c4c4c4;
}

.timeline ol li:first-child {
  width: 80px;
  width: 10px;
}


.timeline ol li:last-child {
  width: 100px;
  width: 10px
}

.timeline ol li:not(:first-child) {
  margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #f59e15;
}

.timeline ol li div {
  position: absolute;
  left: calc(100% + 7px);
  /* width: 190px; */
  padding: 15px;
  font-size: 16px;
  white-space: normal;
  color: black;
  border-radius: 0 1rem 1rem 1rem;
  background: #ffffff;
  text-align: left;
}

.timeline ol li div::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ol li:nth-child(odd) div {
  top: -16px;
  transform: translateY(-100%);
  border-radius: 1em 1em 1em 0;
}

.timeline ol li:nth-child(odd) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: #eaeaea transparent transparent transparent;
  /* left: 50%; */
}

.timeline ol li:nth-child(even) div {
  top: calc(100% + 16px);
  margin-left: 20px;
}

.timeline ol li:nth-child(even) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent #eaeaea;
}

.timeline time {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}


/* GENERAL MEDIA QUERIES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 599px) {

  .timeline {
    width: 95%;
  }

  .timeline ol,
  .timeline ol li {
    width: auto;
  }

  .timeline ol {
    padding: 0;
    transform: none !important;
  }

  .timeline ol li {
    display: block;
    height: auto;
    background: transparent;
  }

  .timeline ol li:first-child {
    margin-top: 25px;
    width: 100%;
  }

  .timeline ol li:not(:first-child) {
    margin-left: auto;
  }

  .timeline ol li div {
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px;
  }

  .timeline ol li div {
    position: static;
  }

  .timeline ol li:nth-child(odd) div {
    transform: none;
    margin-left: 20px;
    border-radius: 0 0.5em;
  }

  .timeline ol li:nth-child(odd) div::before,
  .timeline ol li:nth-child(even) div::before {
    left: 5px;
    top: 0;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid #ddd;
    height: 130%;
  }

  .timeline ol li:nth-last-child(2) div::before {
    height: 100%;
  }

  .timeline ol li:last-child,
  /*   .timeline ol li:nth-last-child(2) div::before, */
  .timeline ol li:not(:last-child)::after,
  .timeline .arrows {
    left: 0;
    top: 0;
    /*     display: none; */
  }
}