/* �S�� */
.mv-interview{
  background: linear-gradient(135deg, #dff4ff, #bfe7ff);
  padding: 150px 0 140px;
  position: relative;
  overflow: hidden;
}
.mv-interview::after{
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background: rgba(255, 179, 107, 0.2); /* �I�����W */
  border-radius: 50%;
  top:23%;
  left: 19%;
  filter: blur(40px);
}
/* ���� */
.mv-inner{
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  min-heoght:400px;
  padding:0 20px;
}

/* �e�L�X�g */
.mv-text{
  max-width: 650px;
  z-index: 2;
}

.mv-sub{
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #333;
}

.mv-title{
  font-size: 42px;
  margin-bottom: 20px;
}

.mv-name{
  font-size: 20px;
  margin-bottom: 30px;
}

.mv-name span{
  font-size: 16px;
  color: #555;
}

.mv-copy span{
  font-size:27px;
  font-weight:600;
  background: linear-gradient(120deg, #ffb7b5, #ffc2d9);
  background-repeat: no-repeat;
  background-size: 0% 60%;
  background-position: left bottom;
  transition: background-size 0.6s ease;
  padding: 0 5px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.mv-copy span.active{
  background-size: 100% 60%;
}
/* AOS��Ƀ}�[�J�[�\�� */
.mv-copy span.aos-animate::after{
  transform: skewX(-10deg) scaleX(1);
}

/* 2�s�ڂ��傢�Y���� */
.mv-copy span:nth-child(2){
  margin-left: 20px;
}

/* �l�� */
.mv-img{
  position: absolute;
  right: 0;
  bottom: -140px;
}

.mv-img img{
  width: 400px;
  height: auto;
  display:block;
  filter: drop-shadow(0 20px 30px rgba(0,0,0,0.25));
}

/* �w�i�ɔ��������i�������v�f�j */
.mv-interview::before{
  content: "INTERVIEW";
  position: absolute;
  top: 20%;
  left: 15%;
  font-size: 150px;
  color: rgba(255,255,255,0.3);
  font-weight: bold;
  pointer-events: none;
  transform:rotate(10deg);
}




.scroll-down{
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

/* ���� */
.scroll-down p{
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 5px;
  color: #ff8fbc;
  opacity: 0.7;
}

/* �� */
.scroll-down span{
  display: block;
  width: 2px;
  height: 30px;
  background: #333;
  margin: 0 auto;
  animation: scroll 2s infinite;
}

/* �A�j���[�V���� */
@keyframes scroll{
  0%{ transform: translateY(0); opacity: 0;}
  50%{ opacity: 1;}
  100%{ transform: translateY(15px); opacity: 0;}
}
.scroll-down p{
  animation: fade 2s infinite;
}

@keyframes fade{
  0%,100%{ opacity: 0.3;}
  50%{ opacity: 0.8;}
}





.interview-body{
  background: #fff;
  padding: 100px 20px;
}

/* ������ */
.qa-row{
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 100px;
}

/* �t�z�u */
.qa-row.reverse{
  flex-direction: row-reverse;
}

/* �摜 */
.qa-img{
  width: 40%;
}

.qa-img img{
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
}
.qa-img img.left {
    object-position: left;
}

.qa-content{
  width: 60%;
}

/* Q */
.q{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
}

.q::before{
  content: "Q";
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 32px;
  color: #ff8fbc;
  opacity: 0.3;
}

/* A */
.a{
  line-height: 1.9;
  position: relative;
  padding-left: 40px;
}

.a::before{
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  color: #ff8fbc;
  font-weight: bold;
}

.other-interview{
  padding: 100px 0;
  background: #bfe7ff;
}

.other-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* �� */
.other-text{
  width: 30%;
}

.other-text .sub{
  font-size: 20px;
  letter-spacing: 2px;
  color: #ff7a00;
  margin-bottom: 10px;
}

.other-text h2{
  font-size: 28px;
  margin-bottom: 20px;
}

/* �E */
.other-cards{
  width: 65%;
  display: flex;
  gap: 30px;
}

.cross-section{
  padding: 80px 0 0;
}

/* �^�C�g�� */
.cross-head{
  text-align: center;
  margin-bottom: 50px;
}

.cross-head .sub{
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color:#ff7a00;
}

.cross-head h2{
  font-size: 28px;
}
.cross-desc{
  font-size: 16px;
  line-height: 1.8;
  margin-top: 15px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.crosstalk-list {
    padding: 0 20px;
}