@charset "UTF-8";
/*/////////////////////////////////////

  社員インタビュー 詳細ページ

////////////////////////////////////*/
@media screen and (min-width:1104px) {
  /* ====================================================
    冒頭プロフィール
  ====================================================*/
  .interview-wrapper {
    margin-bottom: 64px;
    padding: 32px;
    border: 1px solid #ccc;
  }
  .interview-lead {
    display: flex;
    align-items: center;
    gap: 0 32px;
    margin-bottom: 48px;
  }
  .interview-lead_photo {
    flex-shrink: 0;
  }
  /* ====================================================
    Q&A
  ====================================================*/
  .interview-qa_list {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .interview-qa {
    padding-bottom: 32px;
    border-bottom: 1px solid #ccc;
  }
  .interview-qa:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .interview-qa_q {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    color: #004659;
    font-size: 18px;
    font-weight: bold;
  }
  .interview-qa_q::before {
    content: "";
    flex-shrink: 0;
    display: inline-block;
    width: 4px;
    height: 28px;
    margin-right: 12px;
    background-color: #004659;
  }
  .interview-qa_a {
    padding-left: 16px;
    font-size: 15px;
  }
  /* ====================================================
    他の社員インタビュー（カルーセル / Swiper）
  ====================================================*/
  .interview-related {
    position: relative;
    margin-bottom: 64px;
    padding: 0 8px;
    overflow-x: hidden;
  }
  .interview-related_swiper {
    min-width: 0;
  }
  .interview-related_item {
    width: 204px;
  }
  .interview-related_item a {
    display: block;
    padding-bottom: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;
  }
  .interview-related_photo {
    margin-bottom: 16px;
  }
  .interview-related_photo img {
    border-radius: 4px 4px 0 0;
  }
  .interview-related_name {
    margin-bottom: 8px;
    padding: 0 16px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
  }
  .interview-related_dept {
    padding: 0 16px;
    font-size: 12px;
  }
  .interview-related_arrow {
    --swiper-navigation-sides-offset: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 28px;
    height: 92px;
    margin-top: 0 !important;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 2;
  }
  .interview-related_arrow.swiper-button-disabled {
    opacity: 0;
  }
  .interview-related_arrow--prev {
    background-image: url(../../img/interview/icon_prev.png);
    border-radius: 0 5px 5px 0;
  }
  .interview-related_arrow--next {
    background-image: url(../../img/interview/icon_next.png);
    border-radius: 5px 0 0 5px;
  }
}
@media screen and (max-width:1103px) {
  /* ====================================================
    冒頭プロフィール
  ====================================================*/
  .interview-wrapper {
    margin-bottom: 4rem;
  }
  .interview-lead {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
  .interview-lead_photo {
    flex-shrink: 0;
    width: 10rem;
  }
  .interview-lead_photo img {
    width: 100%;
    height: auto;
  }
  /* ====================================================
    Q&A
  ====================================================*/
  .interview-qa_list {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }
  .interview-qa_q {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    color: #004659;
    font-size: 1.5rem;
    font-weight: 600;
  }
  .interview-qa_q::before {
    content: "";
    flex-shrink: 0;
    display: inline-block;
    width: 0.4rem;
    height: 2.4rem;
    margin-right: 1rem;
    background-color: #004659;
  }
  .interview-qa_a {
    font-size: 1.4rem;
  }
  /* ====================================================
    他の社員インタビュー（カルーセル / Swiper）
  ====================================================*/
  .interview-related {
    position: relative;
    margin-bottom: 4rem;
  }
  .interview-related_swiper {
    min-width: 0;
  }
  .interview-related_item {
    width: 12rem;
    height: auto;
  }
  .interview-related_item a {
    display: block;
    height: 100%;
    padding-bottom: 0.8rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;
  }
  .interview-related_photo {
    margin-bottom: 0.6rem;
  }
  .interview-related_photo img {
    width: 100%;
    height: auto;
    border-radius: 4px 4px 0 0;
  }
  .interview-related_name {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
  }
  .interview-related_dept {
    color: #666;
    font-size: 1.1rem;
    text-align: center;
  }
  .interview-related_arrow {
    --swiper-navigation-sides-offset: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2.6rem;
    height: 2.6rem;
    margin-top: 0 !important;
    border: none;
    border-radius: 50%;
    background-color: #f0f0f0;
  }
  .interview-related_arrow.swiper-button-disabled {
    opacity: 0;
  }
  .interview-related_arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.7rem;
    height: 1.1rem;
    background: url("../../img/common/icon_next-deepcerulean.svg") center/contain no-repeat;
  }
  .interview-related_arrow--prev {
    left: 0;
    transform: translateY(-50%) translateX(-50%);
  }
  .interview-related_arrow--prev::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .interview-related_arrow--next {
    right: 0;
    transform: translateY(-50%) translateX(50%);
  }
}
