@charset "UTF-8";
/* 共通CSS */
.copy_job{
	font-weight: 700;
	font-size: 0.85em;
	margin: 0 20px 0 0px;
	padding: 0;
	display: block;
}
.intv_txt900 {
  text-align: left;
  line-height: 1.8em;
  font-size: 1.6rem;
  max-width: 900px;
  margin: auto;
}
.intv_txt900 p {
  margin-bottom: 1em;
}

.el_bg_offer {
  background-color: #eee;
  padding: 60px 20px 60px 20px;
}
.offerstaff_link {
  margin: 3em auto 7em auto;
  text-align: center;
}
.btn_offerstaff_link {
  padding: 1.15em 2em;
  background-color: #ff0000;
  font-weight: 600;
  font-size: 1.15em;
  margin-top: 2px;
  text-align: center;
  width: 900px;
  display: inline-block;
}
a:hover.btn_offerstaff_link {
  background-color: #ff3333;
}

/*--ブランクアイコン--*/
.el_blankicobg_w {
  background-image: url("/shared/img/rwd_icon_newwin_white.svg");
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: top 10px right 10px;
}
.el_blankicobg_b {
  background-image: url("/shared/img/rwd_icon_newwin.svg");
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: top 10px right 10px;
}

/* ---------インタビュー---------- */

.heading08 {
  font-weight: bold;
  padding: 50px 10px 15px 0px!important;
}
.heading08 span {
  display: flex;
  align-items: center;
  color: #003399;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.heading08 span::before {
  content: '';
  display: inline-block;
  margin-right: 20px;
  width: 30px;
  height: 1px;
  background-color: #003399;
}
@media screen and (max-width: 768px) {
  .heading08 {
    font-weight: bold;
    padding: 30px 10px 8px 0px;
    font-size: 1.1em;
  }
  .h2_style_line2 {
    margin-bottom: 20px;
    text-align: left;
  }
  .btn_offerstaff_link {
    width: 100%;
  }
  .btn_offerstaff_link {
    padding: 1em 3em 1em 1em;
    font-size: 1em;
    line-height: 1.45;
    text-align: left;
    width: 100%;
  }
}