/* reset */
.site-contents__inner {
  max-width: none !important;
  padding: 0 !important;
}

#sendenkaigi {
  .subject {
    padding: 50px 3vw;
    display: flex;
    flex-direction: column;
    row-gap: 60px;
    background: radial-gradient(
      76.21% 142.66% at 81.73% 116.52%,
      #fdffd6 0%,
      #cae5ff 100%
    );
  }
  @media (max-width: 1024px) {
    padding: 24px 0px;
  }
  .inner {
    max-width: calc(1240px + 10vw);
    padding: 0 5vw 59px;
  }
  p {
    margin: 0;
    padding: 0;
    line-height: 1.8;
  }
  strong {
    color: inherit;
    font-weight: 700;
  }
  .block {
    display: block;
  }
  .pc-only {
    display: block;
  }
  .md-only {
    display: none;
  }
  .sp-only {
    display: none;
  }

  @media (max-width: 1024px) {
    .pc-only {
      display: none;
    }
    .md-only {
      display: block;
    }
    .sp-only {
      display: block;
    }
  }

  @media (max-width: 768px) {
    .md-only {
      display: none;
    }
    .sp-only {
      display: block;
    }
    .pc-only {
      display: none;
    }
  }

  .mission,
  .highlight {
    background-color: #fff;
    padding: 60px 60px;
    margin: 0px 40px;
    margin-bottom: 60px;
    max-width: calc(1240px + 10vw);
    margin: 0 auto;
    width: 100%;
  }

  .mission__label{
    display: block;
    max-width: max-content;
    background-color: #f0f0f0;
    color: #333333;
    padding: 10px 15px;
    margin-bottom: 20px;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: bold;
  }
  .gradation__head {
    background: linear-gradient(90deg, #7dc6b5 0%, #2f95f8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: clamp(20px, 2.5vw, 32px);
    text-align: center;
    line-height: 1.6;
  }

  .gradation__head_left {
    background: linear-gradient(90deg, #7dc6b5 0%, #2f95f8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: clamp(20px, 2.5vw, 32px);
    text-align: left;
    line-height: 1.6;
  }

  .mission__text {
    display: flex;
    flex-direction: column;
    font-size: 16px;
  }

  /* 概要ラベル（左バー＋テキスト） */
  .summary-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
  }

  .summary-label::before {
    content: "";
    width: 5px;
    height: 20px;
    background: #7DC6B5;
    display: inline-block;
  }

  .highlight__body-txt {
    font-size: clamp(16px, 2vw, 16px);
  }

  .highlight__inner {
    margin-bottom: 50px;
  }

  .info {
    color: #2e72b9;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    row-gap: 24px;
  }

  .interview__head{
    font-weight: bold;
    font-size: 24px;
  }

  .highlight__head,
  .interview__head {
    display: flex;
    align-items: center;
    gap: 4px;
    padding-bottom: 12px;
    border-bottom: 1px solid #2E72B9;
    margin-bottom: 35px;
  }

  .highlight__body-list {
    display: block; /* 現在のHTMLでは未使用だが、将来のレイアウト変更に備えて残しています */
  }

  .highlight .lyt-img-a {
  margin-top: 20px;
}

  .interview__body-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }

  .interview__body-item-img {
    min-width: 267px;
  }
  .interview__body-item-txt {
    width: 100%;
    font-size: clamp(16px, 2vw, 18px);
    display: flex;
    flex-direction: column;
    row-gap: 24px;
  }
  .interview__body-btn {
    margin-left: auto;
  }

  .interview .lyt-img-a {
    margin-top: 35px;
  }

  .interview .lyt-img-a__img-wrap img {
    max-width: 300px;
  }

  .interview .lyt-img-a__caption {
    margin-top: 10px;
    justify-content: flex-start;
    font-weight: bold;
  }
  

  @media (max-width: 1024px) {
    .gradation__head {
      margin-bottom: 24px;
    }

    .gradation__head_left {
      margin-bottom: 10px;
    }
    .mission__text {
      row-gap: 12px;
      margin-bottom: 24px;
    }
    .info {
      flex-direction: column;
      align-items: flex-start;
      row-gap: 12px;
    }
    .mission,
    .highlight{
      padding: 24px;
    }
    .highlight__head,
    .interview__head {
      margin-bottom: 24px;
    }
    
    .interview__body-item-txt {
      row-gap: 12px;
    }
    .interview__body-item-img {
      width: 100%;
      img {
        width: 100%;
      }
    }
  }

  @media (max-width: 768px) {
    .interview__body-item {
      flex-direction: column;
      align-items: center;
      gap: 12px;
    }

    .interview__head {
      font-size: 18px;
  }
  }

}

/* バナースタイル */
.banner {
  margin-top: 40px;
}

.banner img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* 委員会コメントセクション */
.committee-comments {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 60px;
  margin-bottom: 100px;
}

.committee-comment {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  justify-content: space-between;
}

.committee-comment__profile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 210px;
}

.committee-comment__avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 16px;
}

.committee-comment__info {
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
}

.committee-comment__organization {
  margin: 0 0 8px 0;
  font-weight: 500;
}

.committee-comment__name {
  margin: 0 0 4px 0;
  font-weight: 700;
  font-size: 16px;
}

.committee-comment__company {
  margin: 0;
  font-size: 13px;
  color: #666;
}

.committee-comment__box {
  flex: 1;
  border: 1px solid #2E72B9;
  border-radius: 10px;
  overflow: hidden;
}

.committee-comment__title-bar {
  padding: 20px 30px 0px;
}

.committee-comment__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #2E72B9;
  line-height: 1.4;
}

.committee-comment__content {
  padding: 10px 30px 20px;
  background-color: #fff;
}

.committee-comment__content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

@media (max-width: 768px) {
  .banner {
    margin-top: 20px;
  }

  .committee-comment {
    flex-direction: column;
    gap: 0px;
  }

  .committee-comments {
    margin-bottom: 50px;
  }

  .committee-comment__profile {
    min-width: auto;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
  }

  .committee-comment__avatar {
    width: 80px;
    height: 80px;
  }

  .committee-comment__title {
    font-size: 16px;
  }

  .committee-comment__content p {
    font-size: 14px;
  }
  
  .committee-comment__title-bar {
    padding: 20px 20px 0;
  }
  .committee-comment__content {
    padding: 20px;
  }
}
