@media (max-width: 768px){
.hero-text-com {
    	bottom: 0;
}
.section-title {
    	font-size: 35px !important;
}
.subtitle-com {
    	border-radius: 0;
}
.section-header {
        margin: 0 20px;
}
  /* @ 1列に */
  .interview-list{
    grid-template-columns: 1fr;
    gap: 30px;
  }

  /* A カード余白ちょい減らす */
  .interview-card{
    border-radius: 12px;
	width:100%;
  }

  /* C ズラしリセット（超重要） */
  .interview-card:nth-child(2),
  .interview-card:nth-child(3){
    margin-top: 0;
  }

  /* D テキスト余白 */
  .card-content{
    padding: 15px;
  }


  /* F 吹き出し微調整 */
  .message{
    padding: 14px 16px;
  }

  /* G moreボタン位置ちょい内側 */
  .more-btn{
    bottom: 10px;
    right: 10px;
  }
.img-wrap img {
    width: 100%;
}
.crosstalk-img {
    display: none;
}
.member img {
    width: 100px;
    height: 100px;
}
.crosstalk-content {
    width: 290px;
    padding: 0 20px;
}
.interview-more {
    margin-left: 150px;
}
.recruit-cta.aos-init.aos-animate {
    padding: 0 20px 80px;
}
}

@media (max-width: 500px){
.crosstalk-member {
    justify-content: center;
}
    .interview-more {
        margin-left: 250px;
    }
}
