@charset "UTF-8";
/* ==========================================================================*/
/*   initial*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   mixin*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   clearfix*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   size*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   link-underline*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   center-content*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   position-absolute*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   hover*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   icon*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   justify*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   text-height-zero*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   switch-bg-image*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   placeholder*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   media query*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   box*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   grid*/
/* ==========================================================================*/
/* ==========================================================================
   content
   ========================================================================== */
#content {
  /* mv
    ----------------------------------------------------------------------------- */
  /* concept
    ----------------------------------------------------------------------------- */
}

#content .mv {
  position: relative;
  padding-bottom: 20px;
}

#content .mv:after {
  position: absolute;
  bottom: -50px;
  left: 50%;
  display: block;
  content: '';
  width: 1px;
  height: 50%;
  background: #f6394f;
  z-index: 4;
}

#content .mv__title {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  display: block;
  z-index: 5;
}

#content .mv__title img {
  width: 320px;
}

#content .mv__image {
  position: relative;
  text-align: center;
  z-index: 1;
}

#content .mv__image:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 163px;
  height: 98px;
  background: url(/recruit/assets/img/common/pat_corner01.png) 0 0 no-repeat;
  z-index: 2;
}

#content .mv__image:after {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  content: '';
  width: 163px;
  height: 98px;
  background: url(/recruit/assets/img/common/pat_corner02.png) 0 0 no-repeat;
  z-index: 2;
}

#content .mv__image img {
  width: 100%;
}

#content .concept__text {
  text-align: center;
  font-family: "リュウミン M-KL", "游明朝体", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 139.7%;
}

#content .concept__text p + p {
  margin-top: 1.5em;
}

@media only screen and (max-width: 768px){
  #content .mv{
    padding-bottom: 30px;
  }
  #content .mv:after{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 4px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #content .mv__title{
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    bottom: auto;
    margin-top: -55px;
  }
  #content .mv__title img{
    width: 89.333333%;
    max-width: 670px;
  }
  #content .mv__image:before{
    width: 51px;
    height: 30.5px;
    background: url(/recruit/assets/img/common/pat_corner01@2x.png) 0 0 no-repeat;
    background-size: 51px 30.5px;
  }
  #content .mv__image:after{
    width: 51px;
    height: 30.5px;
    background: url(/recruit/assets/img/common/pat_corner02@2x.png) 0 0 no-repeat;
    background-size: 51px 30.5px;
  }
  #content .concept__text{
    text-align: justify;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, sans-serif;
    font-size: 100%;
  }
}
