.l-content > ul {
  overflow: hidden;
  white-space: nowrap;
}
.l-content > ul > li {
  white-space: nowrap;
}
.l-content > ul > li:last-child {
  flex: 1 1 auto; /* 残り幅を全部使う */
  overflow: hidden;
  text-overflow: ellipsis;
}

.interview-background {
  background: linear-gradient(
    90deg,
    rgba(74, 163, 208, 0.15) 0%,
    rgba(96, 120, 213, 0.15) 50%,
    rgba(107, 88, 175, 0.15) 100%
  );
  padding-bottom: 49px;
}

.interview-container {
  max-width: 1090px;
  padding: 0px 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .interview-container {
    padding: 0px 10px;
  }
}

.interview {
  width: 750px;
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .interview {
    width: 100%;
    margin-top: 30px;
  }
}

.interview-title {
  color: #0b2b95;
  font-weight: 700;
  font-size: 32px;
  line-height: 49px;
  margin-bottom: 20px;
}

.interview-interviewee {
  font-weight: 500;
  font-size: 17px;
  line-height: 29px;
  color: #0b2b95;
}

.interview h1 {
  margin-bottom: 57px;
  font-weight: 700;
  font-size: 32px;
  line-height: 49px;
  color: #0b2b95;
}

.interview h1::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #e0e4f7;
  margin-top: 34px;
  border-radius: 4px;
}

.interview h2 {
  font-weight: 700;
  font-size: 27px;
  line-height: 38px;
  color: #0b2b95;
  margin-top: 82px;
  margin-bottom: 40px;
}

.interview h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e0e4f7;
  margin-top: 16px;
}

.interview h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  color: #000000;
  display: flex;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 26px;
  position: relative;
  padding-left: 16px;
}

.interview strong {
  font-weight: 700;
}

.interview h3::before {
  content: "";
  width: 1px;
  display: inline-block;
  background-color: #0b2b95;
  border: solid 2px #0b2b95;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.interview p img {
  margin-top: 34px;
  margin-bottom: 56px;
}

.interview p + p {
  margin-top: 15px;
}

.interview p,
.interview li {
  color: #333333;
  font-weight: 500;
  font-size: 15px;
  line-height: 32px;
}

.interview ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 15px 0;
}

.interview h3 + p > img {
  margin-top: 0;
}

.interview p:has(img) + h2 {
  margin-top: 35px;
}

.interview p:has(img) + h3 {
  margin-top: 0;
}

.interview a {
  color: #0a3e88;
  text-decoration: underline;
}

.interview .date {
  background: linear-gradient(to right, #4aa3d0 0%, #6078d5 50%, #6b58af 100%);
  display: inline-block;
  color: white;
  width: 112px;
  height: 30px;
  border-radius: 5px;
  line-height: 30px;
  text-align: center;
  margin-top: 48px;
  margin-bottom: 34px;
  font-size: 12px;
}

.interview .pdf {
  width: 100%;
  color: #2e3c65;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 91px 0;
}

.interview .back-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.interview .pdf-open-button {
  width: 100%;
  height: 65px;
  border-radius: 11px;
  margin-bottom: 42px;
  background: linear-gradient(to right, #4aa3d0 0%, #6078d5 50%, #6b58af 100%);
  font-weight: 700;
  font-size: 24px;
  line-height: 41px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  border: none;
}

.interview .pdf-open-button:hover {
  opacity: 0.7;
}

.interview .pdf-open-button-icon {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 20px;
}

.interview .pdf-thumbnail {
  box-shadow: 0 0 6px rgba(84, 94, 189, 0.3);
  border-radius: 8px;
}

.interview .back-button {
  width: 255px;
  height: 42px;
  border-radius: 7px;
  margin-bottom: 132px;
  border: solid 1px #0a3e88;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  color: #0a3e88;
  cursor: pointer;
  position: relative;
}

.interview .back-button:hover {
  opacity: 0.7;
}

.interview .back-button-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 15px;
}
