@charset "UTF-8";

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

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

memo :

last modify : 2019/06/14 Maitts インタビュー記事 #16624

2017/11/14 156_goto 新規

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

p {
  word-break: normal!important;
}

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

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

@media all and (min-width: 768px){
.info_data .ttl_member .biz_ttl {
    line-height: 1.4em;
}
.top_info{
  background-image: url("../image/img-main.jpg");
  background-position: top;
}

.top_info_set {
 width: 27.375em;
}

.info_data .pr_lead {
  font-size: 1.9rem;
}

.type_ct .headline {
  left: 0;
}

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

#entry_01.type_l .headline {
  height: 510px;
}

#entry_01 .pc_rowbox {
  left: auto;
  top: 65%;
  right: 0;
  max-width: 466px;
}
#entry_01 .img_entry {
    left: auto;
    right: 0;
}
#entry_01.type_l .qabox .inbox {
    margin-left: 0;
    margin-right: 9.375em;
}
#entry_03 .pc_rowbox {
  top: 65%;
  -webkit-transform: translate(0, -30%);
  transform: translate(0, -30%);
}
#entry_03 .type_l.r_adjust .pc_rowbox {
    left: auto;
    right: 100px;
    text-align: right;
    max-width: 410px;
}
#entry_04 .pc_rowbox {
  top: 80%;
}
#entry_06.type_ct .headline {
  height: 500px;
  left: 0;
  width: 100%;
}
#entry_06 .pc_rowbox {
  left: auto;
  right: 0;
  top: 70%;
  max-width: 291px;
}

.entry.no_image .headline .pc_rowbox {
  text-align: center;
}

.tbl_carrer th {
  width: 11em;
}

}

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

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

}


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

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

.pr_lead {
  font-size: 1.7rem !important;
}
.info_data .ttl_member .biz_ttl {
    line-height: 1.4em;
}
}
