@charset "UTF-8";
.interview__heading, .interview__answer, .kv__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.interview__heading > *, .interview__answer > *, .kv__container > * {
  min-height: 0%;
}

/* kv:start */
.kv {
  background-color: #ffff44;
  position: relative;
  overflow: hidden;
}
.kv::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -73.9583333333vw;
  transform: translateX(-50%) translateY(-50%);
  width: 208.3333333333vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #ffcc00;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .kv::after {
    top: -20vw;
    width: 120vw;
  }
}
.kv__container {
  position: relative;
  padding-top: 9.375vw;
}
.kv__heading {
  position: absolute;
  z-index: 1;
  top: 4.6875vw;
  left: 50%;
  transform: translateX(-50%);
  width: 60.5208333333vw;
}
@media screen and (max-width: 768px) {
  .kv__heading {
    top: 13.3333333333vw;
    width: 77.6vw;
  }
}
.kv__bg {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 2.6041666667vw;
}
@media screen and (max-width: 768px) {
  .kv__bg {
    padding-top: 14.6666666667vw;
  }
}

/* kv:end */
.interview__answer-chat--purple, .interview__answer-chat--pink, .interview__answer-chat--orange, .interview__answer-chat--yellow, .interview__answer-chat--blue, .interview__answer-chat--green {
  padding-top: 8px;
  padding-bottom: 8px;
  max-width: 590px;
  width: 100%;
  border: 1px solid #000;
  font-family: "游ゴシック体", Gothic, "游ゴシック", "游ゴシック Medium", " Gothic", " Gothic Medium", sans-serif;
}
@media screen and (min-width: 1201px) {
  .interview__answer-chat--purple, .interview__answer-chat--pink, .interview__answer-chat--orange, .interview__answer-chat--yellow, .interview__answer-chat--blue, .interview__answer-chat--green {
    padding-top: clamp(8px, 0.9vw, 14px);
    padding-bottom: clamp(8px, 0.8vw, 12px);
    max-width: clamp(590px, 43vw, 900px);
    border-width: clamp(1px, 0.12vw, 2px);
  }
}
@media screen and (max-width: 768px) {
  .interview__answer-chat--purple, .interview__answer-chat--pink, .interview__answer-chat--orange, .interview__answer-chat--yellow, .interview__answer-chat--blue, .interview__answer-chat--green {
    max-width: 82.6666666667vw;
    padding-top: 10px;
    padding-bottom: 12px;
  }
}

/* interview:start */
.interview {
  background-color: #f53232;
  background-image: url(/assets_2026-recruit/top/images/profile_bg--pc.png);
  background-repeat: repeat;
  background-position: top left;
  padding-top: 35px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1201px) {
  .interview {
    padding-top: clamp(35px, 2.4vw, 70px);
    padding-bottom: clamp(30px, 2.2vw, 65px);
  }
}
@media screen and (max-width: 768px) {
  .interview {
    background-image: url(/assets_2026-recruit/top/images/profile_bg--sp.png);
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.interview__heading {
  margin-inline: auto;
  background-color: #000;
  border: 1px solid #5a5ad2;
  width: 434px;
  height: 49px;
  border-radius: 10px;
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (min-width: 1201px) {
  .interview__heading {
    width: clamp(434px, 30vw, 680px);
    height: clamp(49px, 3.2vw, 78px);
    border-width: clamp(1px, 0.12vw, 2px);
    border-radius: clamp(10px, 0.8vw, 16px);
    font-size: clamp(1.8rem, 1.2vw, 3rem);
  }
}
@media screen and (max-width: 768px) {
  .interview__heading {
    border: 1px solid #5a5ad2;
    width: 81.0666666667vw;
    height: 35px;
    border-radius: 7px;
    font-size: 1.3rem;
  }
}
.interview__persons {
  background-color: #beffff;
  border: 3px solid #e17dfa;
  border-radius: 7.5px;
  max-width: 815px;
  margin-inline: auto;
  margin-top: 20px;
  padding-block: 12px;
}
@media screen and (min-width: 1201px) {
  .interview__persons {
    max-width: clamp(815px, 56vw, 1180px);
    border-width: clamp(3px, 0.25vw, 4px);
    border-radius: clamp(7.5px, 0.7vw, 12px);
    margin-top: clamp(20px, 1.6vw, 36px);
    padding-block: clamp(12px, 0.95vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .interview__persons {
    border: 3px solid #e17dfa;
    border-radius: 8px;
    max-width: 94.6666666667vw;
    margin-top: 30px;
    padding-block: 28px;
  }
}
.interview__persons-list {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  justify-content: center;
  column-gap: 5px;
  row-gap: 36px;
}
@media screen and (min-width: 1201px) {
  .interview__persons-list {
    column-gap: clamp(5px, 0.3667vw, 12px);
    row-gap: clamp(36px, 2.6vw, 64px);
  }
}
@media screen and (max-width: 768px) {
  .interview__persons-list {
    grid-template-columns: repeat(1, max-content);
    column-gap: 0;
    row-gap: 20px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 375px) {
  .interview__persons-list {
    margin-right: 13.3333333333vw;
  }
}
.interview__person {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 16px;
  grid-template-areas: "text image";
}
@media screen and (min-width: 1201px) {
  .interview__person {
    gap: clamp(16px, 1.2vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .interview__person {
    grid-template-areas: "image text";
    grid-template-columns: repeat(2, max-content);
    gap: 20px;
  }
}
@media screen and (max-width: 375px) {
  .interview__person {
    gap: 5.3333333333vw;
  }
}
.interview__person-text {
  grid-area: text;
  text-align: right;
  font-size: 1.4rem;
  font-family: "mobo_semiBold", sans-serif;
  margin-bottom: 0;
}
@media screen and (min-width: 1201px) {
  .interview__person-text {
    font-size: clamp(1.4rem, 1vw, 2rem);
  }
}
@media screen and (max-width: 768px) {
  .interview__person-text {
    font-size: 1.6rem;
    text-align: left;
  }
}
.interview__person-branch {
  display: block;
  line-height: 1.1428571429;
}
@media screen and (min-width: 1201px) {
  .interview__person-branch {
    font-size: clamp(1.2rem, 0.9vw, 1.6rem);
    line-height: 1.2;
  }
}
.interview__person-name {
  display: block;
  margin-top: 0.5em;
}
@media screen and (min-width: 1201px) {
  .interview__person-name {
    margin-top: clamp(0.5em, 0.6vw, 0.8em);
  }
}
@media screen and (max-width: 768px) {
  .interview__person-name {
    margin-top: 0.25em;
  }
}
.interview__person-image {
  grid-area: image;
  width: 102px;
  height: 102px;
}
@media screen and (min-width: 1201px) {
  .interview__person-image {
    width: clamp(102px, 7vw, 150px);
    height: clamp(102px, 7vw, 150px);
  }
}
@media screen and (max-width: 768px) {
  .interview__person-image {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 345px) {
  .interview__person-image {
    width: 56px;
    height: 56px;
  }
}
.interview__qa {
  position: relative;
  max-width: 760px;
  margin-inline: auto;
  margin-top: 65px;
  padding-top: 18px;
  padding-inline: 20px;
  padding-bottom: 40px;
  background: transparent;
  border: none;
  border-radius: 0;
  overflow: hidden;
  isolation: isolate;
}
@media screen and (min-width: 1201px) {
  .interview__qa {
    max-width: clamp(760px, 52vw, 1100px);
    margin-top: clamp(65px, 4.6vw, 120px);
    padding-top: clamp(18px, 1.4vw, 30px);
    padding-inline: clamp(20px, 1.8vw, 36px);
    padding-bottom: clamp(40px, 3vw, 70px);
  }
}
@media screen and (max-width: 768px) {
  .interview__qa {
    max-width: 97.3333333333vw;
    margin-top: 30px;
    padding-top: 30px;
    padding-inline: 10px;
    padding-bottom: 120px;
  }
}
.interview__qa::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("/assets_2026-recruit/crosstalk/images/interview_qa-bg--pc.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .interview__qa::before {
    background-image: url("/assets_2026-recruit/crosstalk/images/interview_qa-bg--sp.png");
  }
}
.interview__qa-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 1201px) {
  .interview__qa-list {
    gap: clamp(60px, 4vw, 95px);
  }
}
.interview__question::after {
  content: "";
  background-image: url(/assets_2026-recruit/crosstalk/images/interview_border--pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: block;
  max-width: 722px;
  width: 100%;
  height: 2px;
}
@media screen and (min-width: 1201px) {
  .interview__question::after {
    max-width: clamp(722px, 50vw, 1050px);
    height: clamp(2px, 0.15vw, 3px);
  }
}
@media screen and (max-width: 768px) {
  .interview__question::after {
    margin-top: 2px;
  }
}
.interview__question-text {
  font-size: 2rem;
  padding-left: 40px;
  margin-bottom: 5px;
}
@media screen and (min-width: 1201px) {
  .interview__question-text {
    font-size: clamp(2rem, 1.4vw, 3rem);
    padding-left: clamp(40px, 3vw, 70px);
    margin-bottom: clamp(5px, 0.45vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .interview__question-text {
    font-size: 2rem;
    line-height: 1.2;
    padding-left: 20px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .interview__question-text-row2 {
    display: block;
    padding-left: 36px;
  }
}
@media screen and (max-width: 345px) {
  .interview__question-text-row2 {
    display: inline;
    padding-left: 0;
  }
}
.interview__question-text--red {
  color: #f53232;
}
@media screen and (max-width: 768px) {
  .interview__question-text--red {
    font-size: 2rem;
    line-height: 1.2;
  }
}
.interview__answer {
  gap: 20px;
  padding-top: 30px;
}
.interview__answer[data-device=iphone] .interview__answer-text,
.interview__answer[data-device=iphone] .interview__answer-name {
  font-weight: 500;
}
@media screen and (min-width: 1201px) {
  .interview__answer {
    gap: clamp(20px, 1.6vw, 32px);
    padding-top: clamp(30px, 2.2vw, 54px);
  }
}
@media screen and (max-width: 768px) {
  .interview__answer {
    align-items: center;
    box-sizing: border-box;
    padding-top: 20px;
  }
}
.interview__answer-item {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .interview__answer-item {
    position: relative;
    width: auto;
    max-width: 100%;
    justify-content: flex-start;
  }
  .interview__answer-item > .interview__answer-image {
    position: absolute;
    bottom: -3px;
    max-width: 50px;
    left: auto;
    right: auto;
  }
  .interview__answer-item > .interview__answer-image:first-child {
    left: -5px;
  }
  .interview__answer-item > .interview__answer-image:last-child {
    right: -5px;
  }
}
.interview__answer-image {
  max-width: 64px;
  margin-top: auto;
}
@media screen and (min-width: 1201px) {
  .interview__answer-image {
    max-width: clamp(64px, 4.4vw, 96px);
  }
}
.interview__answer-chat--left {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-left: 25px;
  padding-right: 20px;
}
@media screen and (min-width: 1201px) {
  .interview__answer-chat--left {
    border-top-left-radius: clamp(15px, 1.1vw, 24px);
    border-top-right-radius: clamp(15px, 1.1vw, 24px);
    border-bottom-right-radius: clamp(15px, 1.1vw, 24px);
    padding-left: clamp(25px, 1.8vw, 40px);
    padding-right: clamp(20px, 1.47vw, 32px);
  }
}
@media screen and (max-width: 768px) {
  .interview__answer-chat--left {
    padding-left: 18px;
    padding-right: 20px;
    margin-left: 35px;
  }
}
.interview__answer-chat--right {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-right: 20px;
  padding-left: 25px;
}
@media screen and (min-width: 1201px) {
  .interview__answer-chat--right {
    border-top-left-radius: clamp(15px, 1.1vw, 24px);
    border-top-right-radius: clamp(15px, 1.1vw, 24px);
    border-bottom-left-radius: clamp(15px, 1.1vw, 24px);
    padding-right: clamp(20px, 1.47vw, 32px);
    padding-left: clamp(25px, 1.8vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .interview__answer-chat--right {
    padding-right: 20px;
    padding-left: 18px;
    margin-right: 35px;
  }
}
.interview__answer-chat--green {
  background-color: #bef0dc;
}
.interview__answer-chat--blue {
  background-color: #96d2ff;
}
.interview__answer-chat--yellow {
  background-color: #ffff82;
}
.interview__answer-chat--orange {
  background-color: #ffb48c;
}
.interview__answer-chat--pink {
  background-color: #fadcf0;
}
.interview__answer-chat--purple {
  background-color: #beb4e6;
}
.interview__answer-name {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: -5px;
}
@media screen and (min-width: 1201px) {
  .interview__answer-name {
    font-size: clamp(1.4rem, 1vw, 2rem);
    margin-bottom: clamp(-8px, -0.3vw, -5px);
  }
}
@media screen and (max-width: 768px) {
  .interview__answer-name {
    margin-bottom: 5px;
  }
}
.interview__answer-text {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (min-width: 1201px) {
  .interview__answer-text {
    font-size: clamp(1.6rem, 1.1vw, 2.4rem);
    line-height: 1.875;
  }
}
@media screen and (max-width: 768px) {
  .interview__answer-text {
    line-height: 1.3125;
  }
}
.interview__image {
  max-width: 617px;
  margin-inline: auto;
  margin-top: 30px;
}
@media screen and (min-width: 1201px) {
  .interview__image {
    max-width: clamp(617px, 42.3vw, 907px);
    margin-top: clamp(30px, 2.2vw, 54px);
  }
}
@media screen and (max-width: 768px) {
  .interview__image {
    margin-top: 40px;
    max-width: 82.9333333333vw;
  }
}
.interview__btn {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 430px;
  height: 50px;
  margin-inline: auto;
  margin-top: 45px;
  border: 1px solid #000;
  border-radius: 10px;
  background: #fff;
  color: #000;
  font-weight: bold;
  font-size: 1.8rem;
  text-decoration: none;
  box-shadow: 4px 4px 0 0 #e16400, 4px 4px 0 1px #000;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
@media screen and (min-width: 1201px) {
  .interview__btn {
    max-width: clamp(430px, 30vw, 650px);
    height: clamp(50px, 3.4vw, 76px);
    margin-top: clamp(45px, 3.2vw, 80px);
    border-width: clamp(1px, 0.12vw, 2px);
    border-radius: clamp(10px, 0.8vw, 16px);
    font-size: clamp(1.8rem, 1.2vw, 2.8rem);
    box-shadow: clamp(4px, 0.35vw, 7px) clamp(4px, 0.35vw, 7px) 0 0 #e16400, clamp(4px, 0.35vw, 7px) clamp(4px, 0.35vw, 7px) 0 clamp(1px, 0.12vw, 2px) #000;
  }
}
@media screen and (max-width: 768px) {
  .interview__btn {
    margin-top: 20px;
    font-size: 1.5rem;
    max-width: 82.6666666667vw;
    height: 35px;
    box-shadow: 2px 2px 0 0 #e16400, 2px 2px 0 1px #000;
  }
}
.interview__btn-arrow {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 16px;
  background: url("/assets_2026-recruit/crosstalk/images/interview__arrow--pc.png") no-repeat center/contain;
}
@media screen and (min-width: 1201px) {
  .interview__btn-arrow {
    right: clamp(28px, 2.1vw, 44px);
    width: clamp(14px, 1.1vw, 22px);
    height: clamp(16px, 1.3vw, 26px);
  }
}
@media screen and (max-width: 768px) {
  .interview__btn-arrow {
    right: 15px;
    width: 11px;
    background-image: url("/assets_2026-recruit/crosstalk/images/interview__arrow--sp.png");
  }
}
.interview__btn:is(:hover, :focus-visible, :active) {
  background: #ccc;
  color: #fff;
  box-shadow: none;
}
.interview__btn:is(:hover, :focus-visible, :active) .interview__btn-arrow {
  background: url("/assets_2026-recruit/crosstalk/images/interview__arrow-gray--pc.png") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .interview__btn:is(:hover, :focus-visible, :active) .interview__btn-arrow {
    background: url("/assets_2026-recruit/crosstalk/images/interview__arrow-gray--sp.png") no-repeat center/contain;
  }
}

/* interview:end */