/* CSS Document */

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

    common

================================*/
#wrap {
  text-align: left;
  font-size: 16px;
  color: #333333;
  font-family: "helvetica neue", "noto sans jp", "yu gothic", "YuGothic", "ヒラギノ角ゴ pron w3", "hiragino kaku gothic pron", "Arial", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.6;
  letter-spacing: 1px;
}
.l_wrap {
  width: 1220px;
  margin: auto;
  overflow: hidden;
}
.l_wrap__main{
  float: right;
  width: 980px;
}

.l_wrap__sideNav{
  float: left;
  width: 200px;
}

.l_main--extension {
  float: none;
  overflow: visible;
}

.l_wrap__sideNav .m_sidebar { margin-top: 0; }

@media screen and (max-width: 768px){
  .l_wrap { width: 95%; }
  .l_wrap__main { width: 100%; }
  .l_wrap__sideNav { display: none; }
}


/*
    パーツ共通
================================*/
/* 画像 ***********/
.m_imageBox { margin: 20px 0; }
.m_imageBox > img {
  height: auto;
  line-height: 1;
  vertical-align: bottom;
  max-width: 100%;
}

.m_imageBox--align_left { text-align: left; }
.m_imageBox--align_center { text-align: center; }
.m_imageBox--align_right { text-align: right; }


/* ボタン ***********/
.m_btn{
  display: flex;
  align-items: stretch;
}
.m_btn::before{
  content: "";
  display: block;
  width: 0;
}
.m_btn__target{
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}
.m_btn--cta{
  justify-content: center;
  font-size: 18px;
}
.m_btn--cta::before{
  height: 3.5em;
}
.m_btn--cta .m_btn__target{
  padding: 0 4em;
  border-radius: 8px;
  background: #E6002D;
  color: #fff;
  font-weight: bold;
  transition: .3s opacity;
}
.m_btn--cta .m_btn__target:hover{
  opacity: .7;
}
.m_btn--cta .m_btn__inner{
  position: relative;
  padding-left: 48px;
}
.m_btn--cta .m_btn__inner::before{
  content: url("https://www.insource.co.jp/resource/img/inquiry/icon_inquiry.png");
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  height: 20px;
  margin: auto 0;
  line-height: 0;
}
@media screen and (max-width: 599px){
  .m_btn--cta::before{
    height: 4em;
  }
  .m_btn--cta .m_btn__inner{
    padding-left: 0;
  }
  .m_btn--cta .m_btn__inner::before{
    position: static;
    margin-bottom: 2px;
    text-align: center;
  }
}



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

    contents

================================*/
/*
    よくあるお悩み
================================*/
/* リストが２つ以上に分かれている場合 */
.m_problemContent_inner {}
.m_problemContent_inner > *:last-child { margin-bottom: 0; }

.m_problemContent_item { margin-bottom: 50px; }

.m_problemContent_ttl { font-size: 22px; }

.m_problemContent_list--fz_sm {}
.m_problemContent_list--fz_sm > .m_problemContent_listItem { font-size: 16px; }


/*
    サービス詳細
================================*/
.m_serviceContent_ttl {}
.m_serviceContent_ttl--deco {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding: 0 40px;
  display: inline-block;
}
.m_serviceContent_ttl--deco:before {
  content: url("../../img/recruitment-support/recruitment_site_design/icon_side_left.png");
  position: absolute;
  left: 5px;
  bottom: 0;
}
.m_serviceContent_ttl--deco:after {
  content: url("../../img/recruitment-support/recruitment_site_design/icon_side_right.png");
  position: absolute;
  right: 5px;
  bottom: 0;
}

.m_serviceContent_txt {}
.m_serviceContent_txt + .m_serviceContent_txt { margin-top: 20px; }


/*
    よくあるご質問
================================*/
.m_faq{
  padding: 24px 0;
  border-top: 2px dotted;
}
.m_faq__q + .m_faq__a{
  margin-top: 20px;
}
.m_faq__q{
  display: flex;
  align-items: center;
  min-height: 52px;
  position: relative;
  padding-left: 64px;
  font-weight: bold;
}
.m_faq__q::before{
  content: url("../../img/recruitment-support/accelerator/recruit-accelerator_q.png");
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  height: 52px;
  margin: auto 0;
  line-height: 0;
}
.m_faq__a{
  position: relative;
  display: flex;
  align-items: center;
  min-height: 52px;
  padding-left: 64px;
}
.m_faq__a::before{
  content: url("../../img/recruitment-support/accelerator/recruit-accelerator_a.png");
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  /*height: 52px;*/
  margin: auto 0;
  line-height: 0;
}
.m_faq__aMsg + .m_faq__aMsg{
  margin-top: 12px;
}
