#section01 {
  padding: 50px 0 70px 0;
  overflow: hidden;
}

.section01 .contents {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}

.mv .inner .mvImg.img {
  background: url(/recruit/talk/img/mv.jpg) center center no-repeat;
  background-size: cover;
}

.mv .inner .mvText {
  position: absolute;
  width: 18%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}


/*.section01 .mainText {
  text-align: center;
  margin: 0 auto;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}

.section01 .graymove .graymovein h3 span {
  padding: 10px 15px;
  line-height: 38px;
  font-weight: bold;
  display: block;
}*/

.memberBox {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  z-index: 99;
}

.memberBox .member {
  width: 50%;
  text-align: center;
}

.memberBox .member.left {
  float: left;
}

.memberBox .member.left .img {
  padding-right: 30px;
}

.memberBox .member.right {
  float: right;
}

.memberBox .member.right .img {
  padding-left: 30px;
}

.memberBox .member .img {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
}

.memberBox .member .img img {
  width: 100%;
}

.memberBox .member .txt {
  width: 60%;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  font-weight: normal;
  color: #051331;
  line-height: 1.6;
}

.memberBox .member .txt p span {
  font-weight: bold;
  font-size: 16px;
}

.anchor_style {
  font-size: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.anchor_style > li {
  width: 30.5%;
  margin-right: 2%;
  display: inline-block;
}

.anchor_style > li > a {
  display: block;
  width: 100%;
  padding: 10px 0 10px;
  background-color: #f86ea8;
  color: #fff;
  border-radius: 170px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3em;
  position: relative;
}

.anchor_style > li:nth-child(1) > a {
  background-color: #f86ea8;
}

.anchor_style > li:nth-child(2) > a {
  background-color: #81e6ef;
  color: #051330;
}

.anchor_style > li:nth-child(3) > a {
  background-color: #fffc61;
  color: #051330;
}


.anchor_style > li > a span.small {
  font-size: 14px;
}

.anchor_style > li > a span.txt {
  padding-bottom: 25px;
  background: url(/recruit/lib/cmn_img/arrow.png) no-repeat bottom center / 20px 20px;
  margin: auto;
  display: inline-block;
}

#section02 {
  padding: 0 0 70px 0;
  overflow: hidden;
}

.talkListBox {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 99;
}

.talk_title {
  font-size: 28px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.talk_title span {
  font-size: 22px;
}

.list_img {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.list_img img {
  width: 100%;
}

.talking {
  max-width: 800px;
  width: 100%;
  padding-top: 20px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 20px;
}

.talking ul li.img {
  width: 20%;
}

.talking ul li.img.left {
  width: 20%;
  float: left;
}

.talking ul li.img.right {
  width: 20%;
  float: right;
}

.talking ul li.img img {
  width: 100%;
}

.talking ul li.txt {
  width: 75%;
  font-size: 14px;
  color: #051330;
  text-align: left;
  margin-top: 7%;
}

.talking ul li.txt.left {
  float: left;
  text-align: right;
}

.talking ul li.txt.right {
  float: right;
}

@media screen and (max-width: 600px) and (min-width: 0px) {
  /***talk***/

.mv .inner .mvImg.img {
    background: url(/recruit/talk/img/mv.jpg) -322px center no-repeat;
    background-size: cover;
}
  
  .mv .inner .mvImg.img {
    background: url(/recruit/talk/img/mv_sp.jpg) top center no-repeat;
    background-size: cover;
}
  
  
  .mv .inner .shape {
    position: absolute;
    top: 0;
    left: 0;
    background: url(/recruit/images/mv_shape.png) center center no-repeat;
    background-size: cover;
  }

  .talkListBox {
    padding: 0 20px !important;
  }

  .talk_title {
    font-size: 24px !important;
  }

  .titleBox span {
    width: 25%;
  }

  .titleBox span.tlt02 {
    width: 20%;
  }

  .talking {
    border-top: 1px dotted #aaa;
  }

  .talking ul li.img {
    width: 30% !important;
  }

  .talking ul li.txt {
    width: 65% !important;
    margin-top: 0 !important;
  }

  .memberBox {
    padding: 0 20px !important;
  }

  .memberBox .member {
    width: 100%;
    float: none !important;
    margin-bottom: 50px;
  }

  .memberBox .member .img,
  .memberBox .member.right .img,
  .memberBox .member.left .img {
    width: 100%;
    float: none;
    margin-bottom: 5px;
    padding: 0 !important;
  }

  .memberBox .member .img img {
    width: 80%;
  }

  .memberBox .member .txt {
    width: 60%;
  }

}
