.flow .tab-nav {
  background: linear-gradient(to right, #FAE3EC 50%, #C9EFF4 50%);
  margin: 0 -20px 150px -20px;
  padding: 20px;
  border-radius: 2rem;
}

.flow .tab-nav li .title {
  background: #fff;
  border-radius: .5rem;
  margin: 0 30px 20px 30px;
}
div.days {
  position: relative;;
}
div.days div {
  position: absolute;
  top: -25px;
  font-family: "Mukta", "游ゴシック", "Yu Gothic", "游ゴシック体" !important;
}
div.days div {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 8px 55px 5px 15px;
  border-radius: 28px;
  height: 30px;
  line-height: 1;
}
div.days div:first-child {
  background: #f070a5;
}
div.days div span {
  font-size: 2.5rem;
}
div.days div:last-child {
  background: #43CFDA;
  height: 30px;
  left: 52%;
  padding: 8px 155px 5px 15px;
}
div.days div .req {
  background: #fff;
  font-size: 1.5rem;
  padding: .5rem .5rem .1rem .5rem;
  margin-left: 3rem;
  margin-right: 1rem;
  color: #f070a5;
  border-radius: .4rem;
}
div.days div:last-child .req {
  color: #43CFDA;
}
div.days div .week {
  position: absolute;
  right: 1.5rem;
  top:1.1rem;
}
.flowinterviewBlock .profile .name span.style {
  background: #f070a5;
  color: #fff;
  font-size: 1.5rem;
  padding: 2px 15px;
  border-radius: 5px;
  margin-right: 10px;
}
.flowinterviewBlock .profile .name span.style.three {
  background: #43CFDA;
}
.flowinterviewBlock .profile .name span {
  font-size: 4rem;
}

@media screen and (max-width: 1099px) {
  div.days div {
    font-size: 1.5rem;
    padding: 5px 40px 3px 15px;
    top: 0;
    z-index: 3;
  }
  div.days div .week {
    font-size: 2.1rem;
  }
  div.days div .req {
    margin-left: .5rem;
    padding: .2rem .2rem .1rem .5rem;
  }
  div.days div:last-child {
    padding: 5px 130px 3px 15px;
    left: auto;
    right: 0;
  }
  .flow .tab-nav {
    background: none;
  }
  .flow .tab-nav li {
    background: #FAE3EC;
    margin-left: 0;
    padding: 30px 15px 40px 15px;
  }
  .flow .tab-nav li:nth-of-type(4),
  .flow .tab-nav li:nth-of-type(5),
  .flow .tab-nav li:nth-of-type(6)   {
    background: #C9EFF4;
  }
}

@media screen and (max-width: 768px) {
  div.days {
    display: block;
    position: absolute;
    top: -25px;
    font-family: "Mukta", "游ゴシック", "Yu Gothic", "游ゴシック体" !important;
    background: #f070a5;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    padding: 1rem 1.5rem;
    font-weight: bold;
    border-radius: 3rem;
    line-height: 1;
    left: -25px;
  }
  div.days span {
    font-size: 2rem;
  }
  div.days .req {
    background: #fff;
    font-size: 1.2rem;
    padding: .5rem .5rem .1rem .5rem;
    margin-left: .5rem;
    margin-right: 1rem;
    color: #f070a5;
    border-radius: .4rem;
  }
  #tab4 div.days {
    background: #43CFDA;
    min-width: 330px;
    z-index: 3;
  }
  #tab4 div.days .req {
    color: #43CFDA;
  }
  #tab4 {
    z-index: 2;
  }
  #tab5 {
    z-index: 1;
  }
  .flow .tab-nav {
    background: none;
    padding: 20px 0;
    margin-bottom: 70px;
    margin-top: -30px;
  }
  .flow .tab-nav li {
    background: #FAE3EC;
    padding: 0;
    padding-right: 35px;
    margin-right: 0 !important;
  }
  .flow .tab-nav li img {
    margin: 2rem;
  }
  .flow .tab-nav li:nth-of-type(4),
  .flow .tab-nav li:nth-of-type(5),
  .flow .tab-nav li:nth-of-type(6)   {
    background: #C9EFF4;
  }
  .flow .tab-nav li .title {
    margin: 3rem -1rem 0 2.5rem;
  }
  /* .flow .tab-nav li:nth-of-type(1):before {
    content: "1 day system (必修科目: 金)";
    background: #f070a5;
    border-radius: 2rem;
    padding: .5rem 1.5rem;
    color: #fff;
    position: absolute;
    font-weight: bold;
    left: -3rem;
    top: -2rem;
  }
  .flow .tab-nav li:nth-of-type(4):before {
    content: "3 day system (必修科目: 月・水・金)";
    background: #43CFDA;
    border-radius: 2rem;
    padding: .5rem 1.5rem;
    color: #fff;
    position: absolute;
    font-weight: bold;
    left: -3rem;
    top: -2rem;
    width: 280px;
  }
  .flow .tab-nav li:nth-of-type(4) {
    z-index: 2;
  }
  .flow .tab-nav li:nth-of-type(5) {
    z-index: 1;
  } */
}
