@charset "UTF-8";

/* ==========================================================

title : Leader navi
scope : インタビューページ_マスコミ

memo :

last modify : 2019/05/28 Maitts インタビュー記事 #16512

========================================================== */
/* --------------------------------------------- */
/* ▼ モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */

p {
  word-break: normal!important;
}

/* ==========================================================
　レスポンシブ記述
========================================================== */

/* ------------------------------------ */
/* ▼ PC タブレット用 */
/* ------------------------------------ */

@media all and (min-width: 768px){

.top_info{
  background-image: url("../image/img-main.jpg");
  background-position: top;
}

.top_info_set {
  width: 26.375em;
}

.type_ct .headline {
  left: 0;
}

.type_ct .pc_rowbox {
  top: 20%;
  -webkit-transform: translate(0, -20%);
  transform: translate(0, -20%);
}

.tbl_carrer th {
  min-width: 11em;
}

#entry_01.type_l .headline {
  height: 510px;
}
.entry.no_image .headline .pc_rowbox {
    text-align: center;
  }
#entry_03 .pc_rowbox {
  top: 30%;
  -webkit-transform: translate(0, -30%);
  transform: translate(0, -30%);
}

#entry_04 .headline {
    height: 500px;
    left: 0;
    width: 100%;
  }

#entry_04 .pc_rowbox {
    left: auto;
    right: 0;
    top: 38%;
  }

#entry_06 .headline {
    height: 500px;
    left: 0;
    width: 100%;
  }

#entry_06 .pc_rowbox {
    left: auto;
    right: 0;
    top: 70%;
  }
}

/* ------------------------------------ */
/* ▼ PCのみ */
/* ------------------------------------ */

@media all and (min-width: 920px) {

}


/* ------------------------------------ */
/* ▼ SPのみ */
/* ------------------------------------ */

@media all and (max-width: 767px){

.pr_lead {
  font-size: 1.8rem !important;
}

}
