
.tbView{ display: none;}

/*タイトル -------------------------------------------*/
/* =========================================
   SECTION
========================================= */
#interviewTitleImg {

}

/* flex崩れ防止 */
#interviewTitleImg > div {
    width: 90%;
    max-width: 1100px;
    min-width: 900px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0 auto;
    position: relative;
}

.backCbox {
  background: linear-gradient(
    to top,
    #995E94 0%,
    #995E94 40%,
    transparent 40%,
    transparent 100%
  );
}

.rigthBox{ width: 60%;}

/* =========================================
   画像
========================================= */
#interviewTitleImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================================
   テキストエリア
========================================= */

.proBox{
  display: flex;
  align-items: center;
  height: 40%;
  position: absolute;
  bottom: 0;
  
}

/* =========================================
   テキスト
========================================= */
.spBr{ display: inline;}
.interviewTitleBox{
  display: flex;
  align-items: center;
  height: 60%;
  position: relative;
}
.interviewTitle {
  padding-left: 2rem;
}

.interviewTitle h2 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 0.5;
  margin: 0.4em 0;
}

.interviewTitle p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

.interviewTitle .subeT {
  font-size: 1.2rem;
}

.colorP {
  color: #995E94;
}

.webL{
  display: grid;
    color: #fff;
    font-size: 1.2rem;
  font-weight: bold;
  background: #995E94;
  border-radius: 120px;
  right: 0;
  position: absolute;
  padding: 2rem 1rem;
  text-align: center;
  line-height: 1.2;
  top: 74px;
  align-items: center;
}

/* =========================================
   PROFILE
========================================= */
.profile {
  width: 100%;
  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;
}

/* =========================================
   背景
========================================= */
.pro {
  background: #995E94;
}

/* =========================================
   TB
========================================= */
@media (max-width: 1024px) {
  .tbView{ display: block;}
  #interviewTitleImg > div{ width: 98%; zoom: 0.8;}
  #interviewTitleImg > div > div {
    width: 80%;
    display: block;
  }
  .rigthBox {
    width: 60%;
}
.backCbox{background: linear-gradient(to top, #995E94 0%, #995E94 44%, transparent 44%, transparent 100%);}
.interviewTitleBox {height: 56%;}
.proBox{ height: 44%;}
}

@media (max-width: 768px) {
      .webL{ top:55px;}
      #interviewTitleImg > div {zoom: 0.8; }
      .interviewTitle h2{font-size: 3.2rem;}
}

/* =========================================
   SP
========================================= */
@media (max-width: 640px) {

  .tbView{ display: none;}
  .spBr{ display: block;}
  .webL{ right: 18px; zoom: 0.9; top: 46px;}

  #interviewTitleImg {
    display: block;
    background: #fff;
  }

  #interviewTitleImg > div {
    width: 100%;
    min-width: auto;
    display: block;
  }
  #interviewTitleImg > div > div {
    width: 100%;
    display: block;
  }
  .interviewTitle,
  .profile {
    padding: 1rem;
  }

  .interviewTitle h2 {
    font-size: 3rem;
    line-height: 0.8;
  }
.proBox{ position: relative; }

.rigthBox{ width: 100%;}

}

/*インタービューコンテンツ --------------------------------*/
#contBox{
  width: 90%;
  max-width: 1000px;
  margin: 4rem auto;
  line-height: 1.8;
}

#contBox > div > h3{
  color: #995E94;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6;
  margin: 0 0 1rem 0;
}

.magT4{ margin: 4rem 0 0 0;}

.photos{
    display: block;
    width: 100%;
    max-width: 474px;
    margin: 4rem auto;
  }

.otherCut{
  width: 100%;
  max-width: 1000px;
  background:#eadcec;
  padding: 1.2rem 0;
  margin: 4rem 0;
  position: relative;
}

.otherCut > p{
  color: #995E94;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
  left: 0;
  right: 0;
  top: -1rem;
  margin: auto;
  position: absolute;
}
.otherCut > div{ text-align: center;}
.otherCut > .otherPhotos img:nth-child(1) , .otherCut > .otherPhotos > img:nth-child(2) , .otherCut > .otherPhotos > img:nth-child(3){ width: 32%;}

.spec{
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  font-size: 0.8rem;
}

#infoBox{
  display: block;
  color: #995E94;
  border: #995E94 1px solid;
  padding: 2rem 1rem 1rem;
  margin: 4rem 0;
  position: relative;
}

#infoBox > .infoTitle{
  top: -0.8rem;
  background: #fff;
  padding: 0 1rem;
  position: absolute;
}
#infoBox > p > span{ font-size: 1.2rem;}
.interviewPreBtn{
  display: block;
  width: 100%;
  max-width: 500px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  font-size: 1.4rem;
  background: #008A00;
  border: #008A00 4px solid;
  padding: 0.5rem;
  border-radius: 60px;
  margin: 0 auto;
  transition: 0.6s;
}
.interviewPreBtn:hover{
  color: #008A00!important;
  background: #fff!important;
  border: #008A00 4px solid;
}
.interviewPreBtn:visited{ color: #fff;}


/* =========================================
   SP
========================================= */
@media (max-width: 640px) {
  .otherCut > .otherPhotos > img:nth-child(1) , .otherCut > .otherPhotos > img:nth-child(2) , .otherCut > .otherPhotos > img:nth-child(3){ width: 100%;}
  .otherCut{ padding: 1.2rem;}
  .otherCut > p{ top: -2.8rem;}
}