@charset "UTF-8";
/* =================================================================================================

　アルバイト

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

/* ----------------------------------------------------------------------------
　タイトルエリア
---------------------------------------------------------------------------- */
#title_area {
  position: relative;
  margin-bottom: 4rem;
}

#title_area h1 {
  width: 760px;
  position: absolute;
  top: 0rem;
  left: calc((100% - 760px) / 2);
  z-index: 2;
  font-size: 1rem;
  line-height: 120%;
  letter-spacing: 3px;
  color: #2e3192;
}

@media screen and (max-width: 840px) {
  #title_area h1 {
    width: 80%;
    left: 10%;
  }
}

#title_area h1 span {
  display: inline-block;
  border-top: 5px solid #2e3192;
  padding-top: 1rem;
}

#title_area h2 {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  color: #2e3192;
  font-size: 2.4rem;
  letter-spacing: 12px;
  line-height: 210%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  #title_area h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 800px) {
  #title_area h2 {
    font-size: 1.8rem;

  }
}

@media screen and (max-width: 592px) {
  #title_area h2 {
    font-size: 1.3rem;
    letter-spacing: 6px;
    top: 2rem;
    text-align: center;
  }
}

#title_area .bg {
  width: 100%;
}

@media screen and (max-width: 592px) {
  #title_area .bg {
    position: relative;
    top: 2rem;
  }
}

#title_area .bg img {
  width: 100%;
}

@media screen and (min-width: 840px) {
  .sponly {
    display: none;
  }
}

/* ----------------------------------------------------------------------------
共通
---------------------------------------------------------------------------- */

.recruiting h2,
.exlist h2,
.exstory h2 {
  color: #2d3192;
  font-size: 1.8rem;
  margin-bottom: 5rem;
  line-height: 1.5;
  line-height: 150%;
}

@media screen and (max-width: 592px) {

  .recruiting h2,
  .exlist h2,
  .exstory h2 {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
}

.lead,
.recruiting,
.exlist,
.exstory {
  width: 760px;
  margin: 0 auto 5rem;
  position: relative;
}

@media screen and (max-width: 840px) {

  .lead,
  .recruiting,
  .exlist,
  .exstory {
    width: 85%;
  }
}

.mb0 {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
　リード
---------------------------------------------------------------------------- */

.lead p,
.exlist p,
.exstory p {
  line-height: 220%;
  margin-bottom: 4.5rem;
  letter-spacing: -0.5px;
}

@media screen and (max-width: 592px) {

  .lead p,
  .exlist p,
  .exstory p {
    margin-bottom: 3rem;
    font-size: 0.875rem;
  }
}

/* ----------------------------------------------------------------------------
　募集要項、リスト共通
---------------------------------------------------------------------------- */


.recruiting dl {
  border-top: 1px dotted #999;
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
}

.recruiting dl.border {
  border-bottom: 1px dotted #999;
}

@media screen and (max-width: 592px) {
  .recruiting dl {
    display: block;
  }
}

.recruiting dl dt {
  flex: 0 0 215px;
}

@media screen and (max-width: 592px) {
  .recruiting dl dt {
    margin-bottom: 1.5rem;
  }
}

.recruiting dl dt span {
  display: inline-block;
  background-color: #2d3192;
  color: #fff;
  line-height: 120%;
  padding: 0.3rem 0.5rem;
}

.recruiting dl dd {
  flex: 1 1 auto;
  line-height: 190%;
  letter-spacing: -0.5px;
}

.recruiting dl dd .address {
  width: 201px;
  height: auto;
  display: inline-block;
}

.recruiting dl dd .address .mail {
  width: 100%;
}

.recruiting dl dd .address .mail:hover {
  opacity: 0.8;
}

@media screen and (max-width: 592px) {
  .recruiting dl dd {
    font-size: 0.875rem;
  }

  .recruiting dl dd .address {
    width: 150px;
  }
}

/* ----------------------------------------------------------------------------
リスト
---------------------------------------------------------------------------- */

.exlist dl {
  display: flex;
  margin-bottom: 0.7em;
  width: 100%;
}


.exlist dl dt {
  display: flex;
  padding: 5px 8px;
  width: 8%;
  align-items: center;
  text-align: center;
  flex-shrink: 0;
  background-color: #f3e000;
  margin-right: 10px;
  justify-content: center;
}

@media screen and (max-width: 592px) {
  .exlist dl dt {
    width: 12%;
    margin-right: 8px;
  }
}

.exlist dl dd {
  width: 100%;
}

.exlist dl dd a {
  display: block;
  color: #2e3192;
  padding: 5px 35px 5px 8px;
  background: url(/recruit/img/btn_style1_right.svg) right 0rem center no-repeat;
  background-size: 20px auto;
  text-decoration: none;
}

.exlist dl dd a:hover {
  opacity: 0.8;
}

/* ----------------------------------------------------------------------------
体験談記事
---------------------------------------------------------------------------- */
.exstory {
  padding-top: 2rem;
}

.exstory .fixed_text {
  top: 4rem;
}

.exstory h2 {
  margin-bottom: 3rem;
}

.exstory .report_txt h2 {
  text-align: center;
  color: #2d3192;
}

.exstory .report_txt h2 img {
  max-width: 100%;
  height: auto;
}

.exstory em {
  color: #fff;
  font-size: 1.5rem;
  line-height: 180%;
  padding: 0.3rem 0.5rem;
  background-color: #2e3192;
  margin-bottom: 1.7rem;
  font-style: normal;
}

.recruiting .btn_style2 {
  width: 70%;
  margin: auto;
}

.recruiting .btn_style2 a {
  padding: 2rem 2rem 2rem 0;
  background-image: url(/recruit/intern/img/btn_style2_right.svg);
  background-repeat: no-repeat;
  background-position: right 2rem top 50%;
  background-size: 26px;
}

.recruiting .btn_style2 a span {
  padding: 0;
  background: none;
}

.exstory .report_txt p {
  margin: 1rem 0 2rem;
}

@media screen and (max-width: 800px) {
  .exstory em {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 592px) {
  .exstory em {
    font-size: 1.18rem;
    margin-bottom: 0.5rem;
  }

  .recruiting .btn_style2 {
    width: 100%;
  }

  .recruiting .btn_style2 a {
    background-size: 23px;
  }
}

