﻿@charset "UTF-8";

.interviewInner {
  max-width: 1360px;
  padding: 0 5.3%;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .interviewInner {
    padding: 0 7.3% 0 4.4%;
  }
}

/* ============================
interviewProfile
============================ */
.interviewProfile {
  padding: 25px 0 40px;
}

@media screen and (min-width: 1025px) {
  .interviewProfile {
    padding: 65px 0 60px;
  }
}

.interviewProfile .ipInner {
  display: flex;
  flex-direction: column;
  gap: 25px 0;
}

@media screen and (min-width: 1025px) {
  .interviewProfile .ipInner {
    flex-direction: row;
    gap: 0 4%;
    padding-right: 7.3%;
  }
}

.interviewProfile .ipImg {
  flex: 1;
  padding-right: 10.6%;
}

@media screen and (min-width: 1025px) {
  .interviewProfile .ipImg {
    padding-right: 0;
  }
}

.interviewProfile .ipImg img {
  border-radius: 0 20px 20px 0;
}

@media screen and (min-width: 1025px) {
  .interviewProfile .ipImg img {
    border-radius: 0 40px 40px 0;
  }
}

.interviewProfile .ipCont {
  padding: 0 5.3%;
}

@media screen and (min-width: 1025px) {
  .interviewProfile .ipCont {
    width: 46.5%;
    padding: 0;
  }
}

.interviewProfile .ipTitle {
  font-size: clamp(1.7rem, 1.35rem + 0.92vw, 2.3rem);
  font-weight: bold;
  line-height: 1.47;
  letter-spacing: 0.16em;
}

@media screen and (min-width: 1025px) {
  .interviewProfile .ipTitle {
    font-size: 3rem;
    letter-spacing: 0.04em;
  }
}

.interviewProfile .ipName {
  margin-top: 20px;
  font-size: clamp(1.5rem, 1.15rem + 0.92vw, 2.1rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

@media screen and (min-width: 1025px) {
  .interviewProfile .ipName {
    margin-top: 40px;
    font-size: 2.8rem;
  }
}

.interviewProfile .ipDept {
  margin-top: 10px;
  font-size: clamp(1.4rem, 1.05rem + 0.92vw, 2rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #0066B5;
}

@media screen and (min-width: 1025px) {
  .interviewProfile .ipDept {
    margin-top: 5px;
    font-size: 2.2rem;
    letter-spacing: 0;
  }
}

.interviewProfile .ipYear {
  margin-top: 10px;
  font-size: clamp(1.3rem, 0.95rem + 0.92vw, 1.9rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #646464;
}

@media screen and (min-width: 1025px) {
  .interviewProfile .ipYear {
    margin-top: 12px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}

.interviewProfile .ipText {
  margin-top: 25px;
  font-size: clamp(1.4rem, 1.05rem + 0.92vw, 2rem);
  line-height: 1.89;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1025px) {
  .interviewProfile .ipText {
    margin-top: 30px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0;
  }
}

.interviewProfile .ipTags {
  margin-top: 25px;
}

@media screen and (min-width: 1025px) {
  .interviewProfile .ipTags {
    margin-top: 50px;
  }
}

.interviewProfile .ipTags.careerTagList {
  padding-left: 5px;
}

@media screen and (min-width: 1025px) {
  .interviewProfile .ipTags.careerTagList ul {
    gap: 5px;
  }
}

.interviewProfile .ipTags.careerTagList ul>li a {
  padding: 2px 6px;
  border-radius: 3px;
  font-size: clamp(1.1rem, 0.75rem + 0.92vw, 1.5rem);
}

@media screen and (min-width: 1025px) {
  .interviewProfile .ipTags.careerTagList ul>li a {
    padding: 2px 8px;
    font-size: 1.4rem;
  }
}

/* ============================
interviewMovie
============================ */
.interviewMovie {
  padding: 20px 0 25px;
  background-color: #f0f0f0;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 769px) {
  .interviewMovie {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1025px) {
  .interviewMovie {
    padding: 45px 0 75px;
  }
}

@media screen and (min-width: 1500px) {
  .interviewMovie::before {
    content: "";
    width: calc((100vw - 1500px) / 2);
    height: 100%;
    background-color: #f0f0f0;
    top: 0;
    left: 100%;
    position: absolute;
    z-index: -1;
  }
}

.interviewMovie .imTitle {
  width: fit-content;
  margin: 0 auto;
  font-family: "Roboto";
  font-style: italic;
  font-size: clamp(3.85rem, 3.5rem + 0.92vw, 4.45rem);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(20%);
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .interviewMovie .imTitle {
    font-size: min(9.11vw, 13.6rem);
  }
}

@media screen and (min-width: 1025px) {
  .interviewMovie .imTitle {
    font-size: min(9.11vw, 13.6rem);
    transform: translateY(25%);
  }
}

.interviewMovie .imYoutube {
  padding: 0 5.3%;
}

@media screen and (min-width: 1025px) {
  .interviewMovie .imYoutube {
    max-width: 800px;
    padding: 0;
    margin: 0 auto;
  }
}

.interviewMovie .imYoutube iframe {
  width: 100%;
  aspect-ratio: 800/450;
}

/* ============================
interviewSection
============================ */
.interviewSection {
  padding: 40px 0 50px;
}

@media screen and (min-width: 1025px) {
  .interviewSection {
    padding: 90px 0 120px;
  }
}

.interviewSection+.interviewSection {
  border-top: 1px solid #0066B5;
  position: relative;
}

@media screen and (min-width: 1500px) {
  .interviewSection+.interviewSection {
    border: none;
  }

  .interviewSection+.interviewSection::before {
    content: "";
    width: calc((100vw - 1500px) / 2 + 1500px);
    height: 1px;
    background-color: #0066B5;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.interviewSection .isInner {
  display: flex;
  flex-direction: column-reverse;
  gap: 25px 0;
}

@media screen and (min-width: 1025px) {
  .interviewSection .isInner {
    flex-direction: row-reverse;
    gap: 0 6%;
  }

  .interviewSection .isInner:where(.interviewSection:nth-child(even of .interviewSection) *) {
    flex-direction: row;
  }
}

@media screen and (min-width: 1025px) {
  .interviewSection .isInner:where(.backnumberSection *) {
    display: block;
  }
}

.interviewSection .isImg {
  max-width: 500px;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .interviewSection .isImg {
    max-width: none;
    width: 47%;
  }
}

@media screen and (min-width: 1025px) {
  .interviewSection .isImg:where(.backnumberSection *) {
    width: 40%;
    margin: 0;
    margin-left: 6%;
    margin-bottom: 50px;
    float: right;
  }
}

@media screen and (min-width: 1025px) {
  .interviewSection .isImg:where(.backnumberSection:nth-child(even of .backnumberSection) *) {
    margin-right: 6%;
    margin-left: 0;
    float: left;
  }
}

.interviewSection .isImg img {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .interviewSection .isCont {
    flex: 1;
  }
}

.interviewSection .isTitle {
  margin-bottom: 5px;
  font-size: clamp(1.4rem, 1.05rem + 0.92vw, 2rem);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0;
  color: #0066B5;
  text-spacing-trim: trim-start;
}

@media screen and (min-width: 1025px) {
  .interviewSection .isTitle {
    font-size: 1.8rem;
  }
}

.interviewSection .isHeadline {
  margin-bottom: 35px;
  font-size: clamp(1.6rem, 1.25rem + 0.92vw, 2.2rem);
  font-weight: bold;
  line-height: 1.57;
  letter-spacing: 0;
  color: #0066B5;
}

@media screen and (min-width: 1025px) {
  .interviewSection .isHeadline {
    margin-bottom: 35px;
    font-size: 2.8rem;
  }
}

.interviewSection .isTextBox+.isTextBox {
  margin-top: 30px;
}

@media screen and (min-width: 1025px) {
  .interviewSection .isTextBox+.isTextBox {
    margin-top: 40px;
  }
}

.interviewSection .isText {
  font-size: clamp(1.4rem, 1.05rem + 0.92vw, 2rem);
  line-height: 1.89;
  letter-spacing: 0;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .interviewSection .isText {
    padding-left: 20px;
    font-size: 1.6rem;
    line-height: 2;
  }
}

.interviewSection .isText.-q::before {
  content: "ー";
  display: inline-block;
  margin-right: 0.25em;
}

@media screen and (min-width: 1025px) {
  .interviewSection .isText.-q::before {
    position: absolute;
    left: 0;
  }
}

.interviewSection .isText+.isText {
  margin-top: 10px;
}

@media screen and (min-width: 1025px) {
  .interviewSection .isText+.isText {
    margin-top: 15px;
  }
}

.interviewSection .isText+.isText:where(.backnumberSection *) {
  margin-top: 1lh;
}

@media screen and (min-width: 1025px) {
  .interviewSection .isText:where(.backnumberSection *) {
    padding-left: 0;
    line-height: 2.15;
  }
}

.interviewSection .isBtn {
  margin-top: 120px;
}

@media screen and (min-width: 1025px) {
  .interviewSection .isBtn {
    margin-top: 250px;
  }
}

@media screen and (max-width: 768px) {
  .interviewSection .isBtn .careerBtn {
    width: 290px;
    padding: 28px 20px;
    letter-spacing: 0.04em;
  }

  .interviewSection .isBtn .careerBtn img {
    width: 15px;
    right: 5px;
  }
}

/* ============================
interviewEpisode
============================ */
.interviewEpisode {
  padding: 35px 0 40px;
  margin-top: 65px;
  background-color: #0066B5;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 1025px) {
  .interviewEpisode {
    padding: 55px 0 75px;
    margin-top: 70px;
  }
}

@media screen and (min-width: 1025px) {
  .interviewEpisode::before {
    content: "";
    height: calc(100% + 1px);
    aspect-ratio: 240/505;
    background-color: #fff;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    position: absolute;
    top: 0;
    right: -1px;
    z-index: -1;
  }
}

.interviewEpisode .ieInner {
  display: grid;
  grid-template-columns: 1fr 45%;
  grid-template-areas: "title img" "text text";
  align-items: start;
}

@media screen and (min-width: 1025px) {
  .interviewEpisode .ieInner {
    grid-template-columns: 1fr 29%;
    grid-template-areas: "title img" "text img";
    padding-right: 10.5%;
    padding-left: 7.8%;
  }
}

.interviewEpisode .ieTitle {
  grid-area: title;
}

.interviewEpisode .ieTitle .en {
  font-family: "Roboto";
  font-style: italic;
  font-size: clamp(2.8rem, 2.45rem + 0.92vw, 3.4rem);
  font-weight: bold;
  line-height: 1.14;
  letter-spacing: 0.04em;
  color: color-mix(in srgb, #c1daed 30%, transparent);
}

@media screen and (min-width: 1025px) {
  .interviewEpisode .ieTitle .en {
    font-size: 6.6rem;
    letter-spacing: 0.02em;
  }
}

.interviewEpisode .ieTitle .ja {
  display: block;
  margin-top: 10px;
  font-size: clamp(1.6rem, 1.25rem + 0.92vw, 2.2rem);
  font-weight: bold;
  line-height: 1.69;
  letter-spacing: 0;
  color: #fff;
}

@media screen and (min-width: 1025px) {
  .interviewEpisode .ieTitle .ja {
    margin-top: 15px;
    font-size: 2.8rem;
  }
}

.interviewEpisode .ieImg {
  grid-area: img;
  max-width: 180px;
  margin-top: -55px;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 1025px) {
  .interviewEpisode .ieImg {
    max-width: none;
    margin-left: -60px;
    margin-top: -95px;
  }
}

.interviewEpisode .ieImg::before,
.interviewEpisode .ieImg::after {
  content: "";
  width: 37.7%;
  aspect-ratio: 1/1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  right: 0;
}

@media screen and (min-width: 1025px) {

  .interviewEpisode .ieImg::before,
  .interviewEpisode .ieImg::after {
    width: 40%;
  }
}

.interviewEpisode .ieImg::before {
  background-color: #df4c0f;
  top: 100%;
  transform: translate(-44%, -30%);
  z-index: -1;
}

@media screen and (min-width: 1025px) {
  .interviewEpisode .ieImg::before {
    transform: translate(-35%, -30%);
  }
}

.interviewEpisode .ieImg::after {
  background-color: #f7b400;
  top: 0;
  transform: translate(32%, 66%);
  z-index: -2;
}

@media screen and (min-width: 1025px) {
  .interviewEpisode .ieImg::after {
    top: 100%;
    transform: translate(45%, 30%);
  }
}

.interviewEpisode .ieImg img {
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.interviewEpisode .ieTextBox {
  grid-area: text;
  margin-top: 35px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1025px) {
  .interviewEpisode .ieTextBox {
    margin-top: 50px;
  }
}

.interviewEpisode .ieText {
  font-size: clamp(1.4rem, 1.05rem + 0.92vw, 2rem);
  line-height: 1.89;
  letter-spacing: 0;
  color: #fff;
}

@media screen and (min-width: 1025px) {
  .interviewEpisode .ieText {
    font-size: 1.6rem;
    line-height: 2;
  }
}

/* ============================
interviewProject
============================ */
.interviewProject {
  padding: 55px 0 45px;
}

@media screen and (min-width: 1025px) {
  .interviewProject {
    padding: 115px 0 110px;
  }
}

.interviewProject .ipTitle {
  padding-bottom: 18px;
  font-size: clamp(1.6rem, 1.25rem + 0.92vw, 2.2rem);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0;
  color: #0066B5;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .interviewProject .ipTitle {
    padding-bottom: 20px;
    font-size: 2.8rem;
  }
}

.interviewProject .ipTitle::before {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #0066B5 50px, #f0f0f0 0 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 1025px) {
  .interviewProject .ipTitle::before {
    background: linear-gradient(to right, #0066B5 100px, #f0f0f0 0 100%);
  }
}

.interviewProject .ipList {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  max-width: 500px;
  margin: 25px auto 0;
}

@media screen and (min-width: 1025px) {
  .interviewProject .ipList {
    flex-direction: row;
    gap: 0 3.3%;
    max-width: none;
    margin: 0;
    margin-top: 55px;
  }
}

.interviewProject .ipList .iplItem {
  flex: 1;
}

.interviewProject .ipList .iplImg img {
  width: 100%;
}

.interviewProject .ipList .iplText {
  margin-top: 10px;
  font-size: clamp(1.4rem, 1.05rem + 0.92vw, 2rem);
  line-height: 1.85;
  letter-spacing: 0;
}

@media screen and (min-width: 1025px) {
  .interviewProject .ipList .iplText {
    margin-top: 40px;
    font-size: 1.6rem;
    line-height: 2;
  }
}

.interviewProject .ipList .iplLink {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  font-size: clamp(1.4rem, 1.05rem + 0.92vw, 2rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  color: #0066B5;
}

@media screen and (min-width: 1025px) {
  .interviewProject .ipList .iplLink {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}

.interviewProject .ipList .iplLink img {
  width: 18px;
}

@media screen and (min-width: 1025px) {
  .interviewProject .ipList .iplLink img {
    width: 20px;
  }
}

.interviewProject .ipBtn {
  margin-top: 65px;
}

@media screen and (min-width: 1025px) {
  .interviewProject .ipBtn {
    margin-top: 140px;
  }
}

@media screen and (max-width: 768px) {
  .interviewProject .ipBtn .careerBtn {
    width: 290px;
    padding: 28px 20px;
    letter-spacing: 0.04em;
  }

  .interviewProject .ipBtn .careerBtn img {
    width: 15px;
    right: 5px;
  }
}

/* ============================
interviewOthers
============================ */
.interviewOthers {
  padding: 50px 0 80px;
  border-top: 1px solid #0066B5;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .interviewOthers {
    padding: 120px 0 110px;
  }
}

@media screen and (min-width: 1500px) {
  .interviewOthers {
    border: none;
  }

  .interviewOthers::before {
    content: "";
    width: calc((100vw - 1500px) / 2 + 1500px);
    height: 1px;
    background-color: #0066B5;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 1025px) {
  .interviewOthers .ioInner {
    /* padding: 0 12.8% 0 9.5%; */
  }
}
/* 
.interviewOthers .ioSubSection {
  padding-top: 45px;
}

@media screen and (min-width: 1025px) {
  .interviewOthers .ioSubSection {
    padding-top: 115px;
  }
}

.interviewOthers .ioSubSection+.ioSubSection {
  margin-top: 40px;
}

@media screen and (min-width: 1025px) {
  .interviewOthers .ioSubSection+.ioSubSection {
    margin-top: 15px;
  }
} */

/* .interviewOthers .ioList {
  margin-top: 45px;
}

@media screen and (min-width: 1025px) {
  .interviewOthers .ioList {
    margin-top: 85px;
  }
} */

.interviewOthers .ioSliderWrap {
  max-width: 768px;
  padding: 0;
  margin: 80px auto 0;
}

@media screen and (min-width: 1025px) {
  .interviewOthers .ioSliderWrap {
    max-width: none;
    padding: 0;
    margin-top: 130px;
  }
}

.interviewOthers .ioSlider {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .interviewOthers .ioSlider {
    /* max-width: 2600px; */
  }
}

.interviewOthers .iosItem {
  padding-top: 38px;
  margin: 0 5px;
  /* margin: 0 20px; */
  position: relative;
}

@media screen and (min-width: 1025px) {
  .interviewOthers .iosItem {
    width: 240px;
    padding-top: 62px;
    margin: 0 34px;
    /* margin-right: 35px; */
  }
}

.interviewOthers .iosItem:nth-child(even) {
  margin-top: 35px;
}

@media screen and (min-width: 1025px) {
  .interviewOthers .iosItem:nth-child(even) {
    margin-top: 80px;
  }
}

.interviewOthers .iosItem a {
  /* display: inline-block; */
  font-weight: 500;
  letter-spacing: 0;
}

.interviewOthers .iosItem a:hover {
  opacity: 1;
}

.interviewOthers .iosCategory {
  width: 88%;
  padding: 8px 0;
  padding-left: 8.5%;
  margin-bottom: 10px;
  font-size: clamp(1.1rem, 0.75rem + 0.92vw, 1.5rem);
  line-height: 1.2;
  color: var(--catColor);
  position: absolute;
  top: 30px;
  left: 6%;
  transform: translateY(-100%);
  z-index: 1;
}

@media screen and (min-width: 1025px) {
  .interviewOthers .iosCategory {
    width: 93%;
    padding: 10px 0 15px;
    margin-bottom: 20px;
    font-size: 1.6rem;
    top: 45px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.interviewOthers .iosCategory::before {
  content: "";
  width: 91.5%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 1025px) {
  .interviewOthers .iosCategory::before {
    width: calc(100% + 15px);
    right: 0;
    left: auto;
  }
}

.interviewOthers .iosCategory::after {
  content: "";
  width: 1px;
  height: 50px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
}

@media screen and (min-width: 1025px) {
  .interviewOthers .iosCategory::after {
    height: 80px;
    left: -15px;
  }
}

.interviewOthers .iosImg {
  display: grid;
  width: 73%;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .interviewOthers .iosImg {
    width: 83%;
  }
}

.interviewOthers .iosImg::before {
  content: "";
  width: 6px;
  height: 45px;
  background-color: var(--catColor);
  clip-path: polygon(0 6px, 100% 0, 100% calc(100% - 6px), 0 100%);
  position: absolute;
  top: 30%;
  right: 0;
  transform: translateX(33%);
  z-index: 1;
}

@media screen and (min-width: 1025px) {
  .interviewOthers .iosImg::before {
    width: 10px;
    height: 72px;
    clip-path: polygon(0 10px, 100% 0, 100% calc(100% - 10px), 0 100%);
    transform: translateX(50%);
  }
}

.interviewOthers .iosImg img {
  grid-area: 1/1;
  width: 100%;
  aspect-ratio: 200/350;
  background-color: var(--catColor, #0066B5);
  mask-image: url(../img/top/top_message_item_shape.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  transition: opacity 0.5s;
}

.interviewOthers .iosImg img:nth-child(2) {
  z-index: -1;
}

.interviewOthers .iosImg img:where(.iosItem a:hover *):nth-child(1) {
  opacity: 0;
}

.interviewOthers .iosImg img:where(.-backnum a:hover *):nth-child(1) {
  opacity: 0.75;
}

.interviewOthers .iosTitle {
  margin-top: 8px;
  font-size: clamp(1.3rem, 0.95rem + 0.92vw, 1.9rem);
  font-weight: normal;
  line-height: 1.61;
}

@media screen and (min-width: 1025px) {
  .interviewOthers .iosTitle {
    margin-top: 20px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.65;
  }
}

.interviewOthers .iosName {
  margin-top: 15px;
  font-size: clamp(1.4rem, 1.05rem + 0.92vw, 2rem);
  line-height: 1.65;
}

@media screen and (min-width: 1025px) {
  .interviewOthers .iosName {
    font-size: 1.8rem;
  }
}

.interviewOthers .iosDept {
  margin-top: 2px;
  font-size: clamp(1.3rem, 0.95rem + 0.92vw, 1.9rem);
  line-height: 1.26;
  color: #0066B5;
}

@media screen and (min-width: 1025px) {
  .interviewOthers .iosDept {
    margin-top: 5px;
    font-size: 1.5rem;
    line-height: 1.65;
  }
}

.interviewOthers .iosYear {
  font-size: clamp(1.3rem, 0.95rem + 0.92vw, 1.9rem);
  line-height: 1.65;
  color: #646464;
}

@media screen and (min-width: 1025px) {
  .interviewOthers .iosYear {
    font-size: 1.5rem;
  }
}

.interviewOthers .tmBtn {
  margin-top: 55px;
}

@media screen and (min-width: 1025px) {
  .interviewOthers .tmBtn {
    margin-top: 130px;
  }
}

.interviewOthers #othersSlider .slick-list {
  margin: 0 -10px;
}

@media screen and (min-width: 1025px) {
  .interviewOthers #othersSlider .slick-list {
    margin: 0 -15px;
  }
}

.interviewOthers #othersSlider .slick-track {
  padding-top: 15px;
}

@media screen and (min-width: 1025px) {
  .interviewOthers #othersSlider .slick-track {
    padding-top: 25px;
    /* left: -220px; */
  }
}

.interviewOthers #othersSlider .slick-prev,
.interviewOthers #othersSlider .slick-next {
  top: -55px;
  background-color: #000;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  opacity: 1;
  transition: opacity 0.4s;
  transform: translate(0);
}

@media screen and (min-width: 1025px) {

  .interviewOthers #othersSlider .slick-prev,
  .interviewOthers #othersSlider .slick-next {
    width: 50px;
    height: 50px;
    top: -85px;
  }
}

.interviewOthers #othersSlider .slick-prev:before,
.interviewOthers #othersSlider .slick-next:before {
  display: inline-block;
  width: 14px;
  aspect-ratio: 1/1;
  opacity: 1;
  transition: opacity 0.4s;
}

@media (hover: hover) {

  .interviewOthers #othersSlider .slick-prev:hover,
  .interviewOthers #othersSlider .slick-next:hover {
    opacity: 0.75;
  }
}

.interviewOthers #othersSlider .slick-prev {
  left: -5px;
}

@media screen and (min-width: 1440px) {
  .interviewOthers #othersSlider .slick-prev {
    left: 0;
  }
}

.interviewOthers #othersSlider .slick-prev:before {
  content: "";
  margin-left: 4.9px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  rotate: -45deg;
}

.interviewOthers #othersSlider .slick-next {
  right: -5px;
}

@media screen and (min-width: 1440px) {
  .interviewOthers #othersSlider .slick-next {
    right: 0;
  }
}

.interviewOthers #othersSlider .slick-next:before {
  content: "";
  margin-right: 4.9px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  rotate: 45deg;
}


/*# sourceMappingURL=career_interview.css.map */