/*タイトル -------------------------------------------*/

:root {
  --color-main: #3576A6;
}


/* =========================================
   SECTION
========================================= */
#interviewTitleImg {}

/* flex崩れ防止 */
#interviewTitleImg>div {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: 0 auto;
  position: relative;
}

.backCbox {
  background: linear-gradient(to top,
      var(--color-main) 0%,
      var(--color-main) 34%,
      transparent 34%,
      transparent 100%);
}

.rigthBox {
  width: 54%;
}

/* =========================================
   画像
========================================= */
#interviewTitleImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.numberBox {
  display: inline-flex;
  width: 37px;
  height: 37px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;

  margin: 5px 0;

  color: #fff;
  background: #000;
  border-radius: 3px;

  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

/* =========================================
   テキストエリア
========================================= */

.proBox {
  display: flex;
  align-items: center;
  height: 34%;
  position: absolute;
  bottom: 0;

}

/* =========================================
   テキスト
========================================= */
.interviewTitleBox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 66%;
}

.interviewTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.interviewTitle h1 {
  width: 100%;
  max-width: 245px;
  margin: 0.4em 0;
}

.interviewTitle p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

.interviewTitle .subeT {
  font-size: 1.2rem;
}

.colorP {
  color: var(--color-main);
}

.texts {
  font-size: 0.8rem;
}

.texts .list {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.2;
  margin: 0 0 0.6rem 0;
}

#contBox p {
  margin: 0 0 1.8rem;
}

#contBox p:last-child {
  margin-bottom: 0;
}



/* =========================================
   PROFILE
========================================= */
.profile {
  width: 95%;
  box-sizing: border-box;
  color: #fff;
  line-height: 1.6;
  padding-left: 2rem;
  font-size: 1rem;
}

.midashi {
  font-size: 1.6rem;
  margin: 0 0 0.8rem;
}

.workerPost {
  display: block;
}

.workerName {
  display: block;
  font-size: 1.6rem;
}

/* =========================================
   背景
========================================= */
.pro {
  background: var(--color-main);
}

/* =========================================
   TB
========================================= */
@media (max-width: 1024px) {
  .tbView {
    display: block;
  }

  .interviewTitle {
    zoom: 0.8;
  }

  .profile {
    zoom: 0.8;
  }

  #interviewTitleImg>div>div {
    width: 80%;
    display: block;
  }

  .rigthBox {
    width: 60%;
  }

  .backCbox {
    background: linear-gradient(to top, var(--color-main); 0%, var(--color-main); 30%, transparent 30%, transparent 100%);
  }

  .proBox {
    height: 34%;
  }
}

/* =========================================
   SP
========================================= */
@media (max-width: 640px) {

  .tbView {
    display: none;
  }

  #interviewTitleImg {
    display: block;
    background: #fff;
  }

  #interviewTitleImg>div {
    width: 100%;
    min-width: auto;
    display: block;
  }

  #interviewTitleImg>div>div {
    width: 100%;
    display: block;
  }

  .interviewTitle,
  .profile {
    width: 100%;
    padding: 1rem;
  }

  .interviewTitle h1 {
    font-size: 3rem;
    line-height: 1.2;
  }

  .proBox {
    position: relative;
  }

  .rigthBox {
    width: 100%;
  }

}


/*インタービューコンテンツ --------------------------------*/
#contBox {
  width: 90%;
  max-width: 1000px;
  margin: 4rem auto;
  line-height: 1.8;
}

#contBox>section>h2 {
  color: var(--color-main);
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6;
  margin: 0 0 1rem 0;
}

.photoBox {
  width: 100%;
  max-width: 980px;
  margin: 2rem auto;
}

.photolist {
  display: flex;
  justify-content: space-between;
}

.photoBox .photo1 {
  width: 100%;
  max-width: 340px;
  height: auto;
  max-height: 333px;
}

.photoBox .photo2 {
  width: 100%;
  max-width: 624px;
}

.photoBox .photo2 img {
  width: 100%;
}

.oneWord {
  position: relative;
  display: flex;
  align-items: center;
  width: 90%;
  max-width: 480px;
  background: var(--color-main);
  color: #fff;
  border-radius: 20px;
  padding: 0rem 0 0 0.5rem;
  margin: 6rem auto 4rem;
}

.oneWord img {
  width: 32%;
  margin: 0 0.5rem 0 0;
}

.oneWord p {
  width: 60%;
  margin: auto;
}

/* =========================================
   TB
========================================= */
@media (max-width: 1024px) {
  .photoBox .photo1 {
    max-width: 35%;
  }

  .photoBox .photo2 {
    max-width: 64%;
  }
}

/* =========================================
   SP
========================================= */
@media (max-width: 640px) {

  .otherCut>.otherPhotos>img:nth-child(1),
  .otherCut>.otherPhotos>img:nth-child(2),
  .otherCut>.otherPhotos>img:nth-child(3) {
    width: auto;
  }

  .oneWord {
    width: 100%;
    margin: 2rem 0 4rem;
  }

  .oneWord p {
    right: 10px;
    font-size: 0.95rem;
    line-height: 1.35;
  }

  .photolist {
    display: block;
  }

  .photoBox .photo1 {
    display: block;
    max-width: 88%;
    max-height: none;
    margin: 0 auto 0.5rem;
  }

  .photoBox .photo2 {
    max-width: 100%;
  }

  .photo2 img {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .oneWord p {
    font-size: 0.85rem;
  }

  #contBox>section>h2 {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

/*Q&A -------------------------------------*/
.qandaBox h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000 !important;
  text-align: center;
  line-height: 1.6;
}

.qandaBox h2::before,
.qandaBox h2::after {
  content: '';
  display: block;
  width: 25%;
  height: 1px;
  background: #000;
}

.qandaBox h2::before {
  margin-right: 0.5em;
}

.qandaBox h2::after {
  margin-left: 0.5em;
}

.qanda {
  margin: 0 0 2rem 0;
}

.qamidashi {
  color: var(--color-main);
  font-size: 1.3rem;
}

.qanda h3 {
  font-size: 1.6rem;
  font-weight: 100;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}