.tbView {
  display: none;
}


:root {
  --color-main: #995E94;
  --color-main-light: #eadcec;
}




/*タイトル -------------------------------------------*/
/* =========================================
   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,
      var(--color-main) 0%,
      var(--color-main) 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: var(--color-main);
}

.webL {
  display: grid;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  background: var(--color-main);
  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: var(--color-main);
}


/* =========================================
   ミニコーナー
========================================= */


.routeBox {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 32px 40px;
  box-sizing: border-box;
  background-color: var(--color-main-light);
}

.routeBox__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 18px;
}

.routeBox__title,
.routeBox__text {
  margin: 0;
}

.routeBox__title {
  font-size: 18px;
  font-weight: 700;
}

.routeBox__label {
  display: inline-block;
  padding: 0px 30px;
  background-color: #fff;
  font-size: 30px;
  font-weight: 700;
  white-space: nowrap;
}

.routeBox__text {
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .routeBox {
    width: 100%;
    padding: 24px 20px;
  }

  .routeBox__heading {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
    text-align: center;
  }
}


/* =========================================
   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, var(--color-main) 0%, var(--color-main) 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: var(--color-main);
  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: var(--color-main-light);
  padding: 1.2rem 0;
  margin: 4rem 0;
  position: relative;
}

.otherCut>p {
  color: var(--color-main);
  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;
} */

.spec {
  width: 90%;
  max-width: 1000px;
  text-align: left;
  font-size: 0.8rem;
}

#infoBox {
  display: block;
  color: var(--color-main);
  border: var(--color-main) 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;
  }
}





.locationTitle {
  display: flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
}

/* 左側：白背景・黒枠・黒文字 */
.locationTitle__label {
  position: relative;
  flex-shrink: 0;
  display: grid;
  place-items: center;

  width: 180px;
  height: 30px;
  box-sizing: border-box;

  color: #000;
  background-color: #000;

  clip-path: polygon(0 0,
      calc(100% - 10px) 0,
      100% 50%,
      calc(100% - 10px) 100%,
      0 100%,
      10px 50%);
}

.locationTitle__label::before {
  content: "";
  position: absolute;
  inset: 1px;

  background-color: #fff;

  clip-path: polygon(0 0,
      calc(100% - 10px) 0,
      100% 50%,
      calc(100% - 10px) 100%,
      0 100%,
      10px 50%);
}

.locationTitle__label span {
  position: relative;
  z-index: 1;

  padding: 0 10px 0 16px;

  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

/* 右側：黒背景・白文字 */
.locationTitle__name {
  display: flex;
  align-items: center;

  width: auto;
  height: 30px;
  padding: 0 12px;
  box-sizing: border-box;

  color: #fff;
  background-color: #000;

  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
}

.otherPhotos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  width: 100%;
}

.otherPhotos>img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.infoContent {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.infoContent>img {
  display: block;
  width: 120px;
  height: auto;
  flex-shrink: 0;
}

.otherCut {
  max-width: 800px;
  margin: 4rem auto;
  padding: 1.2rem;
}

.infoText>p>span {
  font-size: 1.2rem;
}

.interviewPhotos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  max-width: 1000px;
}

.interviewPhotos .photos {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}


@media (max-width: 640px) {
  .infoContent {
    flex-direction: column;
  }

  .infoContent>img {
    width: 100px;
  }

  .interviewPhotos {
    grid-template-columns: 1fr;
    gap: 15px;
    margin: 2rem auto 1rem;
  }

}