/* クロストーク */
#_crosstalk .cntText{
  line-height: 2;
}
#_crosstalk .cntList{
  display: flex;
  justify-content: space-between;
  gap: 56px 20px;
}
#_crosstalk .cntList .item{
  max-width: 652px;
  width: 100%;
}
#_crosstalk .cntList .link{
  display: block;
}
#_crosstalk .cntList .image{
  border-radius: 24px;
  aspect-ratio: 652/489;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  font-family: var(--ff-en);
}
#_crosstalk .cntList .image svg{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75.07%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
/* #_crosstalk .cntList .image span{
  position: absolute;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 8rem;
  letter-spacing: -0.05em;
  color: #fff;
  font-family: var(--ff-en);
  opacity: 0.69;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
} */
#_crosstalk .cntList .image img{
  border-radius: 24px;
  transition: transform .3s ease-out;
}
#_crosstalk .cntList a:hover .image img{
  transform: scale(1.1);
}
#_crosstalk .cntList .title{
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 16px;
  position: relative;
}
#_crosstalk .cntList .title::after{
  position: absolute;
  content: "";
  width: 23px;
  height: 24px;
  right: 0;
  top: 17px;
  background: url(../img/common/arrow-1.svg) center/contain no-repeat;
}
#_crosstalk .cntList .text{
  line-height: 2;
}
#_crosstalk .cntInner+.cntInner{
  margin-top: 120px;
}

/* @media screen and (max-width: 1394px) {
  #_crosstalk .cntList .image span{
    font-size: calc(80px - (1394px - 100vw) / (497 / 25));
  }
} */
/* TAB */
@media screen and (max-width: 896px) {
  #_crosstalk .cntList{
    flex-direction: column;
    align-items: center;
  }
  #_crosstalk .cntList .image svg{
    width: 85.98%;
  }
  /* #_crosstalk .cntList .image span{
    font-size: calc(80px - (896px - 100vw) / (521 / 36));
  } */
  #_crosstalk .cntList .title::after{
    top: 6px
  }
  #_crosstalk .cntInner+.cntInner{
    margin-top: 100px;
  }
}
