/* 採用css */
li {
  list-style: none;
}

.outer-frame {
  margin: 0 auto;
  width: 960px;
}

.image-cont {
  height: 480px;
  position: relative;
  width: 960px;
}

.road-map-img {
  height: 480px;
  width: 100%;
  background-image: url("../img/recruit/roadmap/roadmap_top.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.title-block {
  left: 74%;
  position: absolute;
  text-align: center;
  top: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  font-size: 14px;
  font-weight: unset;
}

.headline-name {
  font-size: 25px;
  font-weight: unset;
}

.headline-message {
  font-size: 13px;
  text-align: left;
}

.basic-img {
  height: 780px;
  margin: 0 auto;
  width: 764px;
  background-image: url("../img/recruit/roadmap/roadmap_1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.intermediate-level-img {
  height: 685px;
  margin: 0 auto;
  width: 765px;
  background-image: url("../img/recruit/roadmap/roadmap_2.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.high-grade-img {
  height: 515px;
  margin: 0 auto;
  width: 765px;;
  background-image: url("../img/recruit/roadmap/roadmap_3.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.roadmap-text-block {
  height: 176px;
  text-align: center;
  width: 960px;
}

.three-annual-breeding-block {
  margin: 25px 0px;
}

.co-type-1 {
  background-color: #0f3d86;
  color: #ffffff;
  display: inline-block;
  font-size: 55px;
  height: 75px;
  margin: 0 20px;
  text-align: center;
  width: 75px;
}

.co-type-2 {
  background-color: #2cb4df;
  color: #ffffff;
  display: inline-block;
  font-size: 55px;
  height: 75px;
  text-align: center;
  width: 75px;
}

.start-text,
.new-start-text {
  color: #bfbfbf;
  font-size: 90px;
  height: 100px;
  text-align: center;
}

.basic-block,
.middle-block,
.high-block {
  /* height: 1025px; */
  position: relative;
  width: 960px;
}

.basic-description-blcok {
  left: 558px;
  position: absolute;
  top: 196px;
}

.middle-description-blcok {
  left: 153px;
  position: absolute;
  top: 51px;
}

.high-description-blcok {
  position: absolute;
  right: 200px;
  top: 212px;
}

.level-text {
  background-color: #0f3d86;
  border-radius: 12px;
  color: #ffffff;
  font-size: 28px;
  padding: 10px;
  text-align: center;
  width: 150px;
}

.goal-text {
  background-color: #e7194a;
  border-radius: 25px;
  color: #ffffff;
  text-align: center;
  width: 90px;
}

.goal-text-width {
  padding-top: 10px;
  width: 410px;
}

.ml-30 {
  margin-left: 30px;
}

.basic-cont {
  bottom: 152px;
  left: 316px;
  position: absolute;
}

.middle-cont {
  bottom: 200px;
  left: 266px;
  position: absolute;
}

.high-cont {
  bottom: 13px;
  left: 550px;
  position: absolute;
}

.final-cont {
  background-color: #d0f3f7;
  border-radius: 30px;
  height: 140px;
  margin: 0 5px;
  margin-bottom: 95px;
  position: relative;
  top: 0;
  width: 100%;
}

.support-img-block {
  background-color: #0f3d86;
  position: absolute;
  border-left: 10px solid #0f3d86;
  border-right: 10px solid #0f3d86;
  border-top: 10px solid #0f3d86;
  display: inline-block;
  height: 190px;
  left: 47px;
  top: -10px;
  width: 136px;
}

.support-img-block:before {
  border-bottom: 37px solid #ffffff;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 10px solid transparent;
  content: "";
  left: -10px;
  position: absolute;
  top: 144px;
}

.support-img-block:after {
  border-bottom: 10px solid #0f3d86;
  border-left: 10px solid transparent;
  border-right: 0px solid transparent;
  content: "";
  left: -20px;
  position: absolute;
  top: -10px;
}

.detail-block {
  display: inline-block;
  padding: 20px 278px;
}

.sub-head {
  color: #114ea8;
  font-size: 25px;
  text-align: left;
}

.li-type-disc {
  list-style-type: disc;
}

.line-height {
  line-height: 30px;
}

.support-img {
  display: block;
  height: 80px;
  width: 100px;
  margin: 25px auto 0 auto;
}

.support-detail {
  color: #000000;
  font-size: 13px;
  text-align: left;
}

.middle-block {
  position:relative;
}

.four-text {
  height: 65px;
  padding: 30px 0;
  text-align: center;
}

.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/***********************
スマホ用 str
************************/
/*スマホ用のcssを読みこみ960*/
@media screen and (max-width: 760px) {
  .main {
    margin: 0;
  }

  .outer-frame {
    overflow: hidden;
    width: auto;
  }

  .roadmap-text-block {
    width: auto;
  }

  .co-type-1 {
    margin: 0;
  }

  .co-type-1,
  .co-type-2 {
    font-size: 25px;
    height: 40px;
    width: 50px;
  }

  .basic-img,
  .intermediate-level-img,
  .high-grade-img {
    height: 100%;
    min-height: 210px;
    min-width: 300px;
    width: 100%;
  }

  .basic-description-blcok {
    left: 245px;
    top: 100px;
  }

  .middle-description-blcok {
    left: 73px;
    top: 107px;
  }

  .high-description-blcok {
    left: 286px;
    right: 0;
    top: 113px;
  }

  .level-text {
    font-size: 12px;
    padding: 5px;
    width: 55px;
  }

  .line-height {
    font-size: 11px;
    line-height: 14px;
  }

  .basic-cont {
    bottom: 0;
    left: 109px;
    top: 230px;
  }

  .middle-cont {
    bottom: 0px;
    left: 117px;
    top: 267px;
  }

  .high-cont {
    left: 138px;
    bottom: 80px;
  }

  .goal-text {
    font-size: 10px;
  }

  .goal-text-width {
    font-size: 11px;
    width: auto;
    line-height: 14px;
  }

  .start-text, .new-start-text {
    font-size: 40px;
  }

  .final-block {
    height: auto;
  }

  .final-cont {
    height: 100%;
    margin: 10px 5px;
    width: auto;
  }

  .basic-block,
  .middle-block,
  .high-block {
    width: 100%;
  }

  .support-img {
    height: 41px;
    margin: 0;
    width: 54px;
  }

  .support-img-block {
    border-left: 10px solid #0f3d86;
    border-right: 10px solid #0f3d86;
    border-top: 10px solid #0f3d86;
    display: inline-block;
    height: 77px;
    left: 22px;
    top: -7px;
    width: 49px;
  }

  .support-img-block:before {
    border-bottom: 25px solid #d0f3f7;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 22px solid transparent;
    content: "";
    left: -10px;
    position: absolute;
    top: 31px;
  }

  .support-img-block:after {
    border-bottom: 10px solid #0f3d86;
    border-left: 10px solid transparent;
    border-right: 0px solid transparent;
    content: "";
    left: -20px;
    position: absolute;
    top: -10px;
  }

  .detail-block {
    padding: 0;
    margin-left: 107px;
  }

  .title-block {
    left: 14%;
  }

  .basic-img {
    background-image: url("../img/recruit/roadmap/roadmap1_sp_big.png");
    height: 270px;
  }

  .intermediate-level-img {
    background-image: url("../img/recruit/roadmap/roadmap2_sp_big.png");
    height: 309px;
  }

  .high-grade-img {
    background-image: url("../img/recruit/roadmap/roadmap3_sp_big.png");
    height: 366px;
  }

  .support-detail {
    font-size: unset;
    padding-right: 45px;
  }
}
/***********************
スマホ用 end
************************/
