.ass_column_6questions .hrm_hero.assess_hero { background: url("../images/bg-6questions.jpg") center center no-repeat; }


.ass_column_6questions .section01 {
  margin-bottom: 60px;
}

.ass_column_6questions .hrm_text01 {
  margin-bottom: 30px;
}



.ass_column_6questions .hrm_block01 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
}
.ass_column_6questions .hrm_block01 a {
  color: #000;
}
.ass_column_6questions .hrm_block01-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.ass_column_6questions .hrm_block01-box-area01 {
  background-color: #c981b5;
  text-align: center;
}
.ass_column_6questions .hrm_block01-box-area01 span {
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
  background-color: #fff;
  padding: 9px;
  border-radius: 100%;
  margin: 5px;
  color: #c981b5;
}
.ass_column_6questions .hrm_block01-box-area02 {
  height: 100px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #c981b5;
  margin-bottom: 10px;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.ass_column_6questions .hrm_block01-box-area02::after {
  background-color: #c981b5;
  content: '';
  display: block;
  width: 8px;
  height: 2px;
  position: absolute;
  left: 0;
  right: -4px;
  margin: 0 auto;
  bottom: 10px;
  transform: rotate(-45deg);
}
.ass_column_6questions .hrm_block01-box-area02::before {
  background-color: #c981b5;
  content: '';
  display: block;
  width: 8px;
  height: 2px;
  position: absolute;
  right: 6px;
  left: 0;
  margin: 0 auto;
  bottom: 10px;
  transform: rotate(45deg);
}


@media screen and (max-width: 812px) {
  .ass_column_6questions .hrm_block01 {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .ass_column_6questions .hrm_block01-box {
    width: 100%;
  }
}



.ass_column_6questions .hrm_box01 {
  padding: 60px 0;
}



.ass_column_6questions .hrm_box02 {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 30px 25px;
}
.ass_column_6questions .hrm_box02-text01 {
  font-weight: bold;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.ass_column_6questions .hrm_box02-text02 {
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  padding-left: 50px;
}
.ass_column_6questions .hrm_box02-text01 span, .ass_column_6questions .hrm_box02-text02 span {
  display: inline-block;
  background-color: #fff;
  color: #c981b5;
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 100%;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: -5px;

}
.ass_column_6questions .hrm_box02-text03 {
  padding-bottom: 20px;
  padding-left: 50px;
}
.ass_column_6questions .hrm_box02-text03-border {
  padding-top: 20px;
  border-top: 1px solid #000;
}



.ass_column_6questions .table01 {
  margin-bottom: 30px;
  margin-left: 50px;
}
.ass_column_6questions .table01 th {
  padding: 10px;
  color: #fff;
  background-color: #c981b5;
  font-size: 12px;
}
.ass_column_6questions .table01 td {
  padding: 10px;
  background-color: #fff;
  font-size: 12px;
}

@media screen and (max-width: 812px) {
  .ass_column_6questions .table01 th, .ass_column_6questions .table01 td {
    padding: 15px;
  }
}


.ass_column_6questions .table02 {
  margin-bottom: 30px;
  margin-left: 50px;
}
.ass_column_6questions .table02 th {
  color: #fff;
  background-color: #c981b5;
  padding: 5px;
  font-size: 11px;
}
@media screen and (max-width: 812px) {
  .ass_column_6questions .table02_min-height {
    min-height: 200px;
  }
}


.ass_column_6questions .table02 td {
  background-color: #fff;
  padding: 10px;
  font-size: 12px;
}


.ass_column_6questions .table02_vertical {
  writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  letter-spacing: .2em;
}



.ass_column_6questions .hrm_table-list-item {
  font-size: 12px;
  padding-left: 10px;
  position: relative;
}
.ass_column_6questions .hrm_table-list-item::before {
  content: '\02022';
  position: absolute;
  left: 0;
  top: -3%;
}

.ass_column_6questions .hrm_link {
  color: #297ca5;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}

.ass_column_6questions .hrm_link::before {
  content: '';
  display: inline-block;
  height: 15px;
  width: 15px;
  background: url(/assets/images/hrm/assess_new/new-win.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
}


.ass_column_6questions .hrm_link01 {
  margin-top: 10px;
  padding-right: 20px;
  border-bottom: 1px solid #000;
  display: inline-block;
  position: relative;
  color: #000;
  float: right;
  font-size: 15px;
}
.ass_column_6questions .hrm_link01::after {
  background-color: #000;
  content: '';
  display: block;
  width: 8px;
  height: 2px;
  position: absolute;
  right: 1px;
  top: 50%;
  margin: 0 auto;
  bottom: 10px;
  transform: rotate(45deg);
}
.ass_column_6questions .hrm_link01::before {
  background-color: #000;
  content: '';
  display: block;
  width: 8px;
  height: 2px;
  position: absolute;
  right: 6px;
  top: 50%;
  margin: 0 auto;
  bottom: 10px;
  transform: rotate(-45deg);
}



.ass_column_6questions .btn-area01 {
  padding: 60px 0;
  background-color: #f1faf9;
}

.ass_column_6questions .btn-area02 {
  padding: 30px 0 0;
}

.ass_column_6questions .common_bt3 {
  margin: 0 15px;
}

.ass_column_6questions .common_bt3.hrm_btn-or a {
  background: #fa9614;
}
.ass_column_6questions .common_bt3.hrm_btn-or a:after {
  background: url(/assets/images/hrm/common_new/ico-arrow-white2.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 812px) {
  .ass_column_6questions .common_bt3 {
    margin: 0 0 30px;
    width: 86.66667vw;
  }
  .ass_column_6questions .common_bt3:nth-child(2) {
    margin-bottom: 0;
  }

  .ass_column_6questions .common_bt2 {
    width: 86.66667vw;
  }
}

