<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";:root {
  font-size: 62.5%
}

* {
  letter-spacing: 0
}

body {
  color: #3e3a39;
  font-family: YuGothic,游ゴシック,hiragino kaku gothic pron,ヒラギノ角ゴ pron,Meiryo,メイリオ,sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  height: 100%;
  text-align: left
}

#base{
width: 1220px;
}

div#cont {
  margin: 0
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 599px) {
  div#base,div#cont {
      width:100%
  }
}

.ffMont {
  font-family: montserrat,sans-serif
}

.wrapper {
  color: #333;
  font-size: 16px;
  line-height: 1.6
}
.wrapperOuter{
display: flex;
justify-content: space-between;  
}
.wrapperInner{
position:relative;
width: 980px;
padding-left: 0px;
order: 1;
}

.wrapper * {
  letter-spacing: .05em
}
.m_solutionBaseSideNav--mainService .m_solutionBaseSideNav__ttl--link[href="/it-tool/kenkanrisys_top.html"] .m_solutionBaseSideNav__subTtl--date{
  letter-spacing: -1px;  
}

.wrapper img {
  vertical-align: bottom
}

.topHeader {
  position: relative
}

@media screen and (min-width: 769px) {
  .topHeader {
      height:400px
  }
}
@media screen and (max-width: 768px) {
  .wrapperInner{
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}
.topHeader h1 {
  width: 1920px;
  margin-left: calc(50% - 960px)
}

.tH_txtBox {
  position: absolute;
  bottom: 18px;
  left: 0;
  line-height: 1.5;
  margin-left: 15px;
  padding-left: 120px;
}

.tH_txtBox p {
  width: 600px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .06em
}

/*.tH_txtBox p::first-letter {
  font-size: 28px;
  color: #1c8073
}*/
.tH_txtBox p:first-of-type{
  font-size: 24px;
  color: #1c8073
}

.container {
  margin: 0 auto;
  width: 980px
}
.container.colorGreen,
.container.colorYellow{
border-top: 1px solid #ccc;
}

.leadingDiv {
  display: flex;
  justify-content: space-between
}

.leadingLeft {
  width: 630px;
  padding-right: 30px;
}

.lL_ttl {
  font-size: 26px;
  font-weight: 700;
}

.lL_ttl&gt;small {
  font-size: 18px;
}

.lL_sub {
  font-size: 20px;
  font-weight: 700;
  color: #c33439
}

.lL_txt {
  font-size: 16px
}

.leadingRight {
  position: relative;
  padding: 28px 20px;
  width: 310px;
  background: #f2f2f7;
  color: #555
}

.leadingRight::before {
  content: url(../../../../resource/img/consulting/assessment2020/icon_double-quotation1.png);
  position: absolute;
  top: 4px;
  left: 1px
}

.leadingRight::after {
  content: url(../../../../resource/img/consulting/assessment2020/icon_double-quotation2.png);
  position: absolute;
  bottom: 4px;
  right: 1px
}

.lR_ttl strong {
  font-size: 18px;
  font-weight: 700
}

.lR_txt {
  font-size: 14px
}

.colorGreen .coloredTxt {
  color: #1c8073
}

.colorYellow .coloredTxt {
  color: #d28000
}

.colorYellow .darkTxt {
  color: #522700
}

.colorPink .coloredTxt {
  color: #db387b
}

.colorPink .darkTxt {
  color: #522700
}

.colorRed .coloredTxt {
  color: #ad1b30
}

.colorGreen .coloredBg {
  background: #1c8073
}

.colorYellow .coloredBg {
  background: #d28000
}

.colorPink .coloredBg {
  background: #db387b
}

.colorRed .coloredBg {
  background: #ad1b30
}

.serviceNav {
  /* padding: 20px 0; */
  /*background: #faf3f3*/
}

.wrapper .serviceNav * {
  letter-spacing: 0
}

.sN_heading {
  font-size: 28px;
  font-weight: 700
}

.sN_headingNumber {
  font-size: 36px
}

.sN_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative
}

.sN_list::after {
  content: "";
  display: block;
  clear: both
}

.sN_listItem {
  padding: 10px
}

.sN_listItem:nth-child(2) {
}

.sN_listItem:nth-child(3) {
  margin-bottom: 20px
}

.sN_listItem&gt;div {
  position: relative;
  display: block;
  height: 681px;
  padding: 16px 24px;
  background: #fff;
  color: #333;
  transition: .2s
}

.sN_listItem&gt;div::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  border-top: 0;
  width: 0;
  height: 4px;
  transition: .3s
}

.sN_listItem__wrap{}

.colorGreen.sN_listItem&gt;div::after {
  background-color: #1c8073
}

.colorYellow.sN_listItem&gt;div::after {
  background-color: #d28000
}

.colorPink.sN_listItem&gt;div::after {
  background-color: #db387b
}

.colorRed.sN_listItem&gt;div::after {
  background-color: #ad1b30
}

.sN_listItem&gt;div:hover {
  /* box-shadow: 5px 5px 5px rgba(0,0,0,.25);
  transition: .3s */
}

.sN_listItem&gt;div:hover:after {
  /* width: 100% */
}

.sN_listItem-large&gt;a {
  height: 660px
}

.sN_listItem-small&gt;a {
  height: 400px
}

.sN_lI_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start
}

.sN_listItem-red .sN_lI_flex {
  align-items: center
}

.sN_listItem-small .sN_lI_flex {
  min-height: 130px
}

.sN__ttl {
  font-size: 20px;
  font-weight: 700
}

.sN_listItem-large .sN__ttl {
  text-align: center
}

.sN_listItem-small .sN__ttl {
  width: 170px;
  line-height: 1.2
}

.sN__ttlNo {
  font-size: 24px
}

.sN_listItem-small .sN__ttlNo {
  display: block
}
.sN__img{
text-align: center;
}
.sN__img-large {
  padding: 20px 32px;
  height: 125px;
  margin: auto;
  width: 250px
}

.sN__img-middle {
  width: 190px
}

.sN__img-small {
  width: 80px
}

.sN_listItem-small .sN__txt {
  margin-top: 6px;
  line-height: 1.5
}

.sN__catch {
  background-color: #ccc;
  margin-bottom: 24px;
  padding: 16px
}

.sN__catch.colorGreen {
  background-color: #e8f2f1
}

.sN__catch.colorYellow {
  background-color: #faf2e5
}

.sN__catch.colorPink {
  background-color: #fcebf2
}

.sN__catch.colorRed {
  background-color: #f7e8ea
}

.sN_listItem-small .sN__catch {
  display: flex;
  flex-direction: column;
  min-height: 164px
}

.sN_listItem-small .sN__catch p:last-child {
  margin: auto 0
}

.sN_detail {
}

.sN_detail&gt;*:last-child {
  margin-bottom: 0
}

.sN_detailTtlBox {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px
}

.sN_detailTag {
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin-right: 16px;
  padding: 8px
}

.sN_detailTag&gt;span {
  font-size: .5em
}

.sN_detailTtl {
  font-weight: 700
}

.sN_detailList {
  margin-bottom: 24px
}

.sN_detailListItem {
  align-items: baseline;
  display: flex
}

.sN_detailListItem::before {
  background-color: #ccc;
  border-radius: 25px;
  content: "";
  display: block;
  flex: 0 0 auto;
  height: .8em;
  line-height: 1;
  margin-right: 8px;
  width: .8em
}

.colorGreen .sN_detailListItem::before {
  background-color: #1c8073
}

.colorYellow .sN_detailListItem::before {
  background-color: #d28000
}

.colorPink .sN_detailListItem::before {
  background-color: #db387b
}

.colorRed .sN_detailListItem::before {
  background-color: #ad1b30
}

.sN__recTtl {
  position: relative;
  padding: 2px 0;
  background: #aaa;
  color: #fff;
  text-align: center;
  font-weight: 700
}

.sN__recTtl::after {
  display: block;
  position: absolute;
  border: -12px;
  left: calc(50% - 12px);
  content: "";
  border-top: 12px solid #aaa;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent
}

.sN_listItem-large .sN__recTtl {
  margin: 36px 0 24px
}

.sN_listItem-small .sN__recTtl {
  margin: 6px 0 12px
}

.colorGreen .sN__recTtl::after {
  border-top-color: #1c8073
}

.colorYellow .sN__recTtl::after {
  border-top-color: #d28000
}

.colorPink .sN__recTtl::after {
  border-top-color: #db387b
}

.colorRed .sN__recTtl::after {
  border-top-color: #ad1b30
}

.sN__recListItem {
  position: relative;
  padding-left: 1.5em;
  font-weight: 700
}

.sN__recListItem::before {
  content: "\025a0";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5
}

.colorGreen .sN__recListItem::before {
  color: #1c8073
}

.colorYellow .sN__recListItem::before {
  color: #d28000
}

.sN__separator {
  margin-bottom: 12px;
  padding-bottom: 28px
}

.sN__separator::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "・・・・・・・・・・・・・";
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #aaa
}

.sN__rectTxt {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2
}

.sN__forDetail {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  color: #fff;

  font-weight: 700;
  line-height: 1;
  margin-right: 16px;
  padding: 8px;
  text-align: center;
  margin: 10px auto;
  padding: 12px;
  cursor: pointer;
  height: 46px;
  box-shadow: 5px 5px 5px rgba(0,0,0,.25);
}

.sN__forDetail--green{
  background: #1c8073;
}

.sN__forDetail--green:hover{
  color: #1c8073;
  background: #fff;
  border: 3px solid #1c8073;
  height: 46px;
}

.sN__forDetail--yellow{
  background: #d28000;
}

.sN__forDetail--yellow:hover{
  color: #d28000;
  background: #fff;
  border: 3px solid #d28000;
  height: 46px;
}

/* .sN__forDetail::after {
  content: "";
  display: inline-block;
  margin-left: .75em;
  width: 6px;
  height: 6px;
  border-bottom: 3px solid #333;
  border-right: 3px solid #333;
  transform: translateY(-4px) rotate(45deg)
} */

.sN_inquiry {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
}

.sN_inqLeft {
  width: 620px;
  font-size: 20px
}

.sN_inqTtl {
  font-weight: 700
}

.sN_inqTxt {
}

.sN__arrow {
  position: relative;
  display: inline-block;
  width: 4em;
  border-bottom: 2px solid #333;
  transform: translate(10px,-2px)
}

.sN__arrow::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  border-left: 2px solid #333;
  height: .75em;
  transform: rotate(-45deg);
  transform-origin: bottom right
}

.sN_inqRight {
  width: 330px
}

.sN_inqRight&gt;a {
  display: block;
  padding: 1em 0 1em 1em;
  width: 100%;
  border-radius: 100px;
  background: #ffde48;
  box-shadow: 0 6px 0 #aa6421;
  font-size: 22px;
  font-weight: 700;
  color: #333;
  text-align: center;
  transition: .2s
}

.sN_inqRight&gt;a::after {
  content: "";
  display: inline-block;
  margin-left: 1.25em;
  width: 8px;
  height: 8px;
  border-bottom: 3px solid #333;
  border-right: 3px solid #333;
  transform: translateY(-3px) rotate(-45deg)
}

.sN_inqRight&gt;a:hover {
  box-shadow: 0 2px 0 #9a5411;
  transform: translateY(4px);
  transition: .3s
}

.wrapper section.container {
  margin-top: -20px;
  padding-top: 20px
}
.wrapper section.container.colorGreen,
.wrapper section.container.colorYellow {
  margin-top: 20px;
  padding-top: 20px
}

.sectionHdr h2 {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.sH_headingNumber {
  display: block;
  margin-right: 16px;
  font-size: 60px
}

.sH_ttl {
  display: block;
  font-size: 35px;
  font-weight: 700
}

.sH_ttl&gt;small {
  display: block;
  padding-left: 3px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1
}

.sectionHdr img {
  display: block;
  margin-left: 30px;
  width: auto
}

.logoHierarchy {
  height: 50px;
  transform: translateY(-4px)
}

.logoGiraffe {
  height: 70px;
  transform: translateY(-10px)
}

.logoStress {
  height: 80px;
  transform: translateY(-4px)
}

.logoConsul {
  height: 50px;
  transform: translateY(-4px)
}

.innerSection header {
  width: 100%
}

.innerSection header h3 {
  position: relative;
  padding-left: 1.1em;
  font-size: 24px;
  font-weight: 700
}

.innerSection header h3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2b22"
}

.iS_recommendList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.iS_rL_item {
  width: 312px
}

.iS_rL_item&gt;dl {
  display: flex;
  flex-direction: column
}

.iS_rL__dt {
  position: relative;
  margin-bottom: 70px;
  padding: 1em;
  min-height: 9.5em;
  background: #faf3f3;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 700
}

.iS_rL-giraffe .iS_rL__dt {
  min-height: 16em
}

.iS_rL-giraffe .iS_rL__ddTxt {
  width: 14em
}

.iS_rL__dt::after {
  content: url(../../../../resource/img/consulting/assessment2020/icon_triangle.png);
  position: absolute;
  bottom: -55px;
  left: calc(50% - 28px)
}

.iS_rL__dt::before {
  position: absolute;
  bottom: -45px;
  right: 10px
}

.iS_rL__dt-problem01::before {
  content: url(../../../../resource/img/consulting/assessment2020/illust_problem01.png)
}

.iS_rL__dt-problem02::before {
  content: url(../../../../resource/img/consulting/assessment2020/illust_problem02.png)
}

.iS_rL__dt-problem03::before {
  content: url(../../../../resource/img/consulting/assessment2020/illust_problem03.png)
}

.iS_rL__dt&gt;strong {
  color: #c33439
}

.iS_rL__ddTxt {
  margin: 10px auto 0;
  width: 13em;
  font-size: 20px;
  font-weight: 700
}

.box2Col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.box2Col-left {
  width: 47%
}

.box2Col-left-cap {
  padding-top: 4px;
  font-size: 13px;
  text-align: right
}

.box2Col-right {
  width: 48%
}

.iS_m_heading {
  padding: .5em 1em;
  background-color: #faf3f3;
  font-size: 20px;
  font-weight: 700
}

.smallSection .sS_heading {
  padding-left: .8em;
  border-left-width: 5px;
  border-left-style: solid;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2
}

.smallSection .sS_heading strong {
  color: #c33439
}

.ffsetPalt,.ffsetPalt * {
  font-feature-settings: "palt";
  letter-spacing: .1em!important
}

.colorGreen .sS_heading {
  border-color: #1c8073
}

.colorYellow .sS_heading {
  border-color: #d28000
}

.colorPink .sS_heading {
  border-color: #db387b
}

.colorRed .sS_heading {
  border-color: #ad1b30
}

.personalResult figcaption {
  font-size: 14px;
  font-weight: 700
}

.personalResult-triangle {
  text-align: center;
  transform: scale(1.2)
}

.inquiryBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.inquiryBox span {
  display: block;
  font-weight: 700
}

.inquiryBox strong {
  display: block;
  font-size: 23px;
  font-weight: 700
}

.inquiryBox small {
  display: block;
  font-size: 16px;
  font-weight: 700;
  word-break: break-all
}

.iB-left,.iB-right {
  text-align: center;
  width: 48%;
  overflow: hidden
}

.iB-left a,.iB-right a,a.iB-left,a.iB-right {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: .5em 2em .5em 1.5em;
  height: 100%;
  min-height: 96px;
  border-width: 1px;
  border-style: solid;
  border-radius: 30px;
  font-size: 20px;
  transition: .1s
}

.iB-left a:hover,.iB-right a:hover,a.iB-left:hover,a.iB-right:hover {
  transition: .3s
}

.iB-left a::after,.iB-right a::after,a.iB-left::after,a.iB-right::after {
  content: "";
  position: absolute;
  top: 48%;
  bottom: 52%;
  right: 30px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg)
}

.colorGreen .inquiryBox .coloredTxt,.colorGreen .inquiryBox .coloredBg:hover {
  background: #fff;
  color: #1c8073
}

.colorGreen .inquiryBox .coloredTxt:hover,.colorGreen .inquiryBox .coloredBg {
  background: #1c8073;
  color: #fff
}

.colorGreen .inquiryBox .coloredTxt::after,.colorGreen .inquiryBox .coloredBg:hover:after {
  border-color: #1c8073
}

.colorYellow .inquiryBox .coloredTxt,.colorYellow .inquiryBox .coloredBg:hover {
  background: #fff;
  color: #d28000
}

.colorYellow .inquiryBox .coloredTxt:hover,.colorYellow .inquiryBox .coloredBg {
  background: #d28000;
  color: #fff
}

.colorYellow .inquiryBox .coloredTxt::after,.colorYellow .inquiryBox .coloredBg:hover:after {
  border-color: #d28000
}

.colorPink .inquiryBox .coloredTxt,.colorPink .inquiryBox .coloredBg:hover {
  background: #fff;
  color: #db387b
}

.colorPink .inquiryBox .coloredTxt:hover,.colorPink .inquiryBox .coloredBg {
  background: #db387b;
  color: #fff
}

.colorPink .inquiryBox .coloredTxt::after,.colorPink .inquiryBox .coloredBg:hover:after {
  border-color: #db387b
}

.colorRed .inquiryBox .coloredTxt,.colorRed .inquiryBox .coloredBg:hover {
  background: #fff;
  color: #ad1b30
}

.colorRed .inquiryBox .coloredTxt:hover,.colorRed .inquiryBox .coloredBg {
  background: #ad1b30;
  color: #fff
}

.colorRed .inquiryBox .coloredTxt::after,.colorRed .inquiryBox .coloredBg:hover:after {
  border-color: #ad1b30
}

.colorGreen .inquiryBox .coloredBg::after,.colorGreen .inquiryBox .coloredTxt:hover:after,.colorYellow .inquiryBox .coloredBg::after,.colorYellow .inquiryBox .coloredTxt:hover:after,.colorPink .inquiryBox .coloredBg::after,.colorPink .inquiryBox .coloredTxt:hover:after,.colorRed .inquiryBox .coloredBg::after,.colorRed .inquiryBox .coloredTxt:hover:after {
  border-color: #fff
}

.otherAssess {
  margin: 0 -200%;
  /*background-color: #faf3f3*/
}

.otherAssess .container {
  padding: 40px 20px 10px
}

.oA_tag {
  display: inline-block;
  padding: 0 1em;
  border: 1px solid #333;
  border-radius: 1em;
  font-size: 16px;
  font-weight: 700
}

.oA_heading {
  font-size: 23px;
  margin-bottom: 20px;
}

.oA_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.oA_listItem {
  width: 49%;
  margin-bottom: 16px
}

.oA_listItem&gt;a {
  position: relative;
  display: flex;
  padding: 16px 32px 16px 24px;
  height: 100%;
  border-radius: 16px;
  background: #fff;
  transition: .3s
}

.oA_listItem&gt;a:hover {
  opacity: .7
}

.oA_listItem-small&gt;a {
  padding: 8px 42px 8px 24px
}

.oA_listItem&gt;a::after {
  content: "";
  position: absolute;
  top: 47%;
  bottom: 53%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 4px solid #333;
  border-right: 4px solid #333;
  transform: rotate(45deg)
}

.oA_lI_img {
  margin-right: 15px;
  flex-shrink: 0
}

.oA_lI_txt {
  font-size: 20px;
  font-weight: 700;
  color: #333
}

.oA_listItem-small .oA_lI_txt {
  font-size: 18px;
  display: flex;
  justify-content: center;
  flex-direction: column
}

.oA_lI_txt small {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2
}

.oA__line2 {
  min-height: 2.5em
}

.sS_scene {
  counter-reset: sceneNo
}

.sS_scene&gt;dt {
  position: relative;
  margin-bottom: 6px;
  padding-left: 1em;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4
}

.sS_scene&gt;dt::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  counter-increment: sceneNo;
  content: counter(sceneNo) "."
}

.sS_scene&gt;dd {
  margin-bottom: 32px;
  line-height: 1.4
}

.iS_middle2 {
}

.iS_middle2-posRel {
  position: relative;
  padding-right: 350px
}

.iS_m2_TRimg {
  position: absolute;
  top: 0;
  right: 0
}

.iS_m2_heading {
  padding-left: .5em;
  border-left-width: 5px;
  border-left-style: solid;
  font-size: 20px;
  line-height: 1.2
}

.colorGreen .iS_m2_heading {
  border-color: #1c8073
}

.colorYellow .iS_m2_heading {
  border-color: #d28000
}

.colorPink .iS_m2_heading {
  border-color: #db387b
}

.colorRed .iS_m2_heading {
  border-color: #ad1b30
}

.iS_program dt {
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 700
}

.iS_program dd+dt {
  margin-top: 8px
}

.iS_program_workList {
  margin: 18px 0;
  padding: 1em 1.5em;
  border: 2px solid #ccc;
  counter-reset: workList
}

.iS_program_workList&gt;li {
  position: relative;
  display: block;
  padding-left: 2em
}

.iS_program_workList&gt;li::before {
  counter-increment: workList;
  content: "(" counter(workList) ")";
  position: absolute;
  left: 0
}

.iS_consulFlow {
}

.cF_caption {
  font-size: 14px
}

.cF_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 16px;
  counter-reset: consulFlow
}

.cF_listItem {
  position: relative;
  display: block;
  padding: 28px 18px 16px;
  width: 23%;
  background: #faf3f3;
  counter-increment: consulFlow
}

.cF_listItem::after {
  position: absolute;
  padding: .125em .75em;
  top: -1em;
  left: 0;
  display: block;
  min-width: 6em;
  content: attr(data-label);
  color: #fff;
  background: #444;
  font-size: 15px;
  font-weight: 700;
  text-align: center
}

.cF_listItem+.cF_listItem::before {
  position: absolute;
  content: url(../../../../resource/img/consulting/assessment2020/icon_rightarrow.png);
  top: 45%;
  bottom: 55%;
  left: -32px
}

.cF_lI_def {
}

.cF_lI_def&gt;dt {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  min-height: 2.2em;
  margin-bottom: .6em
}

.cF_lI_def&gt;dt::before {
  content: counter(consulFlow) ".";
  display: block;
  flex-shrink: 0;
  width: 1.4em;
  font-family: montserrat,sans-serif;
  color: #ad1b30
}

.cF_lI_def&gt;dd {
  line-height: 1.5
}

.iS_coreSolution {
  padding: 16px 32px;
  border: 2px solid #ccc
}

.cS_ttl {
  font-size: 20px;
  font-weight: 700
}

.cS_ttl .fa {
  font-weight: 700;
  display: inline-block;
  margin-right: .25em
}

.cS_list {
}

.cS_listItem+.cS_listItem {
  margin-top: 6px
}

#consulting .sS_headingNumber {
  font-size: 22px
}

.consulLinkTxt {
  position: relative;
  display: inline-block;
  margin-right: .75em;
  font-weight: 700;
  color: #006e96
}

.consulLinkTxt:hover {
  color: #052674;
  text-decoration: underline
}

.consulLinkTxt::after {
  content: "";
  position: absolute;
  top: 45%;
  bottom: 55%;
  right: -.75em;
  display: block;
  width: .3em;
  height: .3em;
  border-top: 3px solid #006e96;
  border-right: 3px solid #006e96;
  transform: rotate(45deg);
  transform-origin: 75% 0%
}

.consulLinkTxt:hover:after {
  border-color: #052674
}

.sS_imgBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 36px
}

.sS_iB_img {
  width: 175px
}

.sS_iB_txt {
  width: calc(100% - 210px)
}

.sS_iB_txt .consulLinkTxt {
  font-size: 20px
}

.wrapper .mb30 {
  margin-bottom: 30px!important
}

.wrapper .mb50 {
  margin-bottom: 75px!important
}

.u_col1 {
  width: 8.333%
}

.u_col2 {
  width: 16.667%
}

.u_col2point5 {
  width: 20%;
}

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

@media screen and (max-width: 768px) {
  div#base,div#cont {
      overflow: hidden;
      width:100%
  }

  .wrapper .mb30 {
      margin-bottom:30px!important
  }

  .wrapper .mb50 {
      margin-bottom: 50px!important
  }

  .topHeader h1 {
      margin-left: -2.5%;
      width: 100vw;
      height: 29.296875vw;
      /*background: top center/contain no-repeat url("../../../../resource/img/consulting/assessment2020/__sm_topimg-s_assessment-3.jpg")*/
      background: top center/contain no-repeat url("../../../../resource/img/consulting/assessment2020/__ie__ins_topimg-s_assessment.jpg")
  }

  .topHeader h1 img {
      display: none
  }

  .tH_txtBox {
      position: static;
      margin-top: 20px;
      margin-left: 0px;
      padding-left: 0;
  }

  .tH_txtBox p {
      margin: 0 auto;
      max-width: 100%;
      letter-spacing: .05em
  }
  .tH_txtBox_br{
      display: none;
  }

  .tH_txtBox p:nth-of-type(3) {
      margin-top: 5px;
  }
  .leadingDiv {
    display: block
}
.leadingLeft,.leadingRight {
  width: 100%
}
.leadingLeft {
  padding-right: 0;
  padding-bottom: 30px;
}

  .lL_ttl {
      line-height: 1
  }

  .leadingRight {
      min-width: 230px
  }

  .container {
      width: 100%
  }

  .serviceNav {
      width: auto;
      margin: 0 auto;
      /* padding: 20px 10% */
  }

  .sN_heading {
      /* text-align: center; */
      align-items: start;
      flex-direction: column;
      gap: 5px;
  }

  .sN_list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap
  }

  .sN_list::after {
      display: none
  }

  .sN_listItem {
      float: none;
      width: 48%;
      position: relative
  }

  .sN_listItem:nth-child(2) {
      margin: 0 0 20px
  }

  .sN_listItem:nth-child(3) {
      margin-bottom: 0
  }

  .sN_listItem-large {
      margin-bottom: 20px
  }

  .sN_listItem-large&gt;a,.sN_listItem-small&gt;a {
      height: 100%;
      padding-bottom: 55px
  }

  .sN_lI_flex {
      display: block
  }

  .sN_listItem-small .sN__ttl {
      margin: 0 auto;
      width: 80%;
      text-align: center
  }

  .sN_listItem-large .sN__img,.sN_listItem-small .sN__img {
      text-align: center;
      width: 100%;
      height: 135px;
      padding: 20px 32px
  }

  .sN_listItem-large .sN__img img,.sN_listItem-small .sN__img img {
      width: auto;
      height: 100%
  }

  .sN_listItem-large .sN__recTtl {
      margin: 6px 0 12px
  }

  .sN__ttlNo {
      display: block;
      position: absolute;
      top: 5px;
      left: 5px
  }

  .sN_inquiry {
      flex-direction: column
  }

  .sN_inqLeft {
      width: 100%;
      text-align: center;
      margin-bottom: 1em
  }

  .sN__arrow {
      display: none
  }

  .sN_inqRight {
      margin-bottom: 20px
  }

  .sectionHdr img {
      max-width: 140px;
      margin-left: 15px
  }

  .iS_recommendList {
      justify-content: space-around
  }

  .iS_rL_item {
      width: 48%;
      max-width: 312px;
      margin-bottom: 15px
  }

  .iS_rL__dt {
      min-height: 11.5em
  }

  .iS_rL-giraffe .iS_rL__dt {
      min-height: 17.5em
  }

  .box2Col {
      flex-direction: column
  }

  .box2Col-left,.box2Col-right {
      width: 100%
  }

  .box2Col-left {
      margin-bottom: 20px;
      text-align: center
  }

  .otherAssess {
      width: auto;
      margin: 0 auto;
      padding: 20px 10% 0;
  }
  .otherAssess  + .otherAssess {
    padding-top: 0;
  }
  .otherAssess .container {
      padding: 20px 0
  }

  .oA_list {
      justify-content: space-around;
      margin: 0 -2%
  }

  .oA_listItem {
      width: 95%;
      margin-bottom: 2.5%
  }

  .oA_lI_img {
      flex-shrink: 1
  }

  .iS_middle2-posRel {
      padding-right: 0
  }

  .iS_m2_TRimg {
      position: static;
      float: right;
      margin-left: 15px;
      width: 250px
  }

  .cF_list {
      justify-content: flex-start
  }

  .cF_listItem {
      width: 45%
  }

  .cF_listItem+.cF_listItem {
      margin-left: 5%
  }

  .cF_listItem+.cF_listItem::before {
      left: -12%
  }

  .cF_listItem:nth-child(n+3) {
      margin-top: 25px
  }
}

@media screen and (max-width: 599px) {
  div#base,div#cont {
      overflow: hidden;
      width:100%
  }

  .wrapper {
      font-size: 15px
  }

  .fs18 {
      font-size: 16px!important
  }

  .wrapper section.container {
      margin-top: -40px;
      padding-top: 40px
  }
  .wrapper .colorYellow section.container {
      margin-top: -40px;
      padding-top: 20px
  }

  .tH_txtBox p {
      font-size: 16px
  }

  /*.tH_txtBox p::first-letter {
      font-size: 24px;
      color: #1c8073
  }*/

  .lL_ttl {
      font-size: 24px
  }

  .lL_ttl&gt;small {
      font-size: 18px
  }

  .lL_sub {
      font-size: 21px
  }

  .lL_txt {
      font-size: 16px;
      margin-bottom: 8px
  }

  .lR_ttl strong {
      font-size: 16px
  }

  .lR_txt {
      font-size: 14px
  }

  .sN_heading {
      font-size: 24px
  }

  .sN_headingNumber {
      font-size: 30px
  }

  .sN_list {
      justify-content: center
  }

  .sN_listItem {
      width: 95%
  }

  .sN_listItem:nth-child(3) {
      margin-bottom: 20px
  }

  .sN_listItem .sN__img {
      height: 80px;
      padding: 15px 60px
  }

  .sN__ttl {
      font-size: 18px
  }

  .sN__txt,.sN__recListItem {
      font-size: 15px
  }

  .sN__separator {
      margin-bottom: 10px;
      padding-bottom: 24px
  }

  .sN__separator::after {
      font-size: 10px
  }

  .sN__forDetail {
      font-size: 18px
  }

  .sN_inqLeft {
      font-size: 18px;
      text-align: left
  }

  .sN_inqRight&gt;a {
      font-size: 20px
  }

  .sectionHdr h2 {
      position: relative;
      justify-content: center;
      flex-wrap: wrap;
      text-align: center;
      padding-top: 30px
  }

  .sH_headingNumber {
      position: absolute;
      top: -25px;
      left: 0;
      font-size: 40px
  }

  .sH_ttl {
      display: block;
      width: 9em;
      font-size: 30px;
      margin-bottom: 8px;
      line-height: 1.2
  }

  .sH_ttl&gt;small {
      position: absolute;
      display: block;
      width: 100%;
      top: 1px;
      left: 0;
      font-size: 18px
  }

  .innerSection header h3 {
      font-size: 20px;
      line-height: 1.2
  }

  .iS_rL_item {
      margin-bottom: 30px;
      width: 75%;
      min-width: 312px;
      max-width: none
  }

  .iS_rL__dt,.iS_rL-giraffe .iS_rL__dt {
      margin-bottom: 45px;
      min-height: auto;
      font-size: 16px
  }

  .iS_rL__dt::after {
      bottom: -45px
  }

  .iS_rL__ddTxt,.iS_rL-giraffe .iS_rL__ddTxt {
      width: 100%;
      font-size: 18px
  }

  .smallSection .sS_heading {
      font-size: 18px
  }

  .iS_m_heading {
      font-size: 18px
  }

  .personalResult-triangle {
      transform: scale(.8)
  }

  .inquiryBox {
  }

  .iB-left {
      margin-bottom: 20px
  }

  .iB-left,.iB-right {
      width: 100%
  }

  .iB-left a,.iB-right a {
      font-size: 18px;
      padding: .5em 1.25em .5em .75em
  }

  .iB-left a::after,.iB-right a::after {
      right: 10px
  }

  .inquiryBox strong {
      font-size: 21px
  }

  .inquiryBox small {
      font-size: 14px
  }

  .oA_tag {
      font-size: 15px
  }

  .oA_heading {
      font-size: 21px
  }

  .oA_listItem {
      width: 95%;
      margin-bottom: 2.5%
  }

  .oA_lI_img {
      max-width: 100px;
      width: 25%;
      flex-shrink: 0
  }

  .oA_lI_txt {
      font-size: 18px
  }

  .oA_lI_txt small {
      font-size: 13px
  }

  .iS_m2_TRimg {
      float: none;
      margin: 0 auto
  }

  .cF_list {
      justify-content: center
  }

  .cF_listItem {
      width: 95%;
      margin-bottom: 30px;
      padding: 20px 18px 16px
  }

  .cF_listItem+.cF_listItem {
      margin: 0 0 30px
  }

  .cF_listItem+.cF_listItem::before {
      top: -30px;
      bottom: auto;
      left: calc(50% - 19px);
      transform: rotate(90deg)
  }

  .cF_lI_def&gt;dt {
      font-size: 18px;
      margin-bottom: .3em
  }

  .cF_lI_def&gt;dt&gt;br {
      display: none
  }

  .cF_listItem::after {
      font-size: 14px
  }

  .sS_imgBox {
      flex-direction: column;
      padding: 0
  }

  .sS_iB_img {
      margin: 0 auto 15px
  }

  .sS_iB_txt {
      width: 100%
  }

  .iS_coreSolution {
      padding: 16px 8px
  }

  .consulLinkTxt {
      line-height: 1.2
  }

  .sS_iB_txt .consulLinkTxt {
      font-size: 18px
  }

  .cS_ttl {
      font-size: 18px
  }
}

@media screen and (max-width: 320px) {
  .sN_inqRight {
      width:98%
  }
}

.u_inBlk {
  display: inline-block
}

/* 20220513 新規追加分 */

.l_grid {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.l_grid__item {
  display: flex;
}

.l_grid__inner {
  display: block;
  width: 100%;
}

.l_grid--hasGutter {
  margin: -12px
}

.l_grid--hasGutter&gt;.l_grid__item {
  padding: 12px
}

.bx-wrapper{
  margin: 0 auto;
}

.sN_box_wrap{

}

.sN_box_inner{
  display: flex;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
}

.sN_box{

}

.sN_box__ttl_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 100%;
  text-align: center;
}
.sN_box__ttl{
  color: inherit;
}
.sN_box__price_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 100%;
  text-align: center;
  border-left: 3px solid #CCC;
  border-bottom: 3px solid #ccc;
  border-right: 3px solid #ccc;
}

.sN_box__ttl_wrap--assessment_young{ background: #CB9C01; color: #fff; }
.sN_box__ttl_wrap--assessment_young_price{ color: #000; }
.sN_box__ttl_wrap--assessment_mid{ background: #306780; color: #fff; }
.sN_box__ttl_wrap--assessment_mid_price{ color: #000; }
.sN_box__ttl_wrap--assessment_veteran{ background: #a40000; color: #fff; }
.sN_box__ttl_wrap--assessment_veteran_price{ color: #000; }
.sN_box__ttl_wrap--assessment_beginner_manager{ background: #308072; color: #fff; }
.sN_box__ttl_wrap--assessment_beginner_manager_price{ color: #000; }
.sN_box__ttl_wrap--assessment_manager{ background: #803060; color: #fff; }
.sN_box__ttl_wrap--assessment_manager_price{ color: #000; }

.sN_box__ttl_wrap--giraffe_ttl{ background: #D28000; color: #fff;}
.sN_box__ttl_wrap--giraffe_price{ background: #FAF2E5; color: #000; }

.sN_box__text_wrap{
  margin-top: 24px;
}
.sN_box__text--attention{
  font-size: 13px;
  color: #666666;
}

.sN_box__text--red{
  color: #EA3636;
  font-weight: bold;
}

.sN_box__application_wrap{
  display: flex;
  justify-content: center;
  bottom: 20px;
}

.sN_box__application_inner{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EA3636;
  color: #fff;
  border-radius: 5px;
  height: 46px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 5px 5px 5px rgba(0,0,0,.25);
}

.sN_box__application_inner:hover{
  color: #EA3636;
  background: #fff;
  border: 3px solid #EA3636;
}


.sN_box__application{
  color: inherit;
}

.sN_box_regular_prcie_wrap{
  margin-bottom: 12px;
}
.sN_box_regular_prcie{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
}

.sN_box_regular_prcie--nocenter{
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}

.sN_box_regular_prcie__ttl{
  color: #D28000;
}
.sN_box_regular_prcie__price{
  padding-left: 10px;
}
.sN_box_regular_prcie__unit{
  font-size: 20px;
}

.m_plan{
  font-weight: bold;
}
.m_plan__head_wrap{
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.m_plan__head_item{
  vertical-align: middle;
}
.m_plan__body_wrap{}
.m_plan__body{}
.m_plan__body_item{}
.m_plan .m_plan__head_item{
  border:1px solid #fff;
  border-collapse: collapse;
}
.m_plan, .m_plan td{
  border-collapse: collapse;
  padding: 5px 5px 5px 15px;
  border-right: 2px solid #ccc;
  border-left: 2px solid #ccc;
}

.m_plan:last-child{
  border-bottom: 2px solid #ccc;
}

/* giraffe */
.m_plan--giraffe{}
.m_plan__head--giraffe{}
.m_plan__head_item--giraffe{}
.m_plan__head_wrap--giraffe{
  text-align: center;
  background: #D28000;
}
.m_plan__head_wrap--giraffe{}
.m_giraffe_plan__head{}

/* ストレスチェック */
.m_plan--stresscheck{}
.m_plan__head_wrap--stresscheck{
  background: #DB387B;

}
.m_plan__head--stresscheck{}
.m_plan__head_item--stresscheck{}
.m_plan__body_wrap--stresscheck{}
.m_plan__body_wrap--stresscheck tr:nth-child(2n){
  background: #FFDCEB;
}
.m_plan__body--stresscheck{}
.m_plan__body_item--stresscheck{}

.m_giraffe_plan__body_wrap{}
.m_giraffe_plan__body_wrap tr:nth-child(2n){
  background: #FAF2E5;
}
.m_giraffe_plan__body{}
.m_giraffe_plan__body_item{}
.m_plan__body_item--plan{
  padding-left: 10px;
}
.m_plan__body_item--price{
  text-align: right;
  font-size: 12px;
}

.m_plan__body_item--num_wrap{
  padding-right: 5px;
}

.m_plan__body_item--num{
  font-size: 18px;
}
.m_plan__body_item--point{
  text-align: right;
}
.m_plan__body_item--text{
  text-align: center;
}
.m_panel__category {
  padding-top: 35px;
}
.m_panel__category + .m_panel__category{
padding-top: 75px;
}

.m_panel__category_ttl{
margin:auto;
width: 980px;
padding-left: 50px;
position:relative;
font-size: 24px;
color: #1C8073;
font-weight: bold;
text-indent: -35px;
}
.m_panel__category_ttl:before{
top: 6px;
left: 0;
content: "";
background: url("/resource/img/consulting/assessment2020/icon_header-hexagon.png");
background-repeat: no-repeat;
background-size: contain;
width: 30px;
height: 30px;
display: inline-block;
position:relative;
}

.m_panel__wrap{
margin: 0 auto;
justify-content: center;
}
.m_panel__wrap:before{
content:"";
display: block;
margin: 10px;
width: 31%;
order: 1;
}
.m_panel__wrap:after{
content:"";
display: block;
margin: 10px;
width: 31%;
order: 2;
}

.m_panel_item__inr {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 12px;
  padding: 22px;
}

.m_panel__link{
  display: grid;
  /*grid-template-rows: auto auto 1fr;*/
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 12px;
color: #333;
transition: .3s;
/*height: 100%;*/
padding: 22px;
}

.m_panel__link:hover{
opacity: .6;
}

.m_panel__inner{
  margin: 0 auto;
  width: 980px;
}

.m_panel__item{
display: grid;
grid-template-rows: auto 1fr;
background: #fff;
margin: 10px;
box-shadow: 2px 2px 7px 0px rgba(0,0,0,.25);
overflow: hidden;
width: 31%;
}
.m_panel__ttl_wrap {
  height: fit-content;
  margin-bottom: 5px;
}

.m_panel__ttl__img{
  display: flex;
  justify-content: center;
  max-width: 300px;
}

.m_panel__ttl__img&gt;img{
  width: 100%;
}

.m_panel__ttl{
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding: 0px 22px;
  height: 60px;
}

/* .m_panel__body{
  padding: 0px 22px 22px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 12px;
} */
.m_panel__copy{
  font-size: 15px;
  font-weight: 500;
  min-height: 70px;
  letter-spacing: -1px !important;

}

.m_panel__price_table{
  border-collapse: separate;
  min-height: 125px;
  margin: 0 auto;
}
.m_panel__price_table_body{}
.m_panel__price_table_row{}
.m_panel__price_table_head{
  background: #00479d;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 5px 0px;
  width: 80px;
}

.m_panel__price_table_head--first, .m_panel__price_table_head--second{
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.m_panel__price_table_head--second{
  min-height: 100px;
}


.m_panel__price_table_head--third{
  border-right: 2px solid #fff;
}

.m_panel__price_table_value{
  width: 170px;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}
.m_panel__price_table_value--quote{
  border: 1px solid #333;
  text-align: left;
  height: 125px;
  font-size: 14px;
}


.m_panel__price--strength{
  font-weight: bold;
}

.m_panel__price_table_value--first{
  height: 20px;
  border-top: 1px solid #333;
  border-bottom: 1px dashed #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}

.m_panel__price_table_value--second{
  height: 20px;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px dashed #333;
}

.m_panel__price_table_value--third{
  height: 20px;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}


.m_panel__price_table_initial_cost{}
.m_panel__price_table_attention{
  font-size: 12px;
}

.m_panel__price_table_plan_wrap{
  width: 100%;
}
.m_panel__price_table_plan{
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: bold;
}
.m_panel__price_table_price{
  width: 80px;
  text-align: right;
}
.m_panel__price_table_unit{
  text-align: right;
  width: 85px;
}

.m_panel__price_table_questions_wrap{
  width: 100%;
}
.m_panel__price_table_questions{
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.m_panel__price_table_questions_unit{
  text-align: right;
  width: 85px;
}
.m_panel__price_table_questions_num{
  text-align: center;
  width: 80px;
}

.m_panel__detail{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-right: 16px;
  padding: 8px;
  text-align: center;
  margin: 24px 0px 20px;
  padding: 12px;
  cursor: pointer;
  height: 46px;
  box-shadow: 5px 5px 5px rgba(0,0,0,.25);
  background: #FFDE48;
}

.m_panel__detail:hover{
  box-shadow: initial;
  text-decoration: underline;
}

.m_panel__detail--nolink{
  cursor: initial;
  box-shadow: initial;
  background: #707070;
  color: #fff;
}

.m_panel__detail--nolink:hover{
  text-decoration: initial;
}


.m_panel__annotation_text_wrap{
  width: 980px;
  margin: 0px auto;
  margin-top: 24px;
  padding: 0px 24px;
}
.m_panel__annotation_text{
  font-size: 14px;
  color: #666666;
  text-indent: -1em;
  padding-left: 1em;
}

.m_representative_text{
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
}
.m_representative_text__strength{
  font-size: 48px;
}

@media screen and (max-width: 768px) {
  .m_plan {
      border-width: 0;
  }
  .m_plan thead{
      display: none;
  }
  .m_plan tr {
      width: 100%;
  }
  .m_plan td:first-child {
      justify-content: center;
      font-size: 16px;
  }
  .m_plan td {
      align-items: center;
      border-width: 1px 0 0;
      display: flex;
      justify-content: space-between;
      width: 100%;
  }
  .m_plan td::before{
      content: attr(data-label);
      font-size: 14px;
      font-weight: 700;
      margin-right: 10px;
  }

  .m_plan__body_wrap--stresscheck tr:nth-child(2n){
      background: unset;
  }

  .m_giraffe_plan__body_wrap tr:nth-child(2n){
      background: unset;
  }

  .m_giraffe_plan__body_item.m_plan__body_item--plan{
      background: #D28000;
      color: #fff;
  }
  .m_plan__body_item--plan.m_plan__body_item--stresscheck{
      background: #DB387B;
      color: #fff;
  }

  .m_panel__category_ttl{
      width: initial;
      padding-left: 45px;
      font-size: 20px;
  }
  .m_panel__wrap{
      width: initial;
  }
  .m_panel__item{
    width: 100%;
  }
  .m_panel__annotation_text_wrap{
      width: 100%;
  }
  .m_panel__ttl__img{
    margin: 22px auto 0;
  }
}
@media screen and (max-width: 599px) {
  .m_panel_slider__detail_link{
      margin: 100px 10px 10px 10px;
  }
}
.sideNav{
width: 220px;
padding:0 10px 10px;
pointer-events: all;
background-color: #fff;
}
@media screen and (max-width: 768px) {
.sideNav{
  display:none;
}
}
.m_commonFtInquiryAdjust{
width:980px;
margin-left: 240px;
text-align: center;
}
@media screen and (max-width: 768px) {
.m_commonFtInquiryAdjust{
  width:auto;
  margin-left: 0;
  text-align: center;
}
}
.social_button{
width:980px;
margin-left: auto;
}
@media screen and (max-width: 768px) {
.social_button{
  width:auto;
  margin-left: 0;
}
}

/*
  お知らせボックス
================================*/
.newsBox{
width: 90%;
margin: auto;
margin-top: 30px;
}
.m_newsBox__ttl{
font-weight: bold;
font-size: 20px;
border-bottom: 1px solid #ccc;
margin-bottom: 15px;
}
.m_newsBox__body{
max-height: 180px;
overflow: auto;
}
.m_newsBox__body a{
color: #333;
}
.m_newsList {
font-weight: bold;
}
.m_newsList &gt; *:last-child { margin-bottom: 0; }

.m_newsList__item {
margin-bottom: 3px; 
border-bottom: 1px dashed #ccc;
padding: 5px 0;
font-size: 14px;
}
.m_newsList__item:last-of-type {
margin-bottom: 3px; 
border-bottom: none;
}

.m_newsList__container {
display: flex;
}
.m_newsList__container &gt; *:last-child { margin-bottom: 0; }

.m_newsList__date {
flex: 0 0 auto;
margin-right: 30px;
color: #d66c00;
}

.m_newsList__contents {
flex: 0 1 auto;
margin-bottom: 10px;
margin-right: 15px;
}

.m_newsList__text {}

.m_newsList__link {
color: currentColor;
display: inline-block;
letter-spacing: 0;
line-height: 1.5;
text-decoration: none;
}

.m_newsList__link:hover {
text-decoration: underline;
}
@media screen and (max-width: 599px){
.newsBox{
  width: 100%;
}
.m_newsBox__ttl{
font-size: 20px;
}
.m_newsBox__body{
  font-size: 16px;
  max-height: 300px;
}
.m_newsList__item:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.m_newsList__container { display: block; }
.m_newsList__contents {
  flex: 0 1 auto;
  margin-bottom: 10px;
  margin-right: 0px;
}
}


/* アセスメントトップページ改修　新規追加 */

/*
  アンカーリンク
================================*/
.anchorLinkBox {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
  margin-top: 50px;
}
.anchorLink {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 55px;
  font-size: 1.4rem;
  font-weight: bold;
  border: 1px solid #1C8073;
  border-radius: 5px;
  letter-spacing: -0.02em;
  padding: 9px 18px;
  color: #000000;
  transition: .3s;
}
.anchorLink::before,.anchorLink::after {
  position: absolute;
  content: '';
  bottom: 0;
  margin-block: auto;
}
.anchorLink::before {
  top: 0;
  right: 18px;
  background-color: #1C8073;
  border-radius: 100%;
  width: 18px;
  height: 18px;
}
.anchorLink::after {
  top: -3px;
  right: 24px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  rotate: 135deg;
  width: 5px;
  height: 5px;
}
.anchorLink:hover {
  opacity: .7;
}

.problem_box {
  width: 936px;
  border: 1px solid #1B8073;
  border-radius: 5px;
  margin-inline: auto;
  margin-top: 30px;
}
.problem_head {
  position: relative;
  padding: 10px 60px;
  background-color: #1B8073;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
}
.problem_head::before {
  content: '';
  position: absolute;
  background-image: url(/resource/img/consulting/assessment2020/ic_prolem.png);
  background-position: center;
  background-size: contain;
  left: 15px;
  top: 0;
  bottom: 0;
  margin-block: auto;
  width: 29px;
  height: 32px;
}
.problem_txt_wrap {
  padding: 12px 15px;
}
.problem_txt {
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}
.m_panel_wide__wrap {
  width: 936px;
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-template-rows: 150px auto auto;
  column-gap: 60px;
  row-gap: 30px;
  margin-inline: auto;
}
.m_panel_wide__wrap:has(.m_panel_wide_btn__wrap) {
  row-gap: 20px;
}
.m_panel_category__head {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  color: #1C8073;
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
  border-bottom: 1px solid #C1C1C1;
}
.m_panel_category_head__inr {
  display: flex;
  gap: 10px;
}
.m_panel_category_head__inr span {
  height: 30px;
  width: 30px;
  flex-shrink: 0;
  margin-top: .25em;
}
.m_panel_category_head__inr img{
  vertical-align: top;
}
.m_panel_category__head p {
  color: #000;
  display: flex;
  gap: 10px;
}
.m_panel_category__head .m_panel_category_head__note {
  font-size: 1.5rem;
  gap: 0;
}
.m_panel_wide__img {
  grid-row: 1/2;
  grid-column: 1/2;
}
.m_panel_wide__img img {
  width: 100%;
  height: 150px;
}
.m_panel_wide__txt {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 1.6rem;
  font-weight: bold;
}
.m_panel_wide_btn__wrap {
  grid-row: 3/4;
  grid-column: 1/2;
}
.m_panel_wide__btn {
  position: relative;
  width: 100%;
  background-color: #1C8073;
  border-radius: 10px;
  transition: .3s;
}
.m_panel_wide__wrap:not(.m_panel_wide_btn__wrap) .m_panel_wide__btn {
  grid-row: 3/4;
  grid-column: 1/2;
}
.m_panel_wide__btn.bg_red {
  background-color: #c33439;
}
.m_panel_wide__btn a {
  height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}
.m_panel_wide__btn::before {
  position: absolute;
  content: '';
  right: 20px;
  top: 0;
  bottom: 0;
  margin-block: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  rotate: 45deg;
}
.m_panel_wide__btn:hover {
  opacity: .6;
}
.m_panel_wide__wrap + .m_panel_wide__wrap {
  margin-top: 40px;
}
.m_panel_wide__wrap .m_panel__price_table {
  grid-row: 1/5;
  grid-column: 2/3;
}
.m_panel_wide__wrap .m_panel__price_table_row {
  min-height: 40px;
}
.m_panel_wide__wrap .m_panel__price_table_head,.m_panel_wide__wrap .m_panel__price_table_value {
  padding: 9px 15px;
  text-align: left;
  font-size: 1.5rem;
}
.m_panel_wide__wrap .m_panel__price_table_head {
  width: 158px;
  max-height: 161px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.m_panel_wide__wrap .m_panel__price_table_row:last-child .m_panel__price_table_head {
  border-bottom: none;
}
.m_panel_wide__wrap .m_panel__price_table_value {
  width: 416px;
  border-inline: 1px solid #333;
  border-bottom: 1px dashed #333;
}
.m_panel_wide__wrap .m_panel__price_table_row:first-child .m_panel__price_table_value {
  border-top: 1px solid #333;
}
.m_panel_wide__wrap .m_panel__price_table_row:last-child .m_panel__price_table_value {
  border-bottom: 1px solid #333;
}
.m_panel_wide__wrap .m_panel__price_table_value__txt {
  display: flex;
  gap: 7px
}
.m_panel__price_table_value__txt .indent_ex {
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .anchorLinkBox {
    grid-template-columns: repeat(2,1fr);
  }
  .problem_box {
    width: 100%;
  }
  .m_panel_wide__wrap {
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .m_panel_wide__img {
    grid-column: 1/1;
    margin-inline: auto;
  }
  .m_panel_wide__img img {
    width: 300px;
  }
  .m_panel_wide__txt {
    grid-row: 2/3;
    grid-column: 1/1;
  }
  .m_panel_wide_btn__wrap {
    grid-row: 4/5;
    grid-column: 1/1;
  }
  .m_panel_wide__wrap:not(.m_panel_wide_btn__wrap) .m_panel_wide__btn {
    grid-row: 4/5;
    grid-column: 1/1;
  }
  .m_panel_wide__wrap + .m_panel_wide__wrap {
    margin-top: 80px;
  }
  .m_panel_wide__wrap .m_panel__price_table {
    grid-row: 3/4;
    grid-column: 1/1;
  }
  .m_panel_category__head {
    font-size: 2.4rem;
  }
  .m_panel_category_head__inr span {
    margin-top: 0.3em;
  }
  .problem_txt {
    font-size: 1.6rem;
  }
}

@media (max-width: 599px) {
  .anchorLinkBox {
    grid-template-columns: repeat(1,1fr);
  }
}


/* ----------
utility
---------- */
/* 表示 */
.u_block{
  display: block;
}

/* フォントサイズ */
.u_fs12{
  font-size: 12px;
}

/* 文字寄せ */
.u_taL{
  text-align: left;
}

/* インデント調整 */
.u_indent{
  padding-left: 1em;
  text-indent: -1em;
}
</pre></body></html>