@charset "UTF-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
/* FAQリスト
------------------------------------------------------------------------------- */
#main .fFaqList01_item {
  border-bottom: 1px solid #aaa;
}
#main .fFaqList01_q::before, #main .fFaqList01_a::before {
  position: absolute;
  left: 30px;
  width: 26px;
  height: 30px;
  background: no-repeat;
  background-size: contain;
  content: "";
}
#main .fFaqList01_q {
  position: relative;
  padding: 60px 100px 60px 76px;
  font-weight: 700;
  font-size: 150%;
  letter-spacing: 0.16em;
  cursor: pointer;
}
#main .fFaqList01_q::before {
  top: 62px;
  background-image: url(/recruit/career/faq/images/ico_q.svg);
}
#main .fFaqList01_q::after {
  -webkit-transform: rotate(-180deg);
  position: absolute;
  top: 50px;
  right: 30px;
  width: 48px;
  height: 48px;
          transform: rotate(-180deg);
  border: 2px solid #bfbfbf;
  border-radius: 100%;
  background: url(/recruit/common/images/rn/ico_plus.svg) no-repeat center center;
  background-size: 20px auto;
  content: "";
  transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
#main .fFaqList01_q.is-active::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background-image: url(/recruit/common/images/rn/ico_minus.svg);
}
#main .fFaqList01_a {
  display: none;
  position: relative;
  overflow: hidden;
  background-color: #eee;
}
#main .fFaqList01_a::before {
  top: 53px;
  background-image: url(/recruit/career/faq/images/ico_a.svg);
}
#main .fFaqList01_a p {
  font-weight: 400;
  font-size: 128.57%;
  line-height: 2;
  letter-spacing: 0.06em;
}
#main .fFaqList01_a p b {
  color: #fa0046;
  font-weight: 400;
}
#main .fFaqList01_a p + p {
  margin-top: 2.3em;
}
#main .fFaqList01_a a {
  color: #000;
  text-decoration: none;
}
#main .fFaqList01_blc {
  padding: 50px 50px 50px 76px;
}
