@charset "utf-8";
/* CSS Document */

/*===============================

    common

================================*/
:root {
  box-sizing: border-box;
}

.skillCont {
  font-family: YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, "メイリオ", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 50px;
}

div#cont {
  margin: 0;
}

.wrapper {
  margin: 20px auto 0;
  overflow: hidden;
  text-align: left;
  /*max-width: 980px;*/
}

.skillCont p + p {
  margin-top: 20px;
}

.skillCont a:hover {
  text-decoration: none;
}

.header {
  margin: 20px 0;
}

.container {
  float: right;
  max-width: 730px;
  width: 100%;
}

.notice {
  font-size: 12px;
}

.notice.attention {
  color: #ea3636;
  font-weight: bold;
}

.colorTxt {
  color: #ea3636;
  font-weight: bold;
}

/* h2 {
  background-image: url("../../img/newcomer/as_icon_red.gif");
  background-position: left top;
  background-repeat: no-repeat;
  font-size: 18px;
  margin: 20px 0;
  padding: 5px 0 5px 15px;
} */

/* h3 {
  color: #0E8DAA;
  font-size: 16px;
  font-weight: bold;
}

h3[class*="Skill"] ,
h3[class*="biz"],
h3.howToLeadWork {
  font-size: 23px;
  margin-bottom: 10px;
} */

.heading_colorTxt {
  color: #0e8daa;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.heading_hasBorder-left {
  border-left: 8px solid #0e8daa;
  color: #0e8daa;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0;
  padding-left: 10px;
}

.heading_underline {
  border-bottom: 1px solid #333;
  display: inline-block;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.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%;
}

.pushBtn:hover {
  color: #fff;
  box-shadow: none;
  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  text-decoration: none;
  transform: translateY(3px);
}

/*2019/01/09 sideNav.cssと被るためクラス名変更。修正をアップするときにこちらを反映*/
.p_pushBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ea3636;
  border-radius: 3px;
  color: #fff;
  font-family: inherit;
  font-size: 18px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  max-width: 365px;
  margin: auto;
  transition: opacity 0.3s;
}

.p_pushBtn:hover {
  color: #fff;
  opacity: 0.5;
}

.pushBtn_blue {
  background-color: #0e8daa;
  box-shadow: 0 3px 0 #0e4e5d;
  height: 67px;
}

.pushBtn_orange {
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  background-color: #e87f02;
}

/* flexの中 */
.box_flex .link_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
}

.box_flex .link_box .p_pushBtn {
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 5px;
  width: 100%;
}

/* 色分け */
.bizMind {
  color: #dc584d;
}
.bizManner {
  color: #dc578c;
}
.howToLeadWork {
  color: #2b9bbe;
}
.writingSkill {
  color: #209268;
}
.humanSkill {
  color: #ec6e06;
}
.tellingSkill {
  color: #6bac0c;
}
.thinkingSkill {
  color: #9d419d;
}
.pcSkill {
  color: #3171b2;
}
.otherSkill {
  color: #000;
}

.hvr a:hover {
  opacity: 0.6;
}

/*===============================

    コンテンツ

================================*/
.skillCont {
}

.skillCont > div + div {
  margin-top: 50px;
}

.sectionBox {
}

.sectionBox_inner {
}

.sectionBox_inner + .sectionBox_inner {
  margin-top: 30px;
}

.sectionBox_inner-bdT {
  border-top: 8px solid #85ccd8;
  margin-top: 50px;
  padding-top: 20px;
}

.headerTtl {
  margin-bottom: 20px;
}

.menu {
  border: 2px solid #333;
  display: flex;
  -js-display: flex;
  justify-content: space-between;
  margin: 10px 0 15px;
  padding: 10px 20px 10px 20px;
  width: 99%;
  font-weight: bolder;
  font-size: 17px;
}

.menu li a {
  margin-right: 10px;
}

.menu > li {
}

.menu > li > a {
}

.menu > li > a:hover {
  opacity: 0.6;
}

.menu > li > a::before {
  content: "▼";
  display: inline-block;
  margin-right: 5px;
}

/* トップ画下ナビ */
.navi_linkBtn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: -4px;
}

.navi_linkBtn > li {
  padding: 4px;
  width: 100%;
}

.navi_linkBtn > li > a {
  -ms-align-items: center;
  align-items: center;
  border: 2px solid #c40052;
  border-radius: 2px;
  color: #c40052;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  line-height: 1;
  padding: 8px 0;
}

.navi_linkBtn > li > a:hover {
  background-color: #c40052;
  color: #fff;
}

/* ページ内ナビ */
.navi_menu {
  margin-bottom: 20px;
}

.navi_menu > li {
}

.navi_menu > li + li {
  margin-top: 5px;
}

.navi_menu > li::before {
  border: 6px solid transparent;
  border-left: 8px solid #c40052;
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
}

.navi_menu > li > a {
  color: #c40052;
}

.navi_menu > li > a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 599px) {
  .navi_linkBtn {
    flex-direction: column;
  }
}

.typeLink {
  display: flex;
  -js-display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  width: 99%;
}

.typeLink > li {
  text-align: center;
  width: 49%;
}

.typeLink > li > a {
  border: 2px solid #3766bb;
  color: #3766bb;
  display: block;
  font-size: 15px;
  line-height: 1.4;
  padding: 8px;
  font-weight: bold;
}

.typeLink > li > a:hover {
  opacity: 0.6;
}

.typeLink > li > a::after {
  content: "\f178";
  display: inline-block;
  font-family: "FontAwesome";
  margin-left: 5px;
}

/* 画像に枠線 */
.box_image-hasBorder {
  border: 1px solid #0095af;
  padding: 15px;
  width: auto;
}

.box_image-hasBorder > img {
  vertical-align: bottom;
}

/*
    新人に求められる８大スキル
================================*/
.skillType {
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  -js-display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  width: 100%;
}

.skillType_inner {
  margin-bottom: 50px;
  width: 48%;
}

.skillType_inner:last-of-type {
  margin-bottom: 20px;
}

.skillType_ttl {
  background-color: #eee;
  display: table;
  flex-basis: 65%;
  margin-bottom: 10px;
  padding: 3px;
  width: 100%;
}

.skillType_ttl > span {
  display: table-cell;
  font-weight: bold;
  vertical-align: middle;
}

.skillType_ttl > span:first-of-type {
  background-color: #666;
  color: #fff;
  font-size: 12px;
  height: auto;
  text-align: center;
  width: 45px;
}

.skillType_ttl > span:last-of-type {
  padding-left: 10px;
}

.skillType_ttl.bizMind {
  background-color: #ffdedb;
}
.skillType_ttl.bizManner {
  background-color: #ffe4ee;
}
.skillType_ttl.howToLeadWork {
  background-color: #e6f9ff;
}
.skillType_ttl.writingSkill {
  background-color: #defff3;
}
.skillType_ttl.humanSkill {
  background-color: #ffebdb;
}
.skillType_ttl.tellingSkill {
  background-color: #e9ffc9;
}
.skillType_ttl.thinkingSkill {
  background-color: #ffe2ff;
}
.skillType_ttl.pcSkill {
  background-color: #e2f1ff;
}

.skillType_ttl.bizMind > span:first-of-type {
  background-color: #dc584d;
}
.skillType_ttl.bizManner > span:first-of-type {
  background-color: #dc578c;
}
.skillType_ttl.howToLeadWork > span:first-of-type {
  background-color: #2b9bbe;
}
.skillType_ttl.writingSkill > span:first-of-type {
  background-color: #209268;
}
.skillType_ttl.humanSkill > span:first-of-type {
  background-color: #ec6e06;
}
.skillType_ttl.tellingSkill > span:first-of-type {
  background-color: #6bac0c;
}
.skillType_ttl.thinkingSkill > span:first-of-type {
  background-color: #9d419d;
}
.skillType_ttl.pcSkill > span:first-of-type {
  background-color: #3171b2;
}

.skillType_link > a {
  border: 1px solid #333;
  display: block;
  margin-top: 10px;
  padding: 10px;
  text-align: center;
}

.skillType_link > a:hover {
  opacity: 0.6;
}

/* お問合せ */
.skillType_inner > .contact {
  display: flex;
  -js-display: flex;
  justify-content: center;
  align-items: center;
  height: 87px;
}

/* 値段 */
.box_price {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
  font-size: 14px;
  margin: 10px 0;
}

.box_price > p {
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
}

.box_price_ttl {
  background-color: #0e8daa;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  padding: 5px;
}

.box_price_num {
  font-size: 1.5em;
}

/*
    おすすめ研修
================================*/
.recommendTraining {
}

.recommendTraining > .flexBox > h2 {
  margin-bottom: 0;
}

.flexBox {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  -js-display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}

.flexBox > p {
  text-align: right;
  width: 50%;
}

/*
    アセスメント
================================*/
.skillAssessment {
}

.skillAssessment > h2 {
  margin-bottom: 0;
}

.skillAssessment > h3 {
  margin-bottom: 10px;
}

.skillAssessment > p {
  margin-bottom: 20px;
}

.skillAssessment ul {
  margin-bottom: 20px;
  width: 100%;
}

.skillAssessment ul > li {
  text-indent: -1em;
  padding-left: 1em;
}

.skillAssessment ul > li + li {
  margin-top: 10px;
}

.skillAssessment_attention {
  border: 1px solid #0e8daa;
  margin-bottom: 10px;
  padding: 20px;
}

.skillAssessment_attention > h3 {
  margin-bottom: 10px;
}

.skillAssessment_attention > dl {
}

.skillAssessment_attention > dl > dt {
  font-weight: bold;
  margin-bottom: 10px;
}

.skillAssessment_attention > dl > dd:first-of-type {
  margin-bottom: 15px;
}

.btn.skillCheck {
  background-color: #59c9e2;
  box-shadow: 0 3px 0 #247486;
  height: 55px;
  padding: 8px 0;
}

.btn.skillCheck:hover {
  box-shadow: none;
}

/* 2017/12/26 追記 */
.rateTbl {
  border-color: #333;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin-bottom: 10px;
  table-layout: fixed;
  /*width: 100%;*/
  width: 55%;
}

.rateTbl th {
  background-color: aliceblue;
  border-color: #333;
  border-style: solid;
  border-width: 0 1px 1px 0;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

.rateTbl td {
  border-color: #333;
  border-style: solid;
  border-width: 0 1px 1px 0;
  padding: 5px;
}

.rateTbl .price {
  text-align: right;
}

.ti {
  padding-left: 1em;
  text-indent: -1em;
}

.ti_case {
  padding-left: 4em;
  text-indent: -4em;
}

.ti_inner {
}

/*
    アセスメントサービス実施方法～申し込み
================================*/
.localWrap {
}
.localWrap + .localWrap {
  margin-top: 30px;
}
.localWrap:nth-of-type {
  margin-bottom: 30px;
}

.localWrap_inner {
  margin: 20px 0 30px;
}

.orderdList {
}
.orderedList_num {
  margin-bottom: 20px;
}
.orderedList_num > li {
  padding-left: 2.2em;
  text-indent: -2.2em;
}

/* 枠線BOX */
.borderWrap {
  border: 1px solid #333;
  padding: 10px;
}

/* 注釈 */
.note {
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}
.note-caution {
  color: crimson;
}

.sectionBox_inner.flow {
  margin-bottom: 30px;
}

.sectionBox_inner.flow > div:first-of-type {
  margin-top: 30px;
}

.sectionBox_inner.flow > div + div {
  margin-top: 30px;
}

/*
    新人研修一覧
================================*/
.lineup {
  /*margin-bottom: 30px;*/
}

.lineup h3 {
  font-size: 23px;
  margin-bottom: 10px;
}

.lineup > ul + h3 {
  margin-top: 30px;
}

.lineup > ul > li + li {
  margin-top: 10px;
}

.lineup a:hover {
  opacity: 0.6;
}

.lineup_ttlBox {
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.lineup_ttlBox--marginTop_none {
  margin-top: 0;
}

.lineup_ttlBox > h3 {
  flex-shrink: 0;
}

@media screen and (max-width: 599px) {
  .lineup_ttlBox {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* 2018/11/01 価格改定お知らせ */
.addNoteBox {
  background-color: #ffffe3;
  border: 5px solid orange;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 10px;
}

.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;
  margin-bottom: 10px;
  table-layout: fixed;
  width: 50%;
}

.addNoteBox table th,
.addNoteBox table td {
  border: 1px solid #666;
  padding: 3px;
}

.addNoteBox a {
  text-decoration: underline;
}

/* 2019/07/05 リンクボタン（.pushBtn_blue）修正 */
.pushBtn_blue {
  height: auto;
}

/*
    flex box
================================*/
.box_flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}

.box_flex-hasGutterSm {
  margin: -15px;
}
.box_flex-hasGutterMd {
  margin: -20px;
}

.box_flex_inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 10px;
}

.box_flex-hasGutterSm > .box_flex_inner {
  padding: 15px;
}
.box_flex-hasGutterMd > .box_flex_inner {
  padding: 20px;
}

.box_flex-full {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px;
}

.box_flex-full_inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

/*横幅*/
.u_col1 {
  width: 8.333%;
}
.u_col2 {
  width: 16.667%;
}
.u_col3 {
  width: 25%;
}
.u_col4 {
  width: 33.333%;
}
.u_col5 {
  width: 41.666%;
}
.u_col6 {
  width: 50%;
}
.u_col7 {
  width: 58.333%;
}
.u_col8 {
  width: 66.666%;
}
.u_col9 {
  width: 75%;
}
.u_col10 {
  width: 83.33%;
}
.u_col11 {
  width: 91.666%;
}
.u_col12 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .u_resMdCol1 {
    width: 8.333%;
  }
  .u_resMdCol2 {
    width: 16.667%;
  }
  .u_resMdCol3 {
    width: 25%;
  }
  .u_resMdCol4 {
    width: 33.333%;
  }
  .u_resMdCol5 {
    width: 41.666%;
  }
  .u_resMdCol6 {
    width: 50%;
  }
  .u_resMdCol7 {
    width: 58.333%;
  }
  .u_resMdCol8 {
    width: 66.666%;
  }
  .u_resMdCol9 {
    width: 75%;
  }
  .u_resMdCol10 {
    width: 83.33%;
  }
  .u_resMdCol11 {
    width: 91.666%;
  }
  .u_resMdCol12 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .u_resSmCol1 {
    width: 8.333%;
  }
  .u_resSmCol2 {
    width: 16.667%;
  }
  .u_resSmCol3 {
    width: 25%;
  }
  .u_resSmCol4 {
    width: 33.333%;
  }
  .u_resSmCol5 {
    width: 41.666%;
  }
  .u_resSmCol6 {
    width: 50%;
  }
  .u_resSmCol7 {
    width: 58.333%;
  }
  .u_resSmCol8 {
    width: 66.666%;
  }
  .u_resSmCol9 {
    width: 75%;
  }
  .u_resSmCol10 {
    width: 83.33%;
  }
  .u_resSmCol11 {
    width: 91.666%;
  }
  .u_resSmCol12 {
    width: 100%;
  }
}

/*===============================

    Utility

================================*/
/* color */
.u_color-coral {
  color: #ff7f50 !important;
}
.u_color-rouge {
  color: #ec2c43 !important;
}
.u_color-crimson {
  color: #e6002d !important;
}
.u_color-orange {
  color: #e87f00 !important;
}
.u_color-pink {
  color: #f48bbc !important;
}

/* display */
.u_d-b {
  display: block !important;
}
.u_d-fx {
  display: flex !important;
}

@media screen and (max-width: 599px) {
  .u_res_d-n {
    display: none;
  }
  .u_res_d-b {
    display: block;
  }
}

/* float */
.u_fl-n {
  float: none !important;
}
.u_fl-l {
  float: left !important;
}
.u_fl-r {
  float: right !important;
}

/* font-size */
.u_fz-xs {
  font-size: 0.75em !important;
}
.u_fz-sm {
  font-size: 0.875em !important;
}
.u_fz-md {
  font-size: 1em !important;
}
.u_fz-lg {
  font-size: 1.25em !important;
}
.u_fz-xl {
  font-size: 1.5em !important;
}
.u_fz-sr {
  font-size: smaller !important;
}
.u_fz-lr {
  font-size: larger !important;
}

.u_fz10 {
  font-size: 10px !important;
}
.u_fz11 {
  font-size: 11px !important;
}
.u_fz12 {
  font-size: 12px !important;
}
.u_fz13 {
  font-size: 13px !important;
}
.u_fz14 {
  font-size: 14px !important;
}
.u_fz15 {
  font-size: 15px !important;
}
.u_fz16 {
  font-size: 16px !important;
}
.u_fz17 {
  font-size: 17px !important;
}
.u_fz18 {
  font-size: 18px !important;
}
.u_fz19 {
  font-size: 19px !important;
}
.u_fz20 {
  font-size: 20px !important;
}

/* font-weigth */
.u_fw-b {
  font-weight: bold !important;
}
.u_fw-n {
  font-weight: normal !important;
}

/* line-height */
.u_lh-nm {
  line-height: normal !important;
}
.u_lh-ih {
  line-height: inherit !important;
}
.u_lh0 {
  line-height: 0 !important;
}
.u_lh1 {
  line-height: 1 !important;
}
.u_lh2 {
  line-height: 2 !important;
}
.u_lh3 {
  line-height: 3 !important;
}
.u_lh4 {
  line-height: 4 !important;
}
.u_lh5 {
  line-height: 5 !important;
}
.u_lh6 {
  line-height: 6 !important;
}
.u_lh-xs {
  line-height: 1.25 !important;
}
.u_lh-sm {
  line-height: 1.33 !important;
}
.u_lh-md {
  line-height: 1.5 !important;
}
.u_lh-lg {
  line-height: 1.75 !important;
}
.u_lh-xl {
  line-height: 2 !important;
}

/* padding */
.u_pt0 {
  padding-top: 0 !important;
}
.u_pt-xs {
  padding-top: 0.2rem !important;
}
.u_pt-sm {
  padding-top: 0.5rem !important;
}
.u_pt-md {
  padding-top: 1rem !important;
}
.u_pt-lg {
  padding-top: 1.5rem !important;
}
.u_pt-xl {
  padding-top: 3rem !important;
}

.u_pl0 {
  padding-left: 0 !important;
}
.u_pl-xs {
  padding-left: 0.2rem !important;
}
.u_pl-sm {
  padding-left: 0.5rem !important;
}
.u_pl-md {
  padding-left: 1rem !important;
}
.u_pl-lg {
  padding-left: 1.5rem !important;
}
.u_pl-xl {
  padding-left: 3rem !important;
}

.u_pb0 {
  padding-bottom: 0 !important;
}
.u_pb-xs {
  padding-bottom: 0.2rem !important;
}
.u_pb-sm {
  padding-bottom: 0.5rem !important;
}
.u_pb-md {
  padding-bottom: 1rem !important;
}
.u_pb-lg {
  padding-bottom: 1.5rem !important;
}
.u_pb-xl {
  padding-bottom: 3rem !important;
}

.u_pr0 {
  padding-right: 0 !important;
}
.u_pr-xs {
  padding-right: 0.2rem !important;
}
.u_pr-sm {
  padding-right: 0.5rem !important;
}
.u_pr-md {
  padding-right: 1rem !important;
}
.u_pr-lg {
  padding-right: 1.5rem !important;
}
.u_pr-xl {
  padding-right: 3rem !important;
}

.u_py0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.u_py10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.u_py20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.u_py30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.u_pt5 {
  padding-top: 5px !important;
}
.u_pt10 {
  padding-top: 10px !important;
}
.u_pt15 {
  padding-top: 15px !important;
}
.u_pt20 {
  padding-top: 20px !important;
}
.u_pt30 {
  padding-top: 30px !important;
}
.u_pt50 {
  padding-top: 50px !important;
}
.u_pt100 {
  padding-top: 100px !important;
}

.u_pt-5 {
  padding-top: -5px !important;
}
.u_pt-10 {
  padding-top: -10px !important;
}
.u_pt-15 {
  padding-top: -15px !important;
}
.u_pt-20 {
  padding-top: -20px !important;
}
.u_pt-30 {
  padding-top: -30px !important;
}
.u_pt-50 {
  padding-top: -50px !important;
}
.u_pt-100 {
  padding-top: -100px !important;
}

.u_pl5 {
  padding-left: 5px !important;
}
.u_pl10 {
  padding-left: 10px !important;
}
.u_pl15 {
  padding-left: 15px !important;
}
.u_pl20 {
  padding-left: 20px !important;
}
.u_pl30 {
  padding-left: 30px !important;
}
.u_pl50 {
  padding-left: 50px !important;
}
.u_pl100 {
  padding-left: 100px !important;
}

.u_pl-5 {
  padding-left: -5px !important;
}
.u_pl-10 {
  padding-left: -10px !important;
}
.u_pl-15 {
  padding-left: -15px !important;
}
.u_pl-20 {
  padding-left: -20px !important;
}
.u_pl-30 {
  padding-left: -30px !important;
}
.u_pl-50 {
  padding-left: -50px !important;
}
.u_pl-100 {
  padding-left: -100px !important;
}

.u_pb5 {
  padding-bottom: 5px !important;
}
.u_pb10 {
  padding-bottom: 10px !important;
}
.u_pb15 {
  padding-bottom: 15px !important;
}
.u_pb20 {
  padding-bottom: 20px !important;
}
.u_pb30 {
  padding-bottom: 30px !important;
}
.u_pb50 {
  padding-bottom: 50px !important;
}
.u_pb100 {
  padding-bottom: 100px !important;
}

.u_pb-5 {
  padding-bottom: -5px !important;
}
.u_pb-10 {
  padding-bottom: -10px !important;
}
.u_pb-15 {
  padding-bottom: -15px !important;
}
.u_pb-20 {
  padding-bottom: -20px !important;
}
.u_pb-30 {
  padding-bottom: -30px !important;
}
.u_pb-50 {
  padding-bottom: -50px !important;
}
.u_pb-100 {
  padding-bottom: -100px !important;
}

.u_pr5 {
  padding-right: 5px !important;
}
.u_pr10 {
  padding-right: 10px !important;
}
.u_pr15 {
  padding-right: 15px !important;
}
.u_pr20 {
  padding-right: 20px !important;
}
.u_pr30 {
  padding-right: 30px !important;
}
.u_pr50 {
  padding-right: 50px !important;
}
.u_pr100 {
  padding-right: 100px !important;
}

.u_pr-5 {
  padding-right: -5px !important;
}
.u_pr-10 {
  padding-right: -10px !important;
}
.u_pr-15 {
  padding-right: -15px !important;
}
.u_pr-20 {
  padding-right: -20px !important;
}
.u_pr-30 {
  padding-right: -30px !important;
}
.u_pr-50 {
  padding-right: -50px !important;
}
.u_pr-100 {
  padding-right: -100px !important;
}

.u_p-a {
  padding: auto !important;
}

/* margin */
.u_mt0 {
  margin-top: 0 !important;
}
.u_mt-xs {
  margin-top: 0.2rem !important;
}
.u_mt-sm {
  margin-top: 0.5rem !important;
}
.u_mt-md {
  margin-top: 1rem !important;
}
.u_mt-lg {
  margin-top: 1.5rem !important;
}
.u_mt-xl {
  margin-top: 3rem !important;
}

.u_ml0 {
  margin-left: 0 !important;
}
.u_ml-xs {
  margin-left: 0.2rem !important;
}
.u_ml-sm {
  margin-left: 0.5rem !important;
}
.u_ml-md {
  margin-left: 1rem !important;
}
.u_ml-lg {
  margin-left: 1.5rem !important;
}
.u_ml-xl {
  margin-left: 3rem !important;
}

.u_mb0 {
  margin-bottom: 0 !important;
}
.u_mb-xs {
  margin-bottom: 0.2rem !important;
}
.u_mb-sm {
  margin-bottom: 0.5rem !important;
}
.u_mb-md {
  margin-bottom: 1rem !important;
}
.u_mb-lg {
  margin-bottom: 1.5rem !important;
}
.u_mb-xl {
  margin-bottom: 3rem !important;
}

.u_mr0 {
  margin-right: 0 !important;
}
.u_mr-xs {
  margin-right: 0.2rem !important;
}
.u_mr-sm {
  margin-right: 0.5rem !important;
}
.u_mr-md {
  margin-right: 1rem !important;
}
.u_mr-lg {
  margin-right: 1.5rem !important;
}
.u_mr-xl {
  margin-right: 3rem !important;
}

.u_my0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.u_my10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.u_my20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.u_my30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.u_mt5 {
  margin-top: 5px !important;
}
.u_mt10 {
  margin-top: 10px !important;
}
.u_mt15 {
  margin-top: 15px !important;
}
.u_mt20 {
  margin-top: 20px !important;
}
.u_mt30 {
  margin-top: 30px !important;
}
.u_mt50 {
  margin-top: 50px !important;
}
.u_mt100 {
  margin-top: 100px !important;
}

.u_mt-5 {
  margin-top: -5px !important;
}
.u_mt-10 {
  margin-top: -10px !important;
}
.u_mt-15 {
  margin-top: -15px !important;
}
.u_mt-20 {
  margin-top: -20px !important;
}
.u_mt-30 {
  margin-top: -30px !important;
}
.u_mt-50 {
  margin-top: -50px !important;
}
.u_mt-100 {
  margin-top: -100px !important;
}

.u_ml5 {
  margin-left: 5px !important;
}
.u_ml10 {
  margin-left: 10px !important;
}
.u_ml15 {
  margin-left: 15px !important;
}
.u_ml20 {
  margin-left: 20px !important;
}
.u_ml30 {
  margin-left: 30px !important;
}
.u_ml50 {
  margin-left: 50px !important;
}
.u_ml100 {
  margin-left: 100px !important;
}

.u_ml-5 {
  margin-left: -5px !important;
}
.u_ml-10 {
  margin-left: -10px !important;
}
.u_ml-15 {
  margin-left: -15px !important;
}
.u_ml-20 {
  margin-left: -20px !important;
}
.u_ml-30 {
  margin-left: -30px !important;
}
.u_ml-50 {
  margin-left: -50px !important;
}
.u_ml-100 {
  margin-left: -100px !important;
}

.u_mb5 {
  margin-bottom: 5px !important;
}
.u_mb10 {
  margin-bottom: 10px !important;
}
.u_mb15 {
  margin-bottom: 15px !important;
}
.u_mb20 {
  margin-bottom: 20px !important;
}
.u_mb30 {
  margin-bottom: 30px !important;
}
.u_mb50 {
  margin-bottom: 50px !important;
}
.u_mb100 {
  margin-bottom: 100px !important;
}

.u_mb-5 {
  margin-bottom: -5px !important;
}
.u_mb-10 {
  margin-bottom: -10px !important;
}
.u_mb-15 {
  margin-bottom: -15px !important;
}
.u_mb-20 {
  margin-bottom: -20px !important;
}
.u_mb-30 {
  margin-bottom: -30px !important;
}
.u_mb-50 {
  margin-bottom: -50px !important;
}
.u_mb-100 {
  margin-bottom: -100px !important;
}

.u_mr5 {
  margin-right: 5px !important;
}
.u_mr10 {
  margin-right: 10px !important;
}
.u_mr15 {
  margin-right: 15px !important;
}
.u_mr20 {
  margin-right: 20px !important;
}
.u_mr30 {
  margin-right: 30px !important;
}
.u_mr50 {
  margin-right: 50px !important;
}
.u_mr100 {
  margin-right: 100px !important;
}

.u_mr-5 {
  margin-right: -5px !important;
}
.u_mr-10 {
  margin-right: -10px !important;
}
.u_mr-15 {
  margin-right: -15px !important;
}
.u_mr-20 {
  margin-right: -20px !important;
}
.u_mr-30 {
  margin-right: -30px !important;
}
.u_mr-50 {
  margin-right: -50px !important;
}
.u_mr-100 {
  margin-right: -100px !important;
}

.u_m-a {
  margin: auto !important;
}

/* position */
.u_pos-r {
  position: relative !important;
}
.u_pos-a {
  position: absolute !important;
}

/* text-align */
.u_ta-c {
  text-align: center !important;
}
.u_ta-r {
  text-align: right !important;
}
.u_ta-l {
  text-align: left !important;
}

/* text-indent */
.u_ti--1 {
  text-indent: -1em !important;
  padding-left: 1em !important;
}
.u_ti-0 {
  text-indent: 0em !important;
  padding-left: 0em !important;
}

/* text-decoration */
.u_td-n {
  text-decoration: none !important;
}
.u_td-u {
  text-decoration: underline !important;
}
.u_td-o {
  text-decoration: overline !important;
}
.u_td-l {
  text-decoration: line-through !important;
}

/* vertical-align */
.u_va-sup {
  vertical-align: super !important;
}
.u_va-t {
  vertical-align: top !important;
}
.u_va-tt {
  vertical-align: text-top !important;
}
.u_va-m {
  vertical-align: middle !important;
}
.u_va-bl {
  vertical-align: baseline !important;
}
.u_va-b {
  vertical-align: bottom !important;
}
.u_va-tb {
  vertical-align: text-bottom !important;
}
.u_va-sub {
  vertical-align: sub !important;
}

/* flexbox */
.u_ac-fs {
  align-content: flex-start !important;
}
.u_ac-fe {
  align-content: flex-end !important;
}
.u_ac-c {
  align-content: center !important;
}
.u_ac-sb {
  align-content: space-between !important;
}
.u_ac-sa {
  align-content: space-around !important;
}
.u_ac-s {
  align-content: stretch !important;
}
.u_ai-fs {
  align-items: flex-start !important;
}
.u_ai-fe {
  align-items: flex-end !important;
}
.u_ai-c {
  align-items: center !important;
}
.u_ai-b {
  align-items: baseline !important;
}
.u_ai-s {
  align-items: stretch !important;
}
.u_as-a {
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}
.u_as-fs {
  align-self: flex-start !important;
}
.u_as-fe {
  align-self: flex-end !important;
}
.u_as-c {
  -ms-grid-row-align: center !important;
  align-self: center !important;
}
.u_as-b {
  align-self: baseline !important;
}
.u_as-s {
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}
.u_jc-fs {
  justify-content: flex-start !important;
}
.u_jc-fe {
  justify-content: flex-end !important;
}
.u_jc-c {
  justify-content: center !important;
}
.u_jc-sb {
  justify-content: space-between !important;
}
.u_jc-sa {
  justify-content: space-around !important;
}
.u_fx0-1-a {
  flex: 0 1 auto !important;
}
.u_fx1-0-a {
  flex: 1 0 auto !important;
}
.u_fx1-1-a {
  flex: 1 1 auto !important;
}
.u_fx0-0-a {
  flex: 0 0 auto !important;
}
.u_fx1-0-0 {
  flex: 1 0 0% !important;
}

/* order */
.u_ord0 {
  order: 0 !important;
}
.u_ord1 {
  order: 1 !important;
}
.u_ord2 {
  order: 2 !important;
}
.u_ord3 {
  order: 3 !important;
}
.u_ord4 {
  order: 4 !important;
}
.u_ord5 {
  order: 5 !important;
}
.u_ord6 {
  order: 6 !important;
}
.u_ord9999 {
  order: 9999 !important;
}
.u_ord-1 {
  order: -1 !important;
}

/* table-layout */
.u_tbl-a {
  table-layout: auto !important;
}
.u_tbl-f {
  table-layout: fixed !important;
}

/* width */
.u_w350 {
  width: 350px !important;
}
.u_w400 {
  width: 400px !important;
}

.u_w40p {
  width: 40% !important;
}
.u_w45p {
  width: 45% !important;
}
.u_w50p {
  width: 50% !important;
}

.u_maW70p {
  max-width: 70% !important;
}
.u_maW75p {
  max-width: 75% !important;
}
.u_maW80p {
  max-width: 80% !important;
}

.sp {
  display: none;
}

.u_hide {
  display: none;
}

@media screen and (max-width: 768px) {
  .u_resMdBlock {
    display: block;
  }
}

.u_link {
  color: #0a5d86;
  text-decoration: underline;
}

/* 2024改修
---------------------------------------------------------- */
.m_assessment_heading.m_assessment_heading--8skill {
  margin-top: 80px;
}
.m_assessment_heading.m_assessment_heading--8skill::before {
  content: counter(number, decimal-leading-zero);
  color: #f279b1;
}
.m_assessment_nav + .sectionBox .m_assessment_heading.m_assessment_heading--8skill {
  margin-top: 30px;
}

.m_assessment_body__ttl.m_assessment_body__ttl--8skill {
  position: relative;
  padding-left: 20px;
  text-indent: 0;
}
.m_assessment_body__ttl.m_assessment_body__ttl--8skill::before {
  content: "●";
  position: absolute;
  display: block;
  top: 0.6em;
  left: 0;
  margin: auto;
  padding: 0;
  color: #f279b1;
  font-size: 10px;
}

/* ナビ */
.m_assessment_nav {
  display: flex;
  flex-wrap: nowrap;
}
.m_assessment_nav::after {
  right: 0;
}
.m_assessment_nav .m_assessment_nav_item {
  padding: 0;
}
.m_assessment_nav_link {
  font-size: 13px;
}
.m_assessment_nav_text--8skill::before {
  border-right: 2px solid #f279b1;
  border-bottom: 2px solid #f279b1;
}
@media screen and (max-width: 768px) {
  .m_assessment_nav {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .m_assessment_nav .m_assessment_nav_item {
    width: 50%;
    margin: 2px 0;
    padding: 6px 0 5px;
  }
}

/* サービス概要 */
.service_skill {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
.service_skill_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  counter-reset: item;
}
.service_skill_list + .service_skill_list {
  counter-reset: item 4;
}
.service_skill_item {
  position: relative;
  padding-left: 75px;
  z-index: 5;
}
.service_skill_item::before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #dc584d;
  font-family: "Jost", sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 100px;
  z-index: 5;
}
.service_skill_item_issue {
  display: flex;
  gap: 10px;
}
.service_skill_item_issue_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 38px;
  height: 35px;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  background-color: #dc584d;
}
.service_skill_item_issue_txt {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.service_skill_item_skill {
  margin-top: 5px;
}
.service_skill_item_skill_ttl {
  color: #dc584d;
  line-height: 1.3;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #dc584d;
}
.service_skill_item_skill_ttl--tag {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  top: 1px;
  padding: 4px 8px 3px 5px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: normal;
  background-color: #dc584d;
  -webkit-clip-path: polygon(0% 0%, 85% 0, 100% 50%, 85% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 85% 0, 100% 50%, 85% 100%, 0% 100%);
}
.service_skill_item_skill_ttl--tag::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  background-color: #fff;
  -webkit-clip-path: polygon(0% 0%, 85% 0, 100% 50%, 85% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 85% 0, 100% 50%, 85% 100%, 0% 100%);
  z-index: -1;
}
.service_skill_item_skill_txt {
  margin-top: 5px;
  height: calc(2em * 1.4);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.service_skill_item--bizMind::before,
.service_skill_item--bizMind .service_skill_item_skill_ttl {
  color: #dc584d;
}
.service_skill_item--bizMind .service_skill_item_skill_ttl {
  border-bottom: 1px solid #dc584d;
}
.service_skill_item--bizMind .service_skill_item_issue_ttl,
.service_skill_item--bizMind .service_skill_item_skill_ttl--tag {
  background-color: #dc584d;
}
.service_skill_item--bizManner::before,
.service_skill_item--bizManner .service_skill_item_skill_ttl {
  color: #dc578c;
}
.service_skill_item--bizManner .service_skill_item_skill_ttl {
  border-bottom: 1px solid #dc578c;
}
.service_skill_item--bizManner .service_skill_item_issue_ttl,
.service_skill_item--bizManner .service_skill_item_skill_ttl--tag {
  background-color: #dc578c;
}
.service_skill_item--howToLeadWork::before,
.service_skill_item--howToLeadWork .service_skill_item_skill_ttl {
  color: #2b9bbe;
}
.service_skill_item--howToLeadWork .service_skill_item_skill_ttl {
  border-bottom: 1px solid #2b9bbe;
}
.service_skill_item--howToLeadWork .service_skill_item_issue_ttl,
.service_skill_item--howToLeadWork .service_skill_item_skill_ttl--tag {
  background-color: #2b9bbe;
}
.service_skill_item--writingSkill::before,
.service_skill_item--writingSkill .service_skill_item_skill_ttl {
  color: #209268;
}
.service_skill_item--writingSkill .service_skill_item_skill_ttl {
  border-bottom: 1px solid #209268;
}
.service_skill_item--writingSkill .service_skill_item_issue_ttl,
.service_skill_item--writingSkill .service_skill_item_skill_ttl--tag {
  background-color: #209268;
}
.service_skill_item--humanSkill::before,
.service_skill_item--humanSkill .service_skill_item_skill_ttl {
  color: #ec6e06;
}
.service_skill_item--humanSkill .service_skill_item_skill_ttl {
  border-bottom: 1px solid #ec6e06;
}
.service_skill_item--humanSkill .service_skill_item_issue_ttl,
.service_skill_item--humanSkill .service_skill_item_skill_ttl--tag {
  background-color: #ec6e06;
}
.service_skill_item--tellingSkill::before,
.service_skill_item--tellingSkill .service_skill_item_skill_ttl {
  color: #6bac0c;
}
.service_skill_item--tellingSkill .service_skill_item_skill_ttl {
  border-bottom: 1px solid #6bac0c;
}
.service_skill_item--tellingSkill .service_skill_item_issue_ttl,
.service_skill_item--tellingSkill .service_skill_item_skill_ttl--tag {
  background-color: #6bac0c;
}
.service_skill_item--thinkingSkill::before,
.service_skill_item--thinkingSkill .service_skill_item_skill_ttl {
  color: #9d419d;
}
.service_skill_item--thinkingSkill .service_skill_item_skill_ttl {
  border-bottom: 1px solid #9d419d;
}
.service_skill_item--thinkingSkill .service_skill_item_issue_ttl,
.service_skill_item--thinkingSkill .service_skill_item_skill_ttl--tag {
  background-color: #9d419d;
}
.service_skill_item--pcSkill::before,
.service_skill_item--pcSkill .service_skill_item_skill_ttl {
  color: #3171b2;
}
.service_skill_item--pcSkill .service_skill_item_skill_ttl {
  border-bottom: 1px solid #3171b2;
}
.service_skill_item--pcSkill .service_skill_item_issue_ttl,
.service_skill_item--pcSkill .service_skill_item_skill_ttl--tag {
  background-color: #3171b2;
}

@media screen and (max-width: 768px) {
  .service_skill {
    flex-direction: column;
    gap: 30px;
  }
}

/* サンプル設問 */
.sample_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.sample_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 3;
  grid-row: span 3;
  gap: 15px;
  padding: 20px;
  background-color: #fafafa;
  border-radius: 10px;
}
.sample_item dt + dd {
  -ms-grid-row-align: center;
  align-self: center;
}

.m_table_wrap {
  overflow-x: auto;
}
.m_table {
  width: 100%;
  border: 1px solid #f48bbc;
}
.m_table--sm {
  max-width: 375px;
}
.m_table th,
.m_table td {
  padding: 15px 5px;
  vertical-align: middle;
}
.m_table th {
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #f48bbc;
  border-bottom: 1px solid #fff;
}
.m_table th.m_table_ttl--sm {
  padding: 3px;
}
.m_table th.m_table_ttl--grey {
  color: #333;
  background-color: #fafafa;
  border-color: #f48bbc;
}
.m_table th:empty {
  border-right: 1px solid #f48bbc;
}
.m_table .m_table_ttl--vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
}
.m_table tr + tr {
  border-top: 1px solid #f48bbc;
}
.m_table th + th {
  border-left: 1px solid #fff;
}
.m_table td + td {
  border-left: 1px solid #f48bbc;
}
.m_table:not(.m_table--vertical) tr:first-of-type + tr th:first-child {
  border-left: 1px solid #fff;
}
.m_table.m_table--vertical tr:last-child th {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .m_table_wrap .m_table {
    min-width: 730px;
  }
  .m_table *.u_pl20.u_pr20 {
    padding: 10px !important;
  }
}

/* 価格 */
.price_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.price_item {
  padding: 15px 10px;
  border: 1px solid #f48bbc;
  border-radius: 10px;
}
.price_item_ttl {
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 18px;
  text-align: center;
}
.price_item_ttl--plus {
  display: inline-block;
  padding: 0.2em;
  margin: 0 15px;
  color: #fff;
  font-size: 0.6em;
  background-color: #f48bbc;
  border-radius: 50%;
  line-height: 1;
  vertical-align: middle;
}
.price_item_cont {
  margin-top: 10px;
  padding-top: 10px;
  font-size: 22px;
  text-align: center;
  border-top: 1px solid #f48bbc;
}
.price_item:first-child {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1 / 1 / 2 / 3;
  padding: 35px 20px 25px;
}
.price_item:first-child .price_item_ttl {
  font-size: 24px;
}
.price_item:first-child .price_item_cont {
  margin-top: 20px;
  padding-top: 20px;
  font-size: 27px;
}
.price_item:first-child .price_item_cont--amount {
  font-size: 33px;
}
.price_item:first-child .price_item_cont--num {
  font-size: 47px;
}
.price_item:not(:first-child) {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  gap: 0;
}

@media screen and (max-width: 768px) {
  .price_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .price_item_ttl {
    font-size: 16px;
  }
  .price_item_ttl--plus {
    width: 1.5em;
    height: 1.5em;
    margin: 8px auto;
  }
  .price_item_cont {
    font-size: 22px;
  }
  .price_item:first-child {
    grid-area: auto;
    padding: 25px 10px 15px;
  }
  .price_item:first-child .price_item_ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
  }
  .price_item:first-child .price_item_cont {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 22px;
  }
  .price_item:first-child .price_item_cont--amount {
    font-size: 26px;
  }
  .price_item:first-child .price_item_cont--num {
    font-size: 35px;
  }
  .price_item:not(:first-child) {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: subgrid;
    grid-template-rows: subgrid;
    -ms-grid-row-span: 2;
    grid-row: span 2;
    gap: 0;
  }
}

.m_assessmentNavi.__8skill {
  font-size: 13px;
  margin-top: 15px;
}