@charset "utf-8";
:root {
  font-size: 62.5%;
}
/* ===============
    Style.css
================= */
.u_bold{
  font-weight: 700;
}
.u_fs_sm{
  font-size:12px;
}

/* ===============
    Unique.css
================= */
div#cont {
  margin: 0;
}
.wrapper {
  box-sizing: border-box;
  font-family: YuGothic, 游ゴシック, hiragino kaku gothic pron, ヒラギノ角ゴ pron, Meiryo, メイリオ, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 20px auto 0;
  overflow: hidden;
  text-align: left;
  width: 980px;
}
.header {
  margin: 20px 0;
}
.pageMenu {
  margin-bottom: 30px;
}
.pageMenu_item {
}
.pageMenu_item > a {
  color: #2b93ae;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
}
.pageMenu_item > a::before {
  border: 6px solid transparent;
  border-left: 8px solid #2b93ae;
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
}
.pageMenu_item > a:hover {
  opacity: 0.6;
}
.container {
  float: right;
  width: 730px;
}
.section {
  margin: 15px 0;
}
.section + .section {
  margin-top: 50px;
}
.section--large {
  margin-top: 50px;
}
.section_inner {
  margin: 30px 0;
}
.section_inner + .section_inner {
  margin-top: 30px;
}
.txtBox {
}
.txtBox.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.txtBox + .txtBox {
  margin-top: 20px;
}
.fw-bold {
  font-weight: 700;
}
.note {
  font-size: 13px;
}
.note.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.caution {
  color: red;
  font-size: 13px;
  font-weight: 700;
  margin: 10px 0 0;
  padding-left: 1em;
  text-indent: -1em;
}
.simpleList {
}
.simpleList-sm {
  font-size: 13px;
}
.simpleList_item {
  padding-left: 1em;
  text-indent: -1em;
}
.verUpList_item + .verUpList_item {
  margin-top: 8px;
}
.borderBox {
  border: 1px solid #333;
  margin: 20px 0;
  padding: 10px;
}
.fsLg {
  font-size: 35px;
}
h1 {
  margin: 0;
}
h1 > img {
  vertical-align: bottom;
}
.headline_point {
  background-image: url(../../img/consulting/stratified-assessment_icon.png);
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 21px;
  margin: 0 0 20px;
  padding: 10px 0 0 10px;
}
.headline_normal {
  font-size: 18px;
  margin: 20px 0;
}
.sectionLine > .headline_normal {
  color: #2b93ae;
}
.sectionLine.orange > .headline_normal {
  color: #e8790b;
}
.headline_normal > span {
  font-size: 15px;
}
.headline_curriculum {
  color: #2b93ae;
  font-size: 18px;
  line-height: 0;
  margin: 30px 0 10px;
  position: relative;
}
.headline_curriculum::before {
  display: inline-block;
  height: 25px;
  margin-right: 5px;
  vertical-align: text-bottom;
  width: 25px;
}
.headline_curriculum.bizBase::before {
  content: url(../../img/consulting/stratified-assessment_business-base.jpg);
}
.headline_curriculum.bizMined::before {
  content: url(../../img/consulting/stratified-assessment_business-mind.jpg);
}
.headline_curriculum.bizExecute::before {
  content: url(../../img/consulting/stratified-assessment_business-execution.jpg);
}
.headline_curriculum.logicalthinking::before {
  content: url(../../img/consulting/stratified-assessment_logic-thought.jpg);
}
.headline_curriculum.communication::before {
  content: url(../../img/consulting/stratified-assessment_communication.jpg);
}
.headline_curriculum.leadership::before {
  content: url(../../img/consulting/stratified-assessment_leadership.jpg);
}
.headline_curriculum.commonSense::before {
  content: url(../../img/consulting/stratified-assessment_common-sense.jpg);
}
.headline_curriculum.bizBaseMid::before {
  content: url(../../img/consulting/stratified-assessment_medium-business-base.jpg);
}
.headline_curriculum.productivity::before {
  content: url(../../img/consulting/stratified-assessment_productivity-improvement.jpg);
}
.headline_curriculum.teamMng::before {
  content: url(../../img/consulting/stratified-assessment_team-management.jpg);
}
.headline_curriculum.bizExpanding::before {
  content: url(../../img/consulting/stratified-assessment_business-expanding.jpg);
}
.headline_curriculum.prjMng::before {
  content: url(../../img/consulting/stratified-assessment_business-expanding.jpg);
}
.headline_curriculum.mngStrategy::before {
  content: url(../../img/consulting/stratified-assessment_business-expanding.jpg);
}
.headline_curriculum.humanResourceMng::before {
  content: url(../../img/consulting/stratified-assessment_business-expanding.jpg);
}
.headline_curriculum.riskMng::before {
  content: url(../../img/consulting/stratified-assessment_business-expanding.jpg);
}
.headline_curriculum.costMng::before {
  content: url(../../img/consulting/stratified-assessment_business-expanding.jpg);
}
.headline_color-blue {
  color: #2b93ae;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 20px;
}
.heading_bold {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}
.headline_hasLine-left {
  border-left: 8px solid #2b93ae;
  color: #2b93ae;
  font-size: 18px;
  padding: 5px 5px 5px 10px;
  margin-bottom: 20px;
}
.headline_underline {
  border-bottom: 1px solid #333;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.menuNav {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 10px 0 30px;
}
.menuNav_item {
  display: flex;
  width: calc(100% / 6.5);
}
.menuNav_item > a {
  background-color: #2a93ac;
  border-radius: 5px;
  color: #fff;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  font-size: 12px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  border: 2px solid #2a93ac;
  font-weight: bold;
}
.menuNav_item > a:hover {
  opacity: 0.6;
  text-decoration: none;
}
/* 251216追加 */
.menuNav_item.is-active > a {
    background-color: #FFFF;
    color: #2a93ac;
    pointer-events: none;
    opacity: 1;
}
.menuNav_item.is-active > a:hover {
  opacity: 1;
}
/* 251216追加ここまで */
.adBox {
  border: 1px solid #2a93ac;
  margin: 30px 0;
}
.adBox {
  border: 1px solid #2a93ac;
  margin: 30px 0;
}
.adBox_ttl {
  background-color: #f1de1a;
  color: #333;
  font-weight: 700;
  padding: 5px 0;
  text-align: center;
}
.adBox_cont {
  margin: 0 auto;
  padding: 10px 0;
  width: 67%;
}
.adBox_cont.add {
  padding: 0 0 10px;
  text-align: center;
}
.adBox_appBtn {
  background: #ea3636;
  border-radius: 3px;
  box-shadow: 0 3px 0 #c51e0d;
  color: #fff;
  display: block;
  font-family: inherit;
  font-size: 21px;
  height: 44px;
  margin: 5px auto 3px;
  padding: 7px 3px;
  text-align: center;
  text-decoration: none;
  width: 50%;
}

.adBox_appBtn:hover {
  color: #fff;
  box-shadow: none;
  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  text-decoration: none;
  transform: translateY(3px);
}
.adBox-lineBox {
  border: 5px solid #ff0;
  margin: 10px auto 30px;
  padding: 10px;
  width: 90%;
}
.link_box {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.p_pushBtn {
  background: #ea3636;
  border-radius: 3px;
  box-shadow: 0 3px 0 #c51e0d;
  color: #fff;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  height: 44px;
  margin-bottom: 3px;
  padding: 12px 3px;
  text-align: center;
  text-decoration: none;
  width: 50%;
}
.p_pushBtn:hover {
  color: #fff;
  box-shadow: none;
  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  text-decoration: none;
  transform: translateY(3px);
}
.pushBtn_blue {
  background-color: #0e8daa;
  box-shadow: 0 3px 0 #0e4e5d;
  height: 67px;
}
@media screen and (max-width: 599px) {
  .p_pushBtn {
    width: 100%;
  }
  .adBox_appBtn.login {
    width: 80%;
  }
}
.categoryTbl {
  border-collapse: collapse;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin: 20px 0 30px;
  table-layout: fixed;
  width: 100%;
}
.categoryTbl th {
  background-color: #e9f5ff;
  border-color: #ccc;
  border-style: solid;
  border-width: 0 1px 1px 0;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
.categoryTbl th:first-of-type {
  width: 10%;
}
.categoryTbl th.categoryTbl_cat {
  width: 35%;
}
.categoryTbl td {
  border-color: #ccc;
  border-style: solid;
  border-width: 0 1px 1px 0;
  padding: 5px;
}
.supplementBox {
  border: 1px solid #ccc;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 30px 0;
  padding: 10px;
}
.supplementImg {
  position: relative;
  width: 15%;
}
.supplementImg > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.supplementTbl {
  border-collapse: separate;
  border-spacing: 0 10px;
  table-layout: fixed;
  width: 85%;
}
.supplementTbl th {
  border-right: 1px solid #ccc;
  vertical-align: top;
  width: 15%;
}
.supplementTbl td {
  padding: 0 10px;
}
.supplementTbl_txt {
  font-size: 12px;
  padding-left: 5.1em;
  text-indent: -5.1em;
}
.supplementTbl_txt:first-of-type,
.supplementTbl_txt > span {
  font-size: 15px;
}
.sectionLine {
  border-top: 5px solid #b9dbee;
  margin-top: 30px;
}
.sectionLine.orange {
  border-top: 5px solid #e8790b;
}
.serviceOutline {
  margin-bottom: 30px;
}
.serviceOutline_ttl {
  font-weight: 700;
  margin: 20px 0 10px;
}
.serviceOutline_cont {
}
.exampleBox {
}
.exampleBox + .exampleBox {
  margin-top: 20px;
}
.exampleBox.question {
  border: 1px solid #333;
  padding: 10px;
}
.exampleBox_txt {
}
.exampleBox_txt + .exampleBox_txt {
  margin-top: 20px;
}
.exampleBox_choice {
  border: 1px solid #333;
  padding: 5px 5px 5px 2.5em;
  text-indent: -2em;
}
.exampleBox_choice + .exampleBox_choice {
  margin-top: 5px;
}
.exampleTbl {
  border: 1px solid #ccc;
  border-collapse: collapse;
  font-size: 14px;
  table-layout: fixed;
  width: 100%;
}
.exampleTbl td {
  border: 1px solid #ccc;
  padding: 10px;
  vertical-align: top;
}
.exampleTbl td .txtBox + .txtBox {
  margin-top: 10px;
}
.exampleTbl td .txtBoxInner {
  padding-left: 2.2em;
  text-indent: -2.2em;
}
.serviceFlowList {
}
.serviceFlowList_item {
  padding-left: 2.2em;
  text-indent: -2.2em;
}
.testMenu {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 30px 0;
}
.testMenu_item {
  text-align: center;
  flex: 0 1 auto;
  /* width: calc(100% / 4.5); */
  width: calc(100% / 5.5);
}
.testMenu_link {
  background-color: #ccc;
  border-bottom: solid 3px #666;
  border-radius: 7px;
  box-shadow: inset 0 3px 0 rgba(255, 255, 255, 0.2), 0 3px 3px rgba(0, 0, 0, 0.19);
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  padding: 10px;
  position: relative;
  height: 100%;
  width: 100%;
}
.testMenu_link:hover {
  border-bottom: solid 3px #ccc;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  color: currentColor;
  text-decoration: none;
  transform: translateY(3px);
}
.testMenu_link.young {
  background-color: #fdcb90;
  border-bottom: solid 3px #84633c;
}
.testMenu_link.middle {
  background-color: #98d5f7;
  border-bottom: solid 3px #3e708c;
}
.testMenu_link.veteran {
  background-color: #ffd966;
  border-bottom: solid 3px #a27b00;
}
.testMenu_link.firstLvMng {
  background-color: #95e09d;
  border-bottom: solid 3px #3a7540;
}
.testMenu_link.mng {
  background-color: #c69df5;
  border-bottom: solid 3px #6e4b96;
}
.testMenu_link:hover.young {
  border-bottom: solid 3px #fdcb90;
}
.testMenu_link:hover.middle {
  border-bottom: solid 3px #98d5f7;
}
.testMenu_link:hover.veteran {
  border-bottom: solid 3px #ffd966;
}
.testMenu_link:hover.firstLvMng {
  border-bottom: solid 3px #95e09d;
}
.testMenu_link:hover.mng {
  border-bottom: solid 3px #c69df5;
}
/* 251212追加 */
.testMenu_link.button {
  background-color: #2a93ac;
  border-bottom: 4px solid #1b5d6c;
  color: #fff;
}
.testMenu_link.button:hover {
  border-bottom: 4px solid #2a93ac;
}
/* 251212追加ここまで */
.testMenu_link.new::before {
  color: crimson;
  content: "NEW";
  position: absolute;
  top: -8px;
  left: -10px;
  text-shadow: 1px 2px 0 #fff;
  transform: rotate(-23deg);
}
.priceListTbl {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 20px 0 10px;
  table-layout: fixed;
  width: 100%;
}
.priceListTbl th {
  background-color: #e9f5ff;
  border: 1px solid #ccc;
  padding: 5px;
  text-align: center;
}
.priceListTbl td {
  border: 1px solid #ccc;
  padding: 5px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.priceListTbl th:nth-of-type(2n + 1) {
  border-right: 2px dotted #ccc;
}
.priceListTbl td:nth-of-type(2n + 1) {
  border-right: 2px dotted #ccc;
}
.priceListTbl td:nth-of-type(2n) {
  text-align: right;
}
.caseList {
  margin: 30px 0;
}
.caseList_box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.caseList_box + .caseList_box {
  margin-top: 20px;
}
.caseList_ttl {
}
.caseList_txt {
  width: 85%;
}
.simpleTbl {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 20px 0 10px;
  table-layout: fixed;
  width: 100%;
}
.simpleTbl_nrrw {
  margin: 6px 0 30px;
}

.simpleTbl th {
  background-color: #e9f5ff;
  border: 1px solid #ccc;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}

.simpleTbl td {
  border: 1px solid #ccc;
  padding: 5px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: middle;
}
.simpleTbl .bold_frame_top {
  border-top-width: 3px;
  border-right-width: 3px;
  border-left-width: 3px;
  border-top-color: #000;
  border-right-color: #000;
  border-left-color: #000;
}
.simpleTbl .bold_frame_mid {
  border-right-width: 3px;
  border-left-width: 3px;
  border-right-color: #000;
  border-left-color: #000;
}
.simpleTbl .bold_frame_btm {
  border-bottom-width: 3px;
  border-right-width: 3px;
  border-left-width: 3px;
  border-bottom-color: #000;
  border-right-color: #000;
  border-left-color: #000;
}
/* .simpleTbl .simpleTbl_empty {
  background-image: linear-gradient(to left top, transparent calc(50% - 0.5px), #999 50%, #999 calc(50% + 0.5px), transparent calc(50% + 1px)) !important;
} */
.simpleTbl_empty::after {
  content: "ー";
}
.flexContainer {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.flexContainer > section {
  width: 47%;
}
.flexContainer__snglCol > section {
    width: 100%;
}
.curriculumBox {
}
.curriculumBox_wrapper {
}
.curriculumBox_ttl {
  border-bottom: 1px solid #5bb6cb;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}
.curriculumBox_ttl.noCont {
  cursor: default;
}
.curriculumBox_ttl.noCont::after {
  content: "";
}
.curriculumBox_ttl.is-on::after {
  transform: translateY(-50%) rotate(0);
}
.curriculumBox_cont {
  overflow: hidden;
}
.curriculumBox_cont.is-hide {
  height: 0;
}
.curriculumBox_cont > div {
  background-color: #dfedf5;
  font-size: 13px;
  margin-bottom: 20px;
  padding: 10px;
}
.curriculumBox_cont p:nth-of-type(2) {
  margin-top: 10px;
}
.curriculumBox_cont > div > p {
  font-size: 16px;
}
.curriculumBox_link {
  display: block;
  padding-left: 1.2em;
  position: relative;
  text-indent: -1.2em;
}
.curriculumBox_link + .curriculumBox_link {
  margin-top: 3px;
}
.curriculumBox_link:hover {
  text-decoration: underline;
}
.curriculumBox_link::before {
  border: 6px solid transparent;
  border-left: 10px solid;
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
}
.box_faq {
  border: 1px solid #ccc;
  padding: 16px 32px;
}
.box_faq + .box_faq {
  margin-top: 30px;
}
.box_faq_question {
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  margin-bottom: 16px;
  padding-left: 38px;
  padding-bottom: 12px;
  position: relative;
}
.box_faq_question::before {
  color: #58c9e6;
  content: url(/resource/img/hierarchy_test_faq/icon_question.png);
  display: inline-block;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
.box_faq_answer {
  margin-bottom: 10px;
  padding-left: 38px;
  position: relative;
}
.box_faq_answer::before {
  color: #e25050;
  content: url(/resource/img/hierarchy_test_faq/icon_answer.png);
  display: inline-block;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
.addNoteBox {
  background-color: #ffffe3;
  border: 5px solid orange;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 10px;
}
.addNoteBox.border-dash {
  background: #fff;
  border: 3px dashed crimson;
}
.addNoteBox > p:first-of-type {
  color: red;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.addNoteBox table {
  border: 1px solid #666;
  border-collapse: collapse;
  font-size: 14px;
  margin-bottom: 10px;
  table-layout: fixed;
  width: 100%;
}
.addNoteBox table th {
  text-align: center;
}
.addNoteBox table th:first-nth-type {
  width: 100px;
}
.addNoteBox table th,
.addNoteBox table td {
  border: 1px solid #666;
  padding: 3px;
  text-align: center;
}
.addNoteBox a {
  text-decoration: underline;
}
u-w500 {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
  }
  #cont {
    margin: 0 10px;
  }
  .container {
    float: none;
    width: 100%;
  }
  h1 img {
    height: auto;
    width: 100%;
  }
  .txtBox img {
    height: auto;
    width: 100%;
  }
  .menuNav {
    height: 104px;
    align-content: space-between;
  }
  .menuNav_item {
    width: calc(100% / 3.5);
  }
}
@media screen and (max-width: 600px) {
  .menuNav {
    flex-direction: column;
    height: auto;
  }
  .menuNav_item {
    width: 100%;
  }
  .menuNav_item + .menuNav_item {
    margin-top: 10px;
  }
  .menuNav_item > a {
    font-size: 14px;
    padding: 10px;
  }
  .menuNav_item > a > br {
    display: none;
  }
  .supplementImg {
    display: none;
  }
  .supplementTbl {
    width: 100%;
  }
  .flexContainer > section {
    width: 100%;
  }
  .curriculumBox_ttl {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 599px) {
  .supplementTbl th > span {
    writing-mode: vertical-rl;
    text-orientation: upright;
    display: block;
    width: 1em;
    height: 70px;
    margin: 0 auto;
  }
  .supplementTbl_txt:first-of-type {
    padding-left: 0;
    text-indent: 0;
  }
  .testMenu {
    flex-flow: row wrap;
    justify-content: space-around;
  }
  .testMenu_item {
    width: 45%;
    margin-bottom: 10px;
  }
}




  .top_slider {
    padding-inline: 40px;
  }
  .top_slider .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50%;
    background: #ccc;
    font-size: 0;
    z-index: 9999;
    cursor: pointer;
    transition: opacity 0.2s;
  }
  .top_slider .slick-arrow:hover {
    opacity: 0.5;
  }
  .top_slider .slick-arrow::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 15px;
    inset: 0;
    margin: auto;
    background-color: #fff;
  }
  .top_slider .slick-arrow.slick-prev {
    left: 0;
  }
  .top_slider .slick-arrow.slick-prev::before {
    left: -3px;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
  }
  .top_slider .slick-arrow.slick-next {
    right: 0;
  }
  .top_slider .slick-arrow.slick-next::before {
    right: -4px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }

  .top_slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
  }
  .top_slider .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .top_slider .slick-dots li button {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    background: #ccc;
    border: none;
    border-radius: 50%;
  }
  .top_slider .slick-dots li.slick-active button {
    background: #2a93ac;
  }
  .top_slider .slick-dots li button::before,
  .top_slider .slick-dots li button::after {
    display: none;
  }

  .top_slider_itm a {
    transition: opacity 0.3s;
  }

  .top_slider_itm a:hover {
    opacity: 0.5;
  }

  .top_slider_itm img {
    width: 100%;
  }

  /* 251212追加 */
.linkBox {
  text-align: right;
  margin-top: 20px;
}
.linkBox a {
  text-decoration: none;
  transition: opacity .3s ease;
  position: relative;
}
.linkBox a::before {
  content: "＞";
  margin-right: 4px;
}
.linkBox a:hover {
  opacity: .6;
}
.linkBox_link--option a {
  color: #ED7D31;
}
.linkBox_link--addition a {
  color: #2b93ae;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}