@charset "UTF-8";
/* 共通CSS */
.pf_h2 {
  position: relative;
  text-align: center;
  border-top: 7px solid #cde6c8;
  padding-top: 1.5em;
  padding-bottom: 0.5em;
}
.pf_h2::after {
  content: '';
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 7px;
  background: linear-gradient(-225deg, #cde6c8 0%, #000099 56%, #cde6c8 100%);
}
.pf_txt {
  text-align: left;
  line-height: 1.8em;
  font-size: 1.6rem;
  max-width: 768px;
  margin: auto;
}
.pf_txt p {
  margin-bottom: 1em;
}
.pf_txt900 {
  text-align: left;
  line-height: 1.8em;
  font-size: 1.6rem;
  max-width: 900px;
  margin: auto;
}
.pf_txt900 p {
  margin-bottom: 1em;
}
.pf_txt1000 {
  text-align: left;
  line-height: 1.8em;
  font-size: 1.6rem;
  max-width: 1000px;
  margin: auto;
}
.pf_txt1000 p {
  margin-bottom: 1em;
}
.btn_base_link {
  padding: 1em;
  display: inline-block;
  background-color: #eee;
  border: 1px solid #ccc;
  font-weight: 700;
  margin-top: 1px;
}
a:hover.btn_base_link {
  border: 1px solid #fff;
}
.btn_offer_link {
  padding: 0.75em 1.5em;
  display: inline-block;
  background-color: #ff0000;
  font-weight: 600;
  font-size: 1.25em;
  margin: 5px;
  text-align: center;
}
a:hover.btn_offer_link {
  background-color: #ff3333;
}
.btn_offer_link span {
  font-size: 80%;
  font-weight: normal;
}


/* メッセージ */
.charm_style {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #070895;
  font-weight: 600;
  font-size: 1.15em;
  padding: 0.85em 0 0.85em 0;
  width: 300px;
  text-align: center;
  margin: auto auto 1em auto;
}
.charm_style::before, .charm_style::after {
  content: '';
  width: 70px;
  height: 2px;
  background-color: #abc7e4;
}
.charm_style::before {
  margin-right: 20px;
}
.charm_style::after {
  margin-left: 20px;
}
.h2_style_line2 {
  margin-bottom: 45px;
}
/*========768以下========*/
@media screen and (max-width: 768px) {
  .pf_txt {
    line-height: 1.8em;
    font-size: 1.4rem;
  }
  .btn_offer_link {
    padding: 1em 2em 1em 1em;
    font-size: 1em;
    margin: 10px;
    text-align: left;
  }
}
/*--ブランクアイコン--*/
.el_blankicobg_w {
  background-image: url("../img/icoblank_white.svg");
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: top 10px right 10px;
}
.el_blankicobg_b {
  background-image: url("../img/icoblank_black.svg");
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: top 10px right 10px;
}
/* ---------選考のご案内/採用フロー---------- */
.flow_design {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin: auto;
}
.flow_design ul {
  padding: 0;
  max-width: 900px;
}
.flow_design li {
  list-style-type: none;
}
.flow_design dd {
  margin-left: 0;
  line-height: 1.5;
}
.flow_design dd span {
  font-size: 0.85em;
}
.flow02 > li {
  padding: 30px 10px 20px 10px;
}
.flow02 > li:not(:last-child) {
  border-bottom: 3px solid #ddd;
  position: relative;
}
.flow02 > li:not(:last-child)::before, .flow02 > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 15%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow02 > li:not(:last-child)::before {
  border-width: 15px;
  border-top-color: #ccc;
}
.flow02 > li:not(:last-child)::after {
  border-width: 11px;
  border-top-color: #fff;
}
.flow02 > li dl {
  margin: 0;
}
.flow02 > li dl dt {
  font-size: 1.3em;
  line-height: 1.5;
  font-weight: 600;
  padding-bottom: 0.5em;
  display: flex;
}
.flow02 > li dl dt .icon02 {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 0.75em;
  color: #fff;
  background: #003399;
  padding: 0.2em 0.5em 0.1em 0.5em;
  display: inline-block;
  margin-right: 1em;
}
/* ---------インタビュー---------- */
.pf_h2_interview {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  color: #373737;
  border-top: 5px solid #eee;
  border-bottom: 5px solid #eee;
}
.heading08 {
  font-weight: bold;
  padding: 50px 10px 20px 0px;
}
.heading08 span {
  display: flex;
  align-items: center;
  color: #003399;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.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: 20px 10px 10px 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%;
  }
}