@charset "UTF-8";
h2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto 30px;
  padding-bottom: 22px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 550px) {
  h2 {
    margin: 0 auto 20px;
    padding-bottom: 15px;
    font-size: 20px;
  }
}
h2 span {
  font-size: 16px;
}
@media screen and (max-width: 550px) {
  h2 span {
    font-size: 14px;
  }
}
h2:after {
  content: "";
  width: 80px;
  height: 10px;
  background-color: #000;
  position: absolute;
  left: calc(50% - 40px);
  bottom: 0px;
}
@media screen and (max-width: 550px) {
  h2:after {
    width: 60px;
    height: 8px;
    left: calc(50% - 30px);
  }
}

section.top {
  max-width: 100%;
  width: 90%;
  margin: 0 auto 120px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.top {
    margin: 0 auto 52px;
  }
}

section.hundred {
  max-width: 700px;
  width: 93%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  section.hundred {
    margin: 0 auto 30px;
  }
}
section.hundred p {
  font-size: 16px;
  line-height: 2;
}
section.hundred .strong {
  margin: 90px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.hundred .strong {
    margin: 40px 0 0 0;
  }
}
section.hundred .strong .yellow {
  background: url("/qualification/img/employment/emp_backup_bg.gif") repeat-x left bottom;
  display: inline-block;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.hundred .strong .yellow {
    font-size: 24px;
    letter-spacing: 0.1em;
    margin-top: 10px;
  }
}
section.hundred .strong .yellow .side {
  position: absolute;
  width: 115px;
  height: 88px;
  top: -20px;
  right: -130px;
}
@media screen and (max-width: 768px) {
  section.hundred .strong .yellow .side {
    font-size: 18px;
    width: 50px;
    height: 42px;
    right: -10px;
    top: -37px;
  }
}

section.backup {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  section.backup {
    margin-bottom: 50px;
  }
}
section.backup .bkWrap {
  background: #fff;
}
section.backup .bkWrap.col {
  background: #fff2e6;
}
section.backup .bkWrap .bkInner {
  max-width: 1000px;
  width: 93%;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  section.backup .bkWrap .bkInner {
    display: block;
    padding: 20px 0px;
  }
}
section.backup .bkWrap .bkInner .bkInnerIn {
  width: 48%;
}
@media screen and (max-width: 768px) {
  section.backup .bkWrap .bkInner .bkInnerIn {
    width: 90%;
    margin: 0 auto;
  }
}
section.backup .bkWrap .bkInner .bkInnerIn .ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #9270ef;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  section.backup .bkWrap .bkInner .bkInnerIn .ttl {
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}
section.backup .bkWrap .bkInner .bkInnerIn .ttl span {
  display: inline-block;
  margin-right: 10px;
  width: 48px;
  height: 48px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  background: #9270ef;
  text-align: center;
  line-height: 48px;
}
@media screen and (max-width: 768px) {
  section.backup .bkWrap .bkInner .bkInnerIn .ttl span {
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto 2px auto;
    font-size: 14px;
    border-radius: 7px;
    line-height: 35px;
  }
}
section.backup .bkWrap .bkInner .bkInnerIn .ttlB {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  color: #9270ef;
  margin: -70px 0 0 60px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  section.backup .bkWrap .bkInner .bkInnerIn .ttlB {
    text-align: center;
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: -10px;
  }
}
section.backup .bkWrap .bkInner .bkInnerIn p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  section.backup .bkWrap .bkInner .bkInnerIn p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  section.backup .bkWrap .bkInner .bkInnerIn img {
    text-align: center;
    width: 80%;
    margin: 10px 10% 0;
  }
}
section.backup .bkWrap .bkInner .bkInnerIn dl dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  section.backup .bkWrap .bkInner .bkInnerIn dl dt {
    font-size: 16px;
  }
}
section.backup .bkWrap .bkInner .bkInnerIn dl dt::before {
  content: "●";
  font-size: 15px;
  color: #9270ef;
  padding-right: 5px;
}
@media screen and (max-width: 768px) {
  section.backup .bkWrap .bkInner .bkInnerIn dl dt::before {
    font-size: 12px;
  }
}
section.backup .bkWrap .bkInner .bkInnerIn dl dd {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  section.backup .bkWrap .bkInner .bkInnerIn dl dd {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
section.backup .bkWrap .bkInner .bkInnerIn .linkBtn {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  section.backup .bkWrap .bkInner .bkInnerIn .linkBtn {
    text-align: center;
    margin: 15px auto 10px;
  }
}
section.backup .bkWrap .bkInner .bkInnerIn .linkBtn a {
  background: #191919;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.15em;
  border-radius: 5px;
  padding: 10px 34px;
  display: inline-block;
}

section.result {
  max-width: 1000px;
  width: 93%;
  margin: 0 auto 120px;
  padding: 70px 30px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  section.result {
    margin: 0 auto 60px;
    padding: 50px 20px;
  }
}
section.result .result_sub {
  text-align: center;
  margin: 0 auto;
  margin-top: 80px;
  max-width: 800px;
}
section.result .result_sub .only_one {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 50px;
}
section.result .result_sub p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 50px;
}
section.result .result_sub img {
  margin-bottom: 40px;
}
section.result .result_sub .icon_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  section.result .result_sub .only_one {
    width: 100%;
  }
  section.result .result_sub .icon_sp {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  section.result .result_sub .icon_pc {
    display: none;
  }
}
section.result .special_certified {
  margin: 0 auto;
  max-width: 800px;
  border-bottom: 2px solid #999999;
}
@media screen and (max-width: 768px) {
  section.result .special_certified {
    padding-bottom: 20px;
  }
}
section.result .special_certified .actBox {
  max-width: 800px;
  margin: 50px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section.result .special_certified .actBox {
    margin: 30px auto 0;
  }
}
section.result .special_certified .actBox .certified_title {
  width: 100%;
  display: flex;
  background: #f5f2ff;
  border-top: 2px solid #9270ef;
  position: relative;
}
section.result .special_certified .actBox .certified_title .crown_icon {
  width: 35px;
  height: 53px;
  margin-left: 10px;
}
section.result .special_certified .actBox .certified_title .left_title {
  padding: 10px 0 10px 15px;
  color: #9270ef;
}
section.result .special_certified .actBox .certified_title .left_title p {
  font-size: 12px;
  font-weight: bold;
}
section.result .special_certified .actBox .certified_title .right_title {
  position: absolute;
  top: 15px;
  right: 20px;
}
section.result .special_certified .actBox .certified_title .right_title03 {
  position: absolute;
  top: 8px;
  right: 20px;
}
section.result .special_certified .actBox .certified_contents {
  display: flex;
  margin: 20px 0 55px;
}
@media screen and (max-width: 768px) {
  section.result .special_certified .actBox .certified_contents {
    display: block;
    margin-bottom: 30px;
  }
}
section.result .special_certified .actBox .certified_contents .left_contents {
  width: 480px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  section.result .special_certified .actBox .certified_contents .left_contents {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  section.result .special_certified .actBox .certified_contents .left_contents .txt {
    display: none;
  }
}
section.result .special_certified .actBox .certified_contents .left_contents .table {
  display: block;
  border: 1px dashed #9270ef;
  margin: 15px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.result .special_certified .actBox .certified_contents .left_contents .table {
    display: none;
  }
}
section.result .special_certified .actBox .certified_contents .left_contents .table .ttl {
  display: flex;
  justify-content: center;
  color: #fff;
  background: #9270ef;
  writing-mode: vertical-rl;
  position: absolute;
  height: 100%;
  padding: 0 3px;
}
section.result .special_certified .actBox .certified_contents .left_contents .table p {
  padding: 5px 5px 5px 35px;
}
section.result .special_certified .actBox .certified_contents .left_contents .table p span {
  display: inline-block;
  padding-top: 3px;
  line-height: 1.3;
  font-size: 0.8em;
}
section.result .special_certified .actBox .certified_contents .left_contents img {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  section.result .special_certified .actBox .certified_contents .right_contents {
    margin-top: 20px;
  }
}
section.result .special_certified .actBox h3 {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.result .special_certified .actBox h3 {
    font-size: 16px;
  }
}
section.result .special_certified .actBox h3#hospital {
  position: relative;
}
section.result .special_certified .actBox h3#hospital .icon {
  position: absolute;
  top: -15px;
  right: -80px;
  width: 51px;
  height: 57px;
}
@media screen and (max-width: 768px) {
  section.result .special_certified .actBox h3#hospital .icon {
    width: 30px;
    height: 33px;
    right: -36px;
    top: 5px;
  }
}
section.result .special_certified .actBox h3#salon {
  position: relative;
}
section.result .special_certified .actBox h3#salon .icon {
  position: absolute;
  top: 0px;
  left: -80px;
  width: 54px;
  height: 44px;
}
@media screen and (max-width: 768px) {
  section.result .special_certified .actBox h3#salon .icon {
    width: 30px;
    height: 28px;
    left: -34px;
    top: 10px;
  }
}
section.result .special_certified .actBox h3#other {
  position: relative;
}
section.result .special_certified .actBox h3#other .icon {
  position: absolute;
  top: 0px;
  right: -100px;
  width: 72px;
  height: 38px;
}
@media screen and (max-width: 768px) {
  section.result .special_certified .actBox h3#other .icon {
    width: 50px;
    height: 33px;
    right: -56px;
    top: 8px;
  }
}
section.result .special_certified .actBox .actIn {
  font-size: 16px;
  line-height: 2.2;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  section.result .special_certified .actBox .actIn {
    font-size: 14px;
    line-height: 2;
  }
}
section.result .normal_certified {
  display: flex;
  margin: 0 auto;
  max-width: 800px;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  section.result .normal_certified {
    display: block;
  }
}
section.result .normal_certified .txt_left .actBox {
  max-width: 800px;
  margin: 0 auto 25px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  section.result .normal_certified .txt_left .actBox {
    margin: 25px auto 0;
  }
}
section.result .normal_certified .txt_left .actBox .certified_title {
  display: flex;
}
section.result .normal_certified .txt_left .actBox .certified_title img {
  width: 40px;
  height: 40px;
}
section.result .normal_certified .txt_left .actBox .certified_title .left_title {
  padding-left: 15px;
}
section.result .normal_certified .txt_left .actBox .certified_title .left_title p {
  font-size: 12px;
  font-weight: bold;
}
section.result .normal_certified .txt_left .actBox .certified_title .left_title h3 {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.result .normal_certified .txt_left .actBox .certified_title .left_title h3 {
    font-size: 16px;
  }
}
section.result .normal_certified .txt_left .actBox .certified_title .new {
  margin-top: 3px;
  margin-left: 10px;
}
section.result .normal_certified .txt_right .actBox {
  max-width: 800px;
  margin: 0 auto 25px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  section.result .normal_certified .txt_right .actBox {
    margin: 25px auto 0;
  }
}
section.result .normal_certified .txt_right .actBox .certified_title {
  display: flex;
}
section.result .normal_certified .txt_right .actBox .certified_title img {
  width: 40px;
  height: 40px;
}
section.result .normal_certified .txt_right .actBox .certified_title .left_title {
  padding-left: 15px;
}
section.result .normal_certified .txt_right .actBox .certified_title .left_title p {
  font-size: 12px;
  font-weight: bold;
}
section.result .normal_certified .txt_right .actBox .certified_title .left_title h3 {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.result .normal_certified .txt_right .actBox .certified_title .left_title h3 {
    font-size: 16px;
  }
}

.msgBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  margin: 0 auto 6px;
  padding: 8px 0;
  border: 2px solid #191919;
  border-radius: 30px;
  font-size: 12px;
}
.msgBtn ::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-right: 2px solid #191919;
  border-bottom: 2px solid #191919;
  transform: rotate(45deg);
}/*# sourceMappingURL=style-master.css.map */