/* ==========================================================================*/
/*   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
    ----------------------------------------------------------------------------- */
  /* recruitment
    ----------------------------------------------------------------------------- */
  /* detail
    ----------------------------------------------------------------------------- */
  /* guideline
    ----------------------------------------------------------------------------- */
  /* flow
    ----------------------------------------------------------------------------- */
  /* faq
    ----------------------------------------------------------------------------- */
}

#content .mv {
  position: relative;
}

#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 .recruitment__menu {
  *zoom: 1;
}

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

#content .recruitment__menu .item {
  display: block;
  width: 33.3%;
  float: left;
  position: relative;
}

#content .recruitment__menu .item a {
  *zoom: 1;
  display: block;
  text-decoration: none;
  padding: 30px;
}

#content .recruitment__menu .item a:after {
  content: '';
  display: table;
  clear: both;
}

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

#content .recruitment__menu .item a img {
  width: 100%;
}

#content .detail-link {
  text-align: center;
}

#content .detail-link__title img {
  width: 111.5px;
}

#content .detail-link__list {
  *zoom: 1;
  margin-top: 30px;
  text-align: center;
}

#content .detail-link__list:after {
  content: '';
  display: table;
  clear: both;
}

#content .detail-link__list .item {
  font-size: 0;
  line-height: 0;
  display: inline-block;
}

#content .detail-link__list .item + .item {
  margin-left: 55px;
}

#content .detail-link__list .item a {
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
}

#content .detail-link__list .item a:hover, #content .detail-link__list .item a:active {
  opacity: 0.7;
}

#content .detail-link__list .item a img {
  width: 100%;
  max-width: 99.5px;
}

#content .guideline:nth-of-type(1) .section__inner {
  padding-bottom: 0;
}

#content .guideline:not(:nth-of-type(1)) .section__inner {
  border-bottom: #e7e7e7 solid 1px;
}

#content .guideline__title {
  position: relative;
  text-align: center;
  padding-bottom: 22px;
  margin-bottom: 50px;
}

#content .guideline__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 .guideline__sub-title {
  position: relative;
  padding-left: 25px;
  margin-bottom: 1.5em;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#content .guideline__sub-title:after {
  position: absolute;
  top: 0.8em;
  left: 0;
  display: block;
  content: '';
  width: 15px;
  height: 1px;
  background: #f6394f;
}

#content .guideline__text {
  text-align: center;
  letter-spacing: 0.1em;
}

#content .guideline__list + .guideline__sub-title {
  margin-top: 40px;
}

#content .guideline__list .item {
  *zoom: 1;
}

#content .guideline__list .item:after {
  content: '';
  display: table;
  clear: both;
}
#content .guideline__list .item.pc-img-800-c img {
    display: block;
    max-width: 800px;
    margin: auto;
}
#content .guideline__list .item + .item {
  margin-top: 40px;
}

#content .guideline__list .item__title {
  width: 33.434783%;
  float: left;
  padding: 7px 15px 5px 15px;
  background: #f6394f;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  box-sizing: border-box;
}

#content .guideline__list .item__text {
  width: 65.217391%;
  float: right;
  text-align: justify;
}

#content .guideline__list .item__text table th {
  font-weight: normal;
  padding-right: 2em;
  text-align: left;
}

#content .guideline .message {
  background: #f1f1f1;
  padding: 40px 16.304348%;
  text-align: center;
}

#content .guideline .message__title {
  font-size: 171.4%;
}

#content .guideline .message__text {
  margin-top: 1.5em;
}

#content .guideline .message__text p:first-child {
  text-align: justify;
}

#content .guideline .message__text p + p {
  margin-top: 1em;
}

#content .flow:nth-of-type(1) .section__inner {
  padding-bottom: 0;
}

#content .flow__list {
  width: 100%;
}

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

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

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

#content .flow__list .item__inner {
  position: relative;
}

#content .flow__list .item__inner:before {
  position: absolute;
  top: -20px;
  left: 0;
  display: block;
  content: '';
  width: 15px;
  height: 1px;
  background: #f6394f;
}

#content .flow__list .item__inner:after {
  position: absolute;
  top: -28px;
  left: 25px;
  display: block;
  content: '';
}

#content .flow__list .item__title {
  text-align: center;
  position: relative;
  padding-bottom: 24px;
}

#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__text {
  margin-top: 2.5em;
}

#content .flow__list .item__button {
  margin-top: 1.5em;
}

#content .flow__list .item__button a {
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#content .flow__list .item__button a:hover, #content .flow__list .item__button a:active {
  opacity: 0.7;
}

#content .flow__list .item:nth-of-type(1) .item__inner:after {
  width: 21px;
  height: 18px;
  background: url(/recruit/assets/img/recruitment/icn_flow01.png) 0 0 no-repeat;
  background-size: 21px 18px;
}

#content .flow__list .item:nth-of-type(2) .item__inner:after {
  width: 23px;
  height: 18px;
  background: url(/recruit/assets/img/recruitment/icn_flow02.png) 0 0 no-repeat;
  background-size: 23px 18px;
}

#content .flow__list .item:nth-of-type(3) .item__inner:after {
  width: 23.5px;
  height: 18px;
  background: url(/recruit/assets/img/recruitment/icn_flow03.png) 0 0 no-repeat;
  background-size: 23.5px 18px;
}

#content .flow__list .item:nth-of-type(4) .item__inner:after {
  width: 24.5px;
  height: 18px;
  background: url(/recruit/assets/img/recruitment/icn_flow04.png) 0 0 no-repeat;
  background-size: 24.5px 18px;
}

#content .flow__list .item:nth-of-type(5) .item__inner:after {
  width: 23.5px;
  height: 18px;
  background: url(/recruit/assets/img/recruitment/icn_flow05.png) 0 0 no-repeat;
  background-size: 23.5px 18px;
}

#content .flow__list .item:nth-of-type(5) .item__title {
  padding-bottom: 0;
}

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

#content .faq__list {
  width: 100%;
}

#content .faq__list .item {
  border-bottom: #e7e7e7 solid 1px;
  padding-bottom: 30px;
}

#content .faq__list .item + .item {
  margin-top: 30px;
}

#content .faq__list .item__title {
  position: relative;
  min-height: 40px;
  padding: 8px 0 0 60px;
  box-sizing: border-box;
  font-size: 128.6%;
  font-weight: bold;
  line-height: 1.5;
  cursor: pointer;
}

#content .faq__list .item__title:hover {
  background-color: #fff5f6;
}

#content .faq__list .item__title:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 40px;
  height: 40px;
  background: url(/recruit/assets/img/recruitment/icn_faq01.png) 0 0 no-repeat;
  background-size: 40px 40px;
}

#content .faq__list .item__text {
  display: none;
}

#content .faq__list .item__text__inner {
  position: relative;
  min-height: 40px;
  padding: 7px 0 0 60px;
  margin-top: 30px;
  box-sizing: border-box;
  text-align: justify;
}

#content .faq__list .item__text__inner:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 40px;
  height: 40px;
  background: url(/recruit/assets/img/recruitment/icn_faq02.png) 0 0 no-repeat;
  background-size: 40px 40px;
}

#content .faq__list .item__text__inner sup {
  font-size: xx-small;
  vertical-align: top;
}

@media only screen and (max-width: 768px) {
  #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 .recruitment__menu .item {
    width: 100%;
    float: none;
  }
  #content .recruitment__menu .item + .item {
    margin-top: 1em;
  }
  #content .recruitment__menu .item a {
    padding: 4.615385%;
  }
  #content .detail-link__title img {
    width: 82.5px;
  }
  #content .detail-link__list {
    width: 100%;
    max-width: 325px;
    margin: 20px auto 0 auto;
  }
  #content .detail-link__list .item {
    width: 33.3%;
    display: block;
    float: left;
    padding: 0 6.153846%;
    box-sizing: border-box;
  }
  #content .detail-link__list .item + .item {
    margin-left: 0;
  }
  #content .detail-link__list .item a img {
    max-width: 74px;
  }
  #content .guideline:nth-of-type(1) .section__inner {
    /*padding: 30px 0 0 0;*/  
  }
  #content .guideline__title {
    padding-bottom: 0px;
    margin-bottom: 15px;
  }
  #content .guideline__title:after {
    width: 20px;
    height: 2px;
  }
  #content .guideline__sub-title {
    padding-left: 15px;
    margin-bottom: 1em;
    font-size: 93%;
  }
  #content .guideline__sub-title:after {
    position: absolute;
    top: 0.8em;
    left: 0;
    width: 9px;
    height: 1px;
  }
  #content .guideline__text {
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 93%;
  }
  #content .guideline__list + .guideline__sub-title {
    margin-top: 20px;
  }
  #content .guideline__list .item {
    font-size: 93%;
  }
  #content .guideline__list .item + .item {
    margin-top: 1em;
  }
  #content .guideline__list .item__title {
    width: 100%;
    float: none;
    padding: 5px 10px 3px 10px;
    margin-bottom: 0.5em;
  }
  #content .guideline__list .item__text {
    width: 100%;
    float: none;
    padding: 0 10px;
    box-sizing: border-box;
  }
  #content .guideline__list .item__text table th,
  #content .guideline__list .item__text table td {
    display: block;
  }
    #content .guideline__list .item.sp-img-w100 img {
        display: block;
        width: 100%;
        height: auto;
    }
    
  
  	/* 21.04.30 追記 */
    /* パソコンで見たときは"pc"のclassがついた画像が表示される */
	.pc { display: block !important; }
	.sp { display: none !important; }
 
	/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
	@media only screen and (max-width: 750px) {
	    .pc { display: none !important; }
	    .sp { display: block !important; }
	}
	/* 21.04.30 追記 */
  
  #content .guideline .message {
    padding: 20px 9.066667% 20px 9.066667%;
  }
  #content .guideline .message__title {
    font-size: 85.7%;
  }
  #content .guideline .message__text {
    margin-top: 1em;
    font-size: 78.6%;
  }
  #content .guideline .message__text p:first-child {
    text-align: left;
  }
  #content .guideline .message__text p + p {
    margin-top: 1em;
  }
  #content .flow:nth-of-type(1) .section__inner {
    padding-left: 0;
    padding-right: 0;
  }
  #content .flow__list .item {
    padding: 30px 5.333333% 30px 5.333333%;
    font-size: 93%;
  }
  #content .flow__list .item + .item {
    margin-top: 40px;
  }
  #content .flow__list .item + .item:after {
    position: absolute;
    top: -50px;
    left: 50%;
    width: 1px;
    height: 60px;
  }
  #content .flow__list .item__inner:before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 10px;
    height: 1px;
  }
  #content .flow__list .item__inner:after {
    position: absolute;
    top: -2px;
    left: 18px;
    display: block;
    content: '';
  }
  #content .flow__list .item__title {
    padding-bottom: 6px;
  }
  #content .flow__list .item__title:after {
    width: 20px;
    height: 2px;
  }
  #content .flow__list .item__text {
    margin-top: 2em;
  }
  #content .flow__list .item__button {
    margin-top: 1em;
  }
  #content .flow__list .item__button a {
    -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  #content .flow__list .item__button a:hover, #content .flow__list .item__button a:active {
    opacity: 0.7;
  }
  #content .flow__list .item:nth-of-type(1) .item__inner:after {
    width: 15px;
    height: 13px;
    background: url(/recruit/assets/img/recruitment/icn_flow01@2x.png) 0 0 no-repeat;
    background-size: 15px 13px;
  }
  #content .flow__list .item:nth-of-type(2) .item__inner:after {
    width: 16.5px;
    height: 13px;
    background: url(/recruit/assets/img/recruitment/icn_flow02@2x.png) 0 0 no-repeat;
    background-size: 16.5px 13px;
  }
  #content .flow__list .item:nth-of-type(3) .item__inner:after {
    width: 17px;
    height: 13px;
    background: url(/recruit/assets/img/recruitment/icn_flow03@2x.png) 0 0 no-repeat;
    background-size: 17px 13px;
  }
  #content .flow__list .item:nth-of-type(4) .item__inner:after {
    width: 18px;
    height: 13px;
    background: url(/recruit/assets/img/recruitment/icn_flow04@2x.png) 0 0 no-repeat;
    background-size: 18px 13px;
  }
  #content .flow__list .item:nth-of-type(5) {
    padding-bottom: 20px;
  }
  #content .flow__list .item:nth-of-type(5) .item__inner:after {
    width: 16.5px;
    height: 13px;
    background: url(/recruit/assets/img/recruitment/icn_flow05@2x.png) 0 0 no-repeat;
    background-size: 16.5px 13px;
  }
  #content .flow__list .item:nth-of-type(5) .item__title {
    padding-bottom: 0;
  }
  #content .faq__list .item {
    padding-bottom: 14px;
  }
  #content .faq__list .item + .item {
    margin-top: 14px;
  }
  #content .faq__list .item__title {
    min-height: 20px;
    padding: 2px 0 0 30px;
    font-size: 93%;
    font-weight: bold;
  }
  #content .faq__list .item__title:after {
    width: 20px;
    height: 20px;
    background: url(/recruit/assets/img/recruitment/icn_faq01@2x.png) 0 0 no-repeat;
    background-size: 20px 20px;
  }
  #content .faq__list .item__text {
    display: none;
  }
  #content .faq__list .item__text__inner {
    min-height: 20px;
    padding: 1px 0 0 30px;
    margin-top: 14px;
    font-size: 93%;
  }
  #content .faq__list .item__text__inner:after {
    width: 20px;
    height: 20px;
    background: url(/recruit/assets/img/recruitment/icn_faq02@2x.png) 0 0 no-repeat;
    background-size: 20px 20px;
  }

}
