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

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

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


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

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

.anchor_style > li > a {
  display: block;
  width: 100%;
  padding: 10px 0 34px;
  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;
}

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

.episode .title {
  width: 100%;
  text-align: left;
  font-weight: bold;
  font-size: 25px;
  color: #f86ea8;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #051330;
  display: inline-block;
}

.episode .info {
  text-align: left;
}

.episode ul li {
  font-size: 16px;
  font-weight: bold;
  color: #051330;
  display: inline-block;
  margin-right: 20px;
}

.episode ul li span {
  padding: 3px 20px;
  background: #f86ea8;
  font-size: 16px;
  margin-right: 10px;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
}

.episodeImg {
  width: 100%;
  margin-top: 25px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  padding: 50px;
}

.episodeImg img {
  width: 80%;
}

.story {
  padding: 50px;
  background: #f86ea8;
  overflow: hidden;
  border-radius: 20px;
  margin-top: 20px;
}

.story .img {
  width: 20%;
  float: left;
}

.story .txt {
  width: 75%;
  float: right;
}

.story .txt ul li:nth-child(1) {
  font-size: 20px;
  text-align: left;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
  font-weight: bold;
}

.story .txt ul li.other:nth-child(1) {
  border-bottom: 1px solid #051330;
}

.story .txt ul li:nth-child(2) {
  font-size: 18px;
  text-align: left;
  color: #fff;
  font-weight: bold;
}


.story:before {
  border-left: 15px solid #f86ea8;
}

.story:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
}

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


  /***episode***/

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

  .episode {
    padding: 0 20px;
  }

  .episodeImg {
    padding: 10px;
  }

  .episodeImg img {
    width: 100%;
  }

  .episode ul li {
    width: 100%;
    margin-bottom: 10px;
  }

  .story {
    padding: 20px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
  }

  .story .img {
    width: 90%;
    float: none;
    margin: 0 auto;
    display: inline-block;
  }

  .story .txt {
    width: 100%;
    float: none;
    margin-top: 20px;
  }

}
