@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■COMMON
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
footer {
  margin-top: 140px;
}

.hd_txt {
  font-size: 2.0rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 27px 0 37px;
}

/*---------------------------------------------------------------------------
	SP
---------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  footer {
    margin-top: 70px;
  }
  .hd_txt {
    font-size: 1.4rem;
    margin: 20px 0;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■メイン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#mv {
  background-image: url(../images/talent/mv.jpg?0806);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■メッセージ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#sec-message .innerWrap {
  overflow: inherit;
}

#sec-message .hd01 {
  margin-bottom: 40px;
}

#sec-message .box {
  position: relative;
  overflow: hidden;
  margin-bottom: 73px;
  padding-left: 96px;
}

#sec-message .box img {
  width: 100%;
  height: auto;
}

#sec-message .box .text {
  position: absolute;
  top: auto;
  bottom: 196px;
  left: 0;
  z-index: 1;
  width: 670px;
  background: url(../images/ico01.png) no-repeat center top rgba(80, 46, 0, 0.85);
  background-size: auto 44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  padding: 60px 35px 15px;
}

#sec-message .box .text p.copy {
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1.46;
}

#sec-message .box .text p.name {
  margin-top: 5px;
  text-align: right;
}

#sec-message .box .text p.name span {
  font-size: 2.0rem;
}

#sec-message .msg_text {
  position: relative;
  font-size: 1.6rem;
}

#sec-message .msg_text span {
  margin: 50px -57px 0 80px;
}

#sec-message .msg_text span img {
  width: auto;
  height: 265px;
}

@media only screen and (max-width: 1280px) {
  #sec-message .box .text {
    padding-right: 20px;
    padding-left: 20px;
  }
  #sec-message .box .text p.copy {
    font-size: 2.6rem;
  }
}

/*---------------------------------------------------------------------------
	SP
---------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  #sec-message .hd01 {
    margin-bottom: 20px;
  }
  #sec-message .box {
    padding-left: 0;
    margin-bottom: 35px;
  }
  #sec-message .box img {
    margin-left: 0;
  }
  #sec-message .box .text {
    position: relative;
    bottom: auto;
    width: auto;
    background-size: auto 22px;
    padding: 40px 20px 10px;
    margin: 0 20px -20px;
  }
  #sec-message .box .text p.copy {
    font-size: 2.0rem;
  }
  #sec-message .box .text p.name {
    margin-top: 0;
  }
  #sec-message .box .text p.name span {
    font-size: 1.8rem;
  }
  #sec-message .msg_text {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.4rem;
  }
  #sec-message .msg_text span {
    display: block;
    width: 100%;
    text-align: right;
    margin: 0;
  }
  #sec-message .msg_text span img {
    height: 125px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■staff_img
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.staff_img {
  position: relative;
  margin-bottom: 120px;
}

.staff_img img {
  width: 100%;
  height: auto;
}

/*---------------------------------------------------------------------------
	SP
---------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .staff_img {
    margin-bottom: 60px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■求める人物像
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#sec-talent {
  margin-bottom: 100px;
}

#sec-talent .box_type ol li {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 367px;
}

#sec-talent .box_type ol li .txtBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: absolute;
  z-index: 1;
  display: table;
  width: 367px;
  height: 100%;
  background: #fff9e9;
  margin: auto;
}

#sec-talent .box_type ol li .txtBox > span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 25px;
}

#sec-talent .box_type ol li .txtBox h4 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #611a09;
  margin-bottom: 15px;
}

#sec-talent .box_type ol li .txtBox h4 .num {
  display: block;
  width: 46px;
  height: auto;
  margin: 0 auto 20px;
}

#sec-talent .box_type ol li .txtBox p {
  line-height: 1.7;
  text-align: left;
}

#sec-talent .box_type ol li .img {
  height: 100%;
}

#sec-talent .box_type ol li .img img {
  width: auto;
  height: 100%;
}

#sec-talent .box_type ol li#type01 .txtBox {
  position: relative;
}

#sec-talent .box_type ol li#type02 .txtBox {
  left: 0;
  right: 0;
}

#sec-talent .box_type ol li#type03 .txtBox {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
}

#sec-talent .box_type ol li#type03 .img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

/*---------------------------------------------------------------------------
	SP
---------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  #sec-talent {
    margin-bottom: 50px;
  }
  #sec-talent .box_type ol {
    margin-bottom: -20px;
  }
  #sec-talent .box_type ol li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    background: #fff9e9;
    padding: 15px;
    margin-bottom: 20px;
  }
  #sec-talent .box_type ol li .txtBox {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    background: transparent;
  }
  #sec-talent .box_type ol li .txtBox > span {
    padding: 0;
  }
  #sec-talent .box_type ol li .txtBox h4 {
    margin-bottom: 10px;
  }
  #sec-talent .box_type ol li .txtBox h4 .num {
    width: 30px;
    margin: 0 auto 10px;
  }
  #sec-talent .box_type ol li .img {
    height: auto;
    margin-top: 20px;
  }
  #sec-talent .box_type ol li .img img {
    width: 100%;
    height: auto;
  }
  #sec-talent .box_type ol li#type02 .txtBox {
    left: auto;
    right: auto;
  }
  #sec-talent .box_type ol li#type03 .txtBox {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  #sec-talent .box_type ol li#type03 .img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■将来像について
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#sec-career {
  margin-bottom: 100px;
}

#sec-career .hd01 span small {
  display: inline-block;
  margin-left: 20px;
}

#sec-career ul.fBox {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#sec-career ul.fBox li {
  width: 520px;
}

#sec-career ul.fBox li h4 {
  margin-bottom: 10px;
}

#sec-career ul.fBox li img {
  display: block;
  width: 100%;
  height: auto;
}

#sec-career ul.fBox li p {
  line-height: 1.7;
  margin-top: 10px;
}

/*---------------------------------------------------------------------------
	SP
---------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  #sec-career {
    margin-bottom: 50px;
  }
  #sec-career .hd01 {
    font-size: 0;
  }
  #sec-career .hd01:after {
    margin-top: 3px;
  }
  #sec-career .hd01 span {
    position: relative;
    display: inline-block;
    white-space: normal;
    padding-right: 77px;
  }
  #sec-career .hd01 span:after {
    position: absolute;
    top: -3px;
    right: 0;
  }
  #sec-career .hd01 span small {
    display: block;
    margin: 5px 0 0;
  }
  #sec-career ul.fBox {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #sec-career ul.fBox li {
    width: auto;
    margin-bottom: 20px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■女性雇用について
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#sec-woman .msg {
  position: relative;
}

#sec-woman .msg > img {
  position: relative;
  width: 100%;
  height: auto;
}

#sec-woman .msg .text {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 30px;
  z-index: 1;
  width: 498px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 37px 32px 37px 25px;
}

#sec-woman .msg .text p.copy {
  color: #611a09;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}

#sec-woman .msg .text p.txt {
  line-height: 1.7;
}

@media only screen and (max-width: 1280px) {
  #sec-woman .msg .text {
    top: 20px;
    bottom: 20px;
    left: 20px;
    width: 518px;
    padding: 22px 25px;
  }
  #sec-woman .msg .text p.copy {
    line-height: 1;
    margin-bottom: 10px;
  }
}

/*---------------------------------------------------------------------------
	SP
---------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  #sec-woman .msg {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 15px;
  }
  #sec-woman .msg > img {
    margin-top: 20px;
  }
  #sec-woman .msg .text {
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    width: auto;
    background: transparent;
    padding: 0;
  }
  #sec-woman .msg .text p.copy {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■テスト
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*---------------------------------------------------------------------------
	SP
---------------------------------------------------------------------------*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■テスト
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*---------------------------------------------------------------------------
	SP
---------------------------------------------------------------------------*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■テスト
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*---------------------------------------------------------------------------
	SP
---------------------------------------------------------------------------*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■テスト
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*---------------------------------------------------------------------------
	SP
---------------------------------------------------------------------------*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■テスト
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*---------------------------------------------------------------------------
	SP
---------------------------------------------------------------------------*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■テスト
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*---------------------------------------------------------------------------
	SP
---------------------------------------------------------------------------*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■テスト
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*---------------------------------------------------------------------------
	SP
---------------------------------------------------------------------------*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■テスト
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*---------------------------------------------------------------------------
	SP
---------------------------------------------------------------------------*/
