#interview2024 .inner {
  max-width: 1440px;
  margin: auto;
}

#interview2024 #kv {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 60px;
}

#interview2024 #kv picture {
  max-width: 1440px;
  margin: auto;
  display: block;
}

#interview2024 #kv picture img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #interview2024 #kv {
    background: 10vw;
    padding-left: 0;
  }
}

#interview2024 #lead {
  margin-bottom: 80px;
}

#interview2024 #lead h3 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 1em;
  line-height: 1.4em;
}

#interview2024 #lead p {
  max-width: 960px;
  margin: auto;
  font-size: 20px;
  line-height: 1.6em;
}

@media screen and (max-width: 768px) {
  #interview2024 #lead {
    width: 90vw;
    margin-bottom: 10vw;
  }
  #interview2024 #lead h3 {
    font-size: 4.5vw;
  }
  #interview2024 #lead p {
    font-size: 3.5vw;
  }
}

#interview2024 #keyword {
  max-width: 1180px;
}

#interview2024 #keyword h3 {
  text-align: center;
  margin-bottom: 5px;
}

#interview2024 #keyword h3 img {
  height: 24px;
}

#interview2024 #keyword h3:after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background: #000;
  margin: auto;
  margin-top: 10px;
}

#interview2024 #keyword .keyword-list {
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
  padding: 40px 20px 20px;
  margin-bottom: 60px;
}

#interview2024 #keyword .keyword-list ul {
  text-align: center;
}

#interview2024 #keyword .keyword-list ul li {
  cursor: pointer;
  font-size: 24px;
  display: inline-block;
  white-space: nowrap;
  margin: 0 0.3em 1em;
  font-weight: bold;
  padding: 0.2em;
}

#interview2024 #keyword .keyword-list ul li:before {
  content: "#";
}

#interview2024 #keyword .keyword-list ul li:hover {
  color: #13ae67;
}

#interview2024 #keyword .keyword-list ul li.on {
  color: #13ae67;
}

@media screen and (max-width: 768px) {
  #interview2024 #keyword h3 img {
    height: 5.5vw;
  }
  #interview2024 #keyword h3:after {
    height: 8vw;
  }
  #interview2024 #keyword .keyword-list {
    padding: 5vw 2vw 2vw;
    width: 86vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10vw;
  }
  #interview2024 #keyword .keyword-list ul li {
    font-size: 3.5vw;
  }
}

#interview2024 #interview-index {
  max-width: 1180px;
  margin: auto;
}

#interview2024 #interview-index h3 {
  border-bottom: solid 1px #ccc;
  margin-bottom: 1em;
  font-size: 26px;
  color: #13ae67;
  padding-top: 2em;
}

#interview2024 #interview-index > ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#interview2024 #interview-index > ul > li {
  width: 30%;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 3.2em;
}

#interview2024 #interview-index > ul > li.decoy {
  height: 0;
  margin-bottom: 0;
}

#interview2024 #interview-index > ul > li.disabled {
  display: none;
}

#interview2024 #interview-index > ul > li.disabled.decoy {
  display: block;
}

#interview2024 #interview-index > ul > li:nth-child(3n) {
  margin-right: 0;
}

#interview2024 #interview-index > ul > li a {
  display: block;
}

#interview2024 #interview-index > ul > li a figure {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}

#interview2024 #interview-index > ul > li a figure:after {
  content: "";
  background: #13ae67;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}

#interview2024 #interview-index > ul > li a figure img {
  width: 100%;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#interview2024 #interview-index > ul > li a .keyword {
  margin-bottom: 5px;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#interview2024 #interview-index > ul > li a .keyword .keyword-list span {
  display: inline-block;
  white-space: nowrap;
  font-size: 14px;
  margin-right: 0.5em;
}

#interview2024 #interview-index > ul > li a .keyword .keyword-list span:before {
  content: "#";
}

#interview2024 #interview-index > ul > li a .keyword .year {
  font-size: 14px;
  text-align: right;
  white-space: nowrap;
}

#interview2024 #interview-index > ul > li a h4 {
  color: #13ae67;
  font-size: 20px;
  line-height: 1.3em;
  margin-bottom: 0.6em;
}

#interview2024 #interview-index > ul > li a .meta div {
  font-size: 14px;
  margin-bottom: 9px;
}

#interview2024 #interview-index > ul > li a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

#interview2024 #interview-index > ul > li a:after {
  content: "more";
  font-size: 20px;
  color: #fff;
  background: #13ae67;
  margin: auto;
  width: 6em;
  height: 1.8em;
  margin-top: 1em;
  border-radius: 0.7em;
  display: inline-block;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: calc(50% - 3em);
}

@media screen and (max-width: 768px) {
  #interview2024 #interview-index {
    max-width: 84vw;
  }
  #interview2024 #interview-index > ul {
    display: block;
  }
  #interview2024 #interview-index > ul li {
    width: 100%;
    padding-bottom: 0;
  }
  #interview2024 #interview-index > ul li a .keyword .keyword-list span {
    font-size: 3.2vw;
  }
  #interview2024 #interview-index > ul li a .keyword .year {
    font-size: 3.2vw;
  }
  #interview2024 #interview-index > ul li a h4 {
    font-size: 4.2vw;
    line-height: 1.6em;
  }
  #interview2024 #interview-index > ul li a .meta div {
    font-size: 3.2vw;
  }
  #interview2024 #interview-index > ul li a:after {
    font-size: 4vw;
    position: static;
  }
}

#interview2024 #interview-back a {
  font-size: 30px;
  color: #fff;
  background: #13ae67;
  margin: auto;
  width: 6em;
  height: 1.8em;
  margin-top: 1em;
  border-radius: 0.7em;
  display: inline-block;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #interview2024 #interview-back a {
    font-size: 5vw;
  }
}

#interview2024 #voice {
  max-width: 1180px;
  margin: auto;
}

#interview2024 #voice .keyword {
  background: url(../img-2024/interview/title-bg.svg) right 10px center/300px no-repeat #bddc28;
  margin-bottom: 30px;
  font-size: 20px;
  min-height: 1.9em;
}

#interview2024 #voice .keyword span {
  color: #fff;
  display: inline-block;
  white-space: nowrap;
  font-weight: bold;
  font-size: inherit;
  padding: 0.4em;
}

#interview2024 #voice .keyword span:before {
  content: "#";
}

#interview2024 #voice .date {
  text-align: right;
  font-size: 16px;
}

#interview2024 #voice h4 {
  color: #13ae67;
  font-size: 30px;
  margin-bottom: 1em;
  line-height: 1.4em;
}

#interview2024 #voice h5 {
  color: #13ae67;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#interview2024 #voice .meta {
  margin-bottom: 30px;
}

#interview2024 #voice .meta span {
  font-size: 16px;
  margin-right: 1em;
}

#interview2024 #voice .voice-message {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#interview2024 #voice .voice-message .message {
  width: 48%;
}

#interview2024 #voice .voice-message .message .sp {
  display: none;
}

#interview2024 #voice .voice-message .message p {
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 1em;
}

#interview2024 #voice .voice-message .message figure {
  text-align: center;
}

#interview2024 #voice .voice-message .message figure img {
  width: 60%;
}

#interview2024 #voice .voice-message > figure {
  width: 48%;
}

#interview2024 #voice .voice-message > figure span {
  display: block;
  text-align: right;
  padding-top: 0.5em;
}

#interview2024 #voice .voice-message > figure img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #interview2024 #voice .keyword {
    margin-bottom: 5vw;
    padding-bottom: 9vw;
    background-size: 60vw;
    background-position: center bottom 2vw;
    text-align: center;
    padding-top: 2vw;
    font-size: 3.7vw;
  }
  #interview2024 #voice .date {
    font-size: 3.5vw;
    padding-right: 1em;
    margin-bottom: 1em;
  }
  #interview2024 #voice > h4, #interview2024 #voice > .meta {
    display: none;
  }
  #interview2024 #voice h4 {
    width: 90vw;
    margin: auto;
    font-size: 5vw;
    line-height: 1.4em;
    margin-bottom: 1em;
  }
  #interview2024 #voice h5 {
    font-size: 4vw;
  }
  #interview2024 #voice .meta {
    width: 90vw;
    margin: auto;
    margin-bottom: 5vw;
  }
  #interview2024 #voice .meta span {
    font-size: 3.5vw;
    line-height: 1.4em;
  }
  #interview2024 #voice .voice-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: auto;
  }
  #interview2024 #voice .voice-message .message {
    width: 90%;
    margin: auto;
  }
  #interview2024 #voice .voice-message .message .sp {
    display: block;
  }
  #interview2024 #voice .voice-message .message figure img {
    width: 80%;
  }
  #interview2024 #voice .voice-message .message p {
    font-size: 3.5vw;
  }
  #interview2024 #voice .voice-message > figure {
    width: 100%;
    margin-bottom: 5vw;
  }
  #interview2024 #voice .voice-message > figure span {
    font-size: 3.5vw;
    padding-right: 1em;
  }
}
