
body {
    padding-top: 50px;
}
.crosstalk-section .inner {
    max-width: none;
}
section {
    padding:0;
}
.crosstalk-left {
    width: 60%;
 	height:100%
}
.crosstalk-right {
    width: 40%;
	height:100%;
}
.crosstalk-right {
    margin-left: 10px;
}
.talk-03 {
    margin-top: 20px;
}
.crosstalk-label01 {
    top: 5%;
    left: 20%;
}
.crosstalk-label {
    top: 5%;
    left: 25%;
}
.crosstalk-label03 {
    top: 5%;
    left: 28%;
}
.scroll-down{
  position: absolute;
  top: 5%;
  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;}
}

/* ===============================
   Crosstalk List
=============================== */

.ct-list{
  max-width: 900px;
  margin: 0 auto;
  padding:30px 0;
}

/* �J�[�h */

.ct-card{
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
  align-items: center;

  background: #e6f0fa;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: .3s;
}

.ct-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* �e�L�X�g */

.ct-card__body {
    flex: 1;
    padding-bottom: 30px;
}

/* �^�C�g�� */

.ct-card__title {
    position: relative;
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    z-index: 1;
    margin-bottom: 20px;
    margin-left: 40px;
    margin-top: 20px;
}

.ct-card__title::before{
  content: "";
  position: absolute;
  left: -8px;
  bottom: 2px;
  width: 110%;
  height: 70%;

  background: repeating-linear-gradient(
    45deg,
    #a8d8f0,
    #a8d8f0 6px,
    #9ccbe2 6px,
    #9ccbe2 12px
  );

  opacity: 0.8;
  z-index: -1;
  transform: rotate(-3deg);
  border-radius: 8px;
}

/* �����o�[ */

.ct-card__members {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0 70px 20px;
    justify-content: space-around;
}

/* �l */

.ct-card__person{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* �摜 */

.ct-card__person img{
  width: 230px;
  height: 230px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #6faecf;
  margin: 10px 0 8px;
}

/* ���O */

.ct-card__person p{
  font-weight: bold;
 	font-size:24px;
}

/* �~ */

.ct-card__cross{
  font-size: 28px;
  font-weight: bold;
  color: #6faecf;
}

/* �L���b�` */

.ct-card__catch {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.8;
    background: linear-gradient(transparent 65%, #fff3a3 65%);
    display: inline;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    margin-left: 23%;
}

/* �{�^���i�g���ꍇ�j */

.ct-card__more{
  display: inline-block;
  margin-top: 20px;
}

.crosstalk-header{
  padding: 80px 0;
  text-align: center;
  position: relative;
	background: #bfe7ff;
}
/* �p��i��j */
.crosstalk-header .en{
  display: block;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 5px;
  color: transparent;
  -webkit-text-stroke: 1px #ff7a00;
}

/* ���{��i���j */
.crosstalk-header .jp{
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  padding: 5px 15px;
  background: linear-gradient(120deg,#ff7a00,#ff4da6);
  color: #fff;
  border-radius: 20px;
}
.crosstalk-header::before{
  content: "CROSSTALK";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 120px;
  font-weight: bold;
  color: rgba(0,0,0,0.03);
  white-space: nowrap;
}


/* �S�� */
.talk-section{
  padding:0;
}

/* �u���b�N */
.talk-block{
  display:flex;
  align-items:center;
}

/* �t�p�^�[�� */
.talk-block.reverse{
  flex-direction:row-reverse;
}

/* �摜�i��ʂ����ς��j */
.talk-img{
  width:50vw;
}

.talk-img img{
  width:100%;
  height: clamp(400px, 20vw + 260px, 500px);
  object-fit:cover;
  display:block;
	border-radius: 0 10px 10px 0;
}
.talk-img img.crosstalk-img_3-2 {
    object-position: 10% center;
}
@media (min-width: 2300px) {
  .talk-img img.crosstalk-img_3-2 {
      object-position: center center;
  }
}
@media (max-width: 1425px) {
  .talk-img img.crosstalk-img_2-1 {
    object-position: 65% center;
  }
}
@media (max-width: 450px) {
  .talk-img img.crosstalk-img_3-2 {
      object-position: 15% center;
  }
}
.reverse img {
  border-radius: 10px 0 0 10px;
}
.reverse .talk-text {
    padding: 0 60px 0 300px;
}

/* �e�L�X�g */
.talk-text{
  width:50%;
  padding:0 300px 0 60px;
  
}

.talk-text p{
  margin-bottom:20px;
  line-height:1.9;
  color:#555;
}

/* ���O */
.talk-text span{
  font-weight:bold;
  color:#ff7bad;
}
.card-content h3 {
    font-size: 16px;
}
span.more-btn {
    font-size: 14px;
    padding: 8px 35px;
}