@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* interview */
/* ============================================ */
@media all and (max-width: 896px) {
  .iv-list ol {
    padding: 10px 30px 20px;
  }
}
.iv-list ol li {
  display: flex;
  align-items: center;
  gap: 4vw;
  position: relative;
  padding-block: 6.25vw;
}
@media all and (max-width: 896px) {
  .iv-list ol li {
    flex-direction: column;
    gap: 24px;
  }
}
.iv-list ol li figure {
  width: calc(50% - 2vw);
}
@media all and (max-width: 896px) {
  .iv-list ol li figure {
    width: 100%;
  }
}
.iv-list ol li .exp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: calc(50% - 2vw);
  max-width: calc((1320px - 4vw) / 2);
  padding-right: 15px;
}
@media all and (max-width: 896px) {
  .iv-list ol li .exp {
    width: 100%;
    padding-right: 0;
  }
}
.iv-list ol li .exp .category {
  position: relative;
  z-index: 2;
  padding-inline: 50px;
  border-radius: 100vmax;
  background: #d62b54;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  .iv-list ol li .exp .category {
    padding-inline: 40px;
    font-size: 1.5rem;
  }
}
.iv-list ol li .exp .category::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: -1;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 100vmax;
  background: linear-gradient(45deg, #d62b54, #de7a13);
}
.iv-list ol li .exp h2 {
  margin-block: 2vw 1vw;
  background: linear-gradient(45deg, #d62b54, #de7a13);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
}
@media all and (max-width: 896px) {
  .iv-list ol li .exp h2 {
    margin-block: 15px;
    font-size: 2rem;
  }
}
.iv-list ol li .exp .status {
  font-size: 1.3rem;
}
@media all and (max-width: 896px) {
  .iv-list ol li .exp .status {
    font-size: 1.2rem;
  }
}
.iv-list ol li .exp .status strong {
  font-size: 1.8rem;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  .iv-list ol li .exp .status strong {
    font-size: 1.6rem;
  }
}
.iv-list ol li .exp .status span {
  margin-left: 1em;
  font-size: 1.2rem;
  font-weight: 300;
  color: #6e6e6e;
}
@media all and (max-width: 896px) {
  .iv-list ol li .exp .status span {
    margin-right: 1em;
    font-size: 1.1rem;
  }
}
.iv-list ol li .exp a {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 2vw;
  padding: 10px 11vw 10px 10vw;
  background: linear-gradient(90deg, #ffb361, #ffe882, #ffb361);
  background-size: 200% 200%;
  transition: 0.3s;
}
@media all and (max-width: 896px) {
  .iv-list ol li .exp a {
    width: 100%;
    margin-top: 20px;
  }
}
.iv-list ol li .exp a::before, .iv-list ol li .exp a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
}
.iv-list ol li .exp a::before {
  width: 24px;
  height: 1px;
  background: #000;
}
.iv-list ol li .exp a::after {
  width: 12px;
  height: 12px;
  margin-right: 1px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  rotate: -45deg;
}
@media (hover: hover) {
  .iv-list ol li .exp a:hover {
    background-position: 100% 100%;
    opacity: 1;
  }
}
.iv-list ol li:nth-child(2n) {
  flex-direction: row-reverse;
}
@media all and (max-width: 896px) {
  .iv-list ol li:nth-child(2n) {
    flex-direction: column;
  }
}
.iv-list ol li:nth-child(2n)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: calc(100% - 5.21vw);
  height: 100%;
  background: linear-gradient(90deg, #fff7f5, #fffcef);
}
@media all and (max-width: 896px) {
  .iv-list ol li:nth-child(2n)::after {
    width: calc(100% + 45px);
    left: -30px;
  }
}
.iv-list ol li:nth-child(2n) .exp {
  padding-inline: 15px 0;
}
@media all and (max-width: 896px) {
  .iv-list ol li:nth-child(2n) .exp {
    padding-left: 0;
  }
}
.iv-list ol li:nth-child(4n)::after {
  right: 0;
  left: auto;
}
@media all and (max-width: 896px) {
  .iv-list ol li:nth-child(4n)::after {
    width: calc(100% + 45px);
    right: -30px;
  }
}

.movie {
  padding-bottom: 6.25vw;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .movie {
    padding-bottom: 40px;
  }
}
.movie .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3vw 5vw 4vw;
  background: linear-gradient(90deg, #fff7f5, #fffcef);
}
@media all and (max-width: 896px) {
  .movie .inner {
    padding: 15px 20px 20px;
  }
}
.movie h3 {
  position: relative;
  width: 100%;
  margin-bottom: 3.5vw;
  padding-bottom: 2vw;
  background: linear-gradient(45deg, #d62b54, #de7a13);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media all and (max-width: 896px) {
  .movie h3 {
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: 1.6rem;
  }
}
.movie h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(45deg, #d62b54, #de7a13);
}
.movie iframe {
  width: 100%;
  max-width: 750px;
  aspect-ratio: 16/9;
}

.intview-title {
  display: flex;
}
@media all and (max-width: 896px) {
  .intview-title {
    flex-direction: column;
  }
}
.intview-title figure {
  width: calc(100% - 27vw);
}
@media all and (max-width: 896px) {
  .intview-title figure {
    width: 100%;
  }
}
.intview-title figure img {
  width: 100%;
}
.intview-title .name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 30vw;
  min-width: 280px;
  padding: 2vw;
  background: url(../images/interview/bg_name.webp) no-repeat center/cover;
  letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
  .intview-title .name {
    width: 100%;
    padding: 25px 20px;
    background-image: url(../images/interview/bg_name_sp.webp);
  }
}
.intview-title .name span {
  position: absolute;
  right: 10px;
  bottom: 15px;
  width: 42px;
}
@media all and (max-width: 896px) {
  .intview-title .name span {
    width: 25px;
  }
}
.intview-title .name .category {
  position: relative;
  padding-left: 20px;
  font-style: 1.5rem;
}
@media all and (max-width: 896px) {
  .intview-title .name .category {
    font-size: 1.3rem;
  }
}
.intview-title .name .category::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 1px;
  background: #000;
  translate: 0 -50%;
}
.intview-title .name time {
  margin-top: 16px;
  font-size: 1.4rem;
}
@media all and (max-width: 896px) {
  .intview-title .name time {
    margin-top: 10px;
  }
}
.intview-title .name hgroup {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media all and (max-width: 896px) {
  .intview-title .name hgroup {
    flex-direction: row;
    align-items: baseline;
    gap: 0.75em;
    margin-top: 0;
  }
}
.intview-title .name hgroup h1 {
  font-size: 2.6rem;
  letter-spacing: 0.15em;
}
@media all and (max-width: 896px) {
  .intview-title .name hgroup h1 {
    font-size: 2rem;
  }
}
.intview-title .name .from {
  margin-top: 20px;
  font-style: 1.2rem;
}
@media all and (max-width: 896px) {
  .intview-title .name .from {
    margin-top: 10px;
  }
}

.intview-detail {
  margin-top: 5vw;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media all and (max-width: 896px) {
  .intview-detail {
    margin-top: 40px;
  }
}
.intview-detail h2 {
  margin-bottom: 5vw;
  background: linear-gradient(45deg, #d62b54, #de7a13);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media all and (max-width: 896px) {
  .intview-detail h2 {
    margin-bottom: 40px;
    font-size: 2rem;
  }
}
.intview-detail ul {
  display: flex;
  flex-direction: column;
  gap: 4vw;
}
@media all and (max-width: 896px) {
  .intview-detail ul {
    gap: 30px;
  }
}
.intview-detail ul li {
  display: flex;
  align-items: center;
  gap: 2.6vw;
}
@media all and (max-width: 896px) {
  .intview-detail ul li {
    flex-direction: column;
    gap: 24px;
  }
}
.intview-detail ul li:has(figure) {
  flex-direction: row-reverse;
}
@media all and (max-width: 896px) {
  .intview-detail ul li:has(figure) {
    flex-direction: column;
  }
}
.intview-detail ul li figure {
  flex: none;
  width: 37vw;
  margin-right: calc((100vw - 100%) / 2 * -1);
}
@media all and (max-width: 896px) {
  .intview-detail ul li figure {
    width: 100%;
    margin-right: 0;
  }
}
.intview-detail ul li:nth-child(4) {
  flex-direction: row;
}
@media all and (max-width: 896px) {
  .intview-detail ul li:nth-child(4) {
    flex-direction: column;
  }
}
.intview-detail ul li:nth-child(4) figure {
  margin-inline: calc((100vw - 100%) / 2 * -1) 0;
}
@media all and (max-width: 896px) {
  .intview-detail ul li:nth-child(4) figure {
    margin-inline: 0;
  }
}
.intview-detail ul li dt {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background: linear-gradient(45deg, #d62b54, #de7a13);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media all and (max-width: 896px) {
  .intview-detail ul li dt {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
.intview-detail ul li dt i {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
  position: relative;
  z-index: 2;
  width: 60px;
  height: 60px;
  margin-right: 16px;
  border-radius: 50%;
  background: #d62b54;
  -webkit-text-fill-color: #fff;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 2.8rem;
  font-weight: 300;
  font-style: normal;
}
@media all and (max-width: 896px) {
  .intview-detail ul li dt i {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    font-size: 1.6rem;
  }
}
.intview-detail ul li dt i::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: -1;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 50%;
  background: linear-gradient(45deg, #de7a13, #d62b54);
}

.message {
  padding-block: 5vw;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .message {
    padding-block: 40px;
  }
}
.message .inner {
  padding: 3vw 5vw 4vw;
  background: linear-gradient(90deg, #fff7f5, #fffcef);
}
@media all and (max-width: 896px) {
  .message .inner {
    padding: 15px 20px 20px;
  }
}
.message h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 16px;
  background: linear-gradient(45deg, #d62b54, #de7a13);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media all and (max-width: 896px) {
  .message h3 {
    margin-bottom: 12px;
    padding-bottom: 12px;
    font-size: 1.6rem;
  }
}
.message h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(45deg, #d62b54, #de7a13);
}

/*# sourceMappingURL=interview.css.map */
