@charset "UTF-8";


.finish_info {
  font-size: 28px;
  color: #cc0001;
  margin-bottom: 30px;
}

.finish_info_2 {
  font-size: 28px;
  color: #cc0001;
  margin-top: 30px;
  text-align: center;
}

.bl_searchResultBlock_item_img {}

.bl_hrdevTrainingBlock__divercityDivercity .bl_hrdevTrainingBlock_img__pc,
.bl_hrdevTrainingBlock__divercityDivercity .bl_hrdevTrainingBlock_img__sp {
  margin-bottom: 20px;
}

.bl_hrdevTrainingBlock__divercityDivercity .el_spCenter p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 100px;
}

.bl_hrdevTrainingBlock__divercityDivercity .el_spCenter p a:hover {
  text-decoration: underline;
}

.linkBtn {
  margin: 50px auto 80px;
  width: 720px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.linkBtn a {
  background-color: #cc0000;
  background-position: 0 0;
  background-repeat: repeat;
  background-image: url(/cmn/img/base/bg_dot_red.png);
  width: 100%;
  color: #fff;
  display: block;
  text-align: center;
  vertical-align: middle;
  vertical-align: text-top;
  box-sizing: border-box;
  padding: 20px 0;
  position: relative;
}

.linkBtn .linkBtn--center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.linkBtn a:hover {
  opacity: 0.85;
}

.linkBtn a span {
  position: absolute;
  display: block;
  border-radius: 50%;
  background: #fff;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin: auto;
}

.linkBtn a span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 3px;
  margin: auto;
  height: 2px;
  background-color: #cc0000;
  transform: translateY(20px) rotate(140deg);
  width: 12px;
}

.linkBtn a span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -4px;
  margin: auto;
  height: 2px;
  background-color: #cc0000;
  transform: translateY(20px) rotate(-140deg);
  width: 12px;
}

.pc-on {
  display: block;
}

.sp-on {
  display: none;
}

.pcsp-on {
  display: block !important;
}

.lity-content {
  max-width: 800px;
}

@media screen and (max-width: 767px) {
  .finish_info {
    font-size: 6vw;
    color: #cc0001;
    margin-bottom: 30px;
  }

  .finish_info_2 {
    font-size: 6vw;
    color: #cc0001;
    margin-top: 30px;
    text-align: center;
  }

  .bl_searchResultBlock_item_img {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
  }

  .bl_searchResultBlock_item_img a {
    display: block;
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }

  .bl_searchResultBlock_item_img a img {
    width: 100%;
  }

  .bl_hrdevTrainingBlock__divercityDivercity .bl_hrdevTrainingBlock_img__pc,
  .bl_hrdevTrainingBlock__divercityDivercity .bl_hrdevTrainingBlock_img__sp {
    margin-bottom: 20px !important;
  }

  .bl_hrdevTrainingBlock__divercityDivercity .el_spCenter p {
    text-align: center;
    font-size: 4.5vw;
    margin-bottom: 100px;
  }

  .bl_hrdevTrainingBlock__divercityDivercity .el_spCenter p a:hover {
    text-decoration: underline;
  }

  .linkBtn {
    margin: 40px auto 70px;
    width: 90%;
    flex-direction: column;
  }

  .linkBtn a {
    background-color: #cc0000;
    background-position: 0 0;
    background-repeat: repeat;
    background-image: url(/cmn/img/base/bg_dot_red.png);
    width: 100%;
    color: #fff;
    display: block;
    text-align: center;
    vertical-align: middle;
    vertical-align: text-top;
    box-sizing: border-box;
    padding: 20px 20px 20px 0;
  }

  .linkBtn a:hover {
    opacity: 0.85;
  }

  .linkBtn a span {
    position: absolute;
    display: block;
    border-radius: 50%;
    background: #fff;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    margin: auto;
  }

  .linkBtn a span:before {
    content: "";
    position: absolute;
    left: 0;
    right: -1px;
    top: -5px;
    margin: auto;
    height: 2px;
    background-color: #cc0000;
    transform: translateY(20px) rotate(140deg);
    width: 10px;
  }

  .linkBtn a span:after {
    content: "";
    position: absolute;
    left: 0;
    right: -1px;
    top: -11px;
    margin: auto;
    height: 2px;
    background-color: #cc0000;
    transform: translateY(20px) rotate(-140deg);
    width: 10px;
  }



  .pc-on {
    display: none;
  }

  .sp-on {
    display: block;
  }

  .pcsp-on {
    display: block !important;
  }

  .title-text-s {
    font-size: 6vw !important;
  }
}

@media screen and (width: 768px) {
  .title-text-s {
    font-size: 6vw !important;
  }
}