@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
    ----------------------------------------------------------------------------- */
  /* works
    ----------------------------------------------------------------------------- */
  /* business
    ----------------------------------------------------------------------------- */
  /* flow
    ----------------------------------------------------------------------------- */
}

#content .mv {
  position: relative;
  height: 400px;
}

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

#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%;
    height: 100%;
    object-fit: cover;
}

#content .works__menu {
  *zoom: 1;
}

#content .works__menu:after {
  content: '';
  display: table;
  clear: both;
}

#content .works__menu .item {
  display: block;
  width: 50%;
  float: left;
  text-align: center;
}

#content .works__menu .item a {
  display: block;
  text-decoration: none;
  padding: 30px;
}

#content .works__menu .item a:hover {
  background: #fff5f6;
}

#content .works__menu .item__thumb img {
  width: 100%;
}

#content .works__menu .item__text {
  margin-top: 1.5em;
}

#content .business + .business:after {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  content: '';
  width: 40px;
  height: 4px;
  background: #f6394f;
}

#content .business__image {
  text-align: center;
}

#content .business__image img {
  max-width: 100%;
}

#content .business__title {
  text-align: center;
  margin-top: 2em;
}

#content .business__title span {
  display: inline-block;
}

#content .business__title img {
  max-width: 50%;
}

#content .business__lead {
  text-align: center;
  margin-top: 2.5em;
}

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

#content .business__text {
  margin-top: 2em;
  text-align: justify;
}

#content .business:nth-of-type(1) .business__lead img {
  max-width: 597.5px;
}

#content .business:nth-of-type(2) .business__lead img {
  max-width: 571px;
}

#content .business:nth-of-type(3) .business__lead img {
  max-width: 559px;
}

#content .flow__title {
  font-size: 171.4%;
  text-align: center;
}

#content .flow__text {
  margin-top: 0.5em;
  text-align: justify;
}

#content .flow__image {
  margin-top: 40px;
}

#content .flow__image img {
  width: 100%;
  max-width: 919px;
}

#content .flow__list {
  width: 100%;
  max-width: 920px;
  margin: 30px auto 80px auto;
}

#content .flow__list .item {
  position: relative;
  background: #fff5f6;
  padding: 35px 30px 50px 30px;
  box-sizing: border-box;
}

#content .flow__list .item + .item {
  margin-top: 120px;
}

#content .flow__list .item + .item:after {
  position: absolute;
  top: -140px;
  left: 50%;
  display: block;
  content: '';
  width: 1px;
  height: 160px;
  background: #f6394f;
  z-index: 2;
}

#content .flow__list .item .row {
  *zoom: 1;
}

#content .flow__list .item .row:after {
  content: '';
  display: table;
  clear: both;
}

#content .flow__list .item .row .row-col {
  width: 46.511628%;
  float: left;
}

#content .flow__list .item .row .row-col + .row-col {
  margin-left: 6.976744%;
}

#content .flow__list .item__title {
  height: 94px;
  text-align: center;
  position: relative;
}

#content .flow__list .item__title:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  content: '';
  width: 40px;
  height: 4px;
  background: #f6394f;
}

#content .flow__list .item__image {
  margin-top: 30px;
  text-align: center;
}

#content .flow__list .item__image img {
  width: 100%;
  max-width: 400px;
}

#content .flow__list .item__text {
  margin-top: 40px;
  text-align: justify;
}

#content .flow__list .item:nth-of-type(1) .item__title img {
  max-width: 83px;
}

#content .flow__list .item:nth-of-type(2) .item__title:nth-of-type(1) img {
  max-width: 84px;
}

#content .flow__list .item:nth-of-type(2) .item__title:nth-of-type(2) img {
  max-width: 82.5px;
}

#content .flow__list .item:nth-of-type(3) .item__title img {
  max-width: 40.5px;
}

#content .flow__list .item:nth-of-type(4) {
  width: 420px;
  margin: 120px auto 0 auto;
  padding: 50px 30px;
  text-align: center;
}

#content .flow__list .item:nth-of-type(4) .item__title {
  height: auto;
  margin-top: 1em;
}

#content .flow__list .item:nth-of-type(4) .item__title:after {
  display: none;
}

#content .flow__list .item:nth-of-type(4) .item__title .img-02 {
  max-width: 60.5px;
}

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

#content .mv {
    height: 56.25vw;
}
#content .mv__image {
    height: 56.25vw;
}
  #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 .mv__image img {
    object-position: 0 0;
    }
  #content .works{
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }
  #content .works .item{
    width: 100%;
    float: none;
  }
  #content .works .item + .item{
    margin-top: 1em;
  }
  #content .works .item a{
    padding: 4.615385%;
  }
  #content .works .item__text{
    font-size: 85.7%;
  }
  #content .business + .business:after{
    width: 20px;
    height: 2px;
  }
  #content .business__lead{
    margin-top: 1.5em;
  }
  #content .business__text{
    margin-top: 1em;
  }
  #content .business:nth-of-type(1) .business__lead img{
    max-width: 668px;
  }
  #content .business:nth-of-type(2) .business__lead img{
    max-width: 661.5px;
  }
  #content .business:nth-of-type(3) .business__lead img{
    max-width: 655.5px;
  }
  #content .flow__title{
    font-size: 128.6%;
    font-family: "リュウミン M-KL", "游明朝体", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #content .flow__text{
    margin-top: 0.5em;
  }
  #content .flow__image{
    margin-top: 30px;
  }
  #content .flow__list{
    margin: 0 auto 50px auto;
  }
  #content .flow__list .item{
    padding: 30px 5.333333% 35px 5.333333%;
  }
  #content .flow__list .item + .item{
    margin-top: 65px;
  }
  #content .flow__list .item + .item:after{
    position: absolute;
    top: -72px;
    left: 50%;
    display: block;
    content: '';
    width: 1px;
    height: 80px;
    background: #f6394f;
    z-index: 2;
  }
  #content .flow__list .item .row .row-col{
    width: 100%;
    float: none;
  }
  #content .flow__list .item .row .row-col + .row-col{
    margin-top: 40px;
    margin-left: 0;
  }
  #content .flow__list .item__title{
    height: 53px;
  }
  #content .flow__list .item__title:after{
    width: 20px;
    height: 2px;
  }
  #content .flow__list .item__image{
    margin-top: 18px;
  }
  #content .flow__list .item__image img{
    width: 100%;
    max-width: 670px;
  }
  #content .flow__list .item__text{
    margin-top: 1em;
  }
  #content .flow__list .item:nth-of-type(1) .item__title img{
    max-width: 41.5px;
  }
  #content .flow__list .item:nth-of-type(2) .item__title:nth-of-type(1) img{
    max-width: 43px;
  }
  #content .flow__list .item:nth-of-type(2) .item__title:nth-of-type(2) img{
    max-width: 42px;
  }
  #content .flow__list .item:nth-of-type(3) .item__title img{
    max-width: 20.5px;
  }
  #content .flow__list .item:nth-of-type(4){
    width: 250px;
    margin: 65px auto 0 auto;
    padding: 25px 15px;
  }
  #content .flow__list .item:nth-of-type(4) .item__title{
    height: auto;
  }
  #content .flow__list .item:nth-of-type(4) .item__title:after{
    display: none;
  }
  #content .flow__list .item:nth-of-type(4) .img-01{
    max-width: 155px;
  }
  #content .flow__list .item:nth-of-type(4) .item__title .img-02{
    max-width: 31px;
  }
}
