@charset "UTF-8";
/* --------------------------------------------- */
/* ▼ モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
p {
  word-break: normal !important;
}

.in_blk {
  display: inline-block;
}
/* ==========================================================
　レスポンシブ記述
========================================================== */
/* ------------------------------------ */
/* ▼ 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: 25.8em;
  }

  .top_infobox.ver_l .top_info_set {
    bottom: 7.5em;
    left: 1.5em;
    width: 30em;
  }
  
  .top_lead {
    max-width: 38em;
  }

  .info_data .pr_lead {
    font-size: 1.6rem;
  }

  .type_ct .headline {
    left: 0;
  }

  .type_ct .pc_rowbox {
    top: 20%;
    transform: translate(0, -20%);
  }

  .tbl_carrer th {
    width: 15em;
  }

  .entry.no_image .headline .pc_rowbox {
    text-align: center;
  }
  .type_l .headline {
    height: 485px;
}
  /*Q1*/
  #entry_01 .pc_rowbox {
    top: 20%;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
  }
  #entry_01 .headline {
    height: 480px;
  }
  #entry_01 .img_entry {
    left: auto;
    right: 0;
  }
  #entry_01 .inbox {
    margin-left: 0;
    margin-right: 9.375em;
  }

  /*Q2*/
  #entry_02 .pc_rowbox {
    top: 40%;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
  }
  #entry_02 .headline {
    height: 470px;
  }
  #entry_02 .img_entry {
    left: auto;
    right: 0;
  }
  #entry_02 .inbox {
    margin-left: 0;
    margin-right: 8.5em;
  }

  /*Q3*/
  #entry_03 .pc_rowbox {
    left: auto;
    right: 88px;
    text-align: right;
    top: 17%;
    max-width: 500px;
  }
  #entry_03.type_l .headline {
    height: 510px;
    width: 100%;
  }

  /*Q4*/
  #entry_04.type_r .headline {
    height: 190px;
  }
  #entry_04 .pc_rowbox {
    left: 0;
    max-width: 520px;
    text-align: right;
    top: 12%;
  }
  #entry_04.type_r .qabox .inbox:nth-child(2){
    margin: 0 23.75em 0 0;
  }

  /*Q5*/
  #entry_05 .headline {
    height: 490px;
    left: 0;
    width: 100%;
  }
  #entry_05 .pc_rowbox {
    text-align: right;
    top: 36%;
    left: auto;
    right: 0;
    max-width: 70%;
  }
  /*Q6*/
  #entry_06 .headline {
    height: 555px;
  }
  #entry_06 .pc_rowbox {
    left: -40px;
    max-width: 100%;
    right: auto;
    text-align: left;
    top: 16%;
  }
  #entry_06 .img_entry {
    height: 600px;
  }
}

/* ------------------------------------ */
/* ▼ PCのみ */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .info_data .ttl_member .company_name {
    width: 100%;
  }
  .info_data .ttl_member .biz_ttl {
    margin-bottom: .4em;
    padding-left: .55em;
  }
  .info_data .ttl_member .leader_name {
    padding-left: .4em;
  }
  #wrap #company_data .inner {
    min-height: 23.125em;
  }
  
  #industry_box{
    padding: 3.75em 0;
    border-bottom: 1px solid #923a1d;
  }
}
/* ------------------------------------ */
/* ▼ TABLET AND IPADのみ */
/* ------------------------------------ */
@media screen and (min-width : 768px) and (max-width : 1024px) {
  .info_data .pr_lead {
    font-size: 1.6rem;
  }
}
/* ------------------------------------ */
/* ▼ SPのみ */
/* ------------------------------------ */
@media all and (max-width: 767px) {
  .info_data .pr_lead {
    font-size: 1.45rem;
  }

  .info_data .ttl_member .biz_ttl {
    line-height: 1.4em;
  }

  .interview_disc {
    font-size: 1rem;
  }
  .in_blk__sp {
    display: inline-block;
  }
  .ttl_company {
    padding-right: 0;
  }
  .tbl_carrer th {
    padding: 1em;
    width: 10em;
  }
  #industry_box{
    border-bottom: 1px solid #923a1d;
    margin: 0;
    padding: 1.876em 0;
  }
  
  .mainvisual img {
    object-position: right top;
  }
}
