/*------------------------------
 ▼共通デザイン
 -------------------------------*/

/*各ページメインヴィジュアル*/
.hero_area {
    position: relative;
    background: #8CB542;
    overflow: hidden;
    }
#trendAndCounter .hero_area {
    background: #DBA014;
  }
#profile .hero_area {
  background: #7CACC3;
}
.hero_area_inner {
    position: relative;
    font-size: 1.8rem;
    padding: 20px 5%;
}
.hero_area_inner .icon_ribbon {
  position: absolute;
  top: 0;
  left: 0;
}
.hero_title {
    background:url('../images/h_title_shoulder.png');
    background-size: 103px 26px;
    background-repeat: no-repeat;
    background-position: top 0px left 15px;
    padding: 35px 15px 20px;
    font-size: 2.6rem;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 1.2;
}
.hero_title span {
  font-size: 22px;
}
#profile .hero_title {
  background:none;
  padding: 20px 15px 20px;
}

#trendAndCounter .hero_title {
  background-position: top 0px left 30px;
}
.hero_title .tit_small {
  font-size: 1.8rem;
}
.hero_txt {
    font-size: 1.8rem;
    line-height: 1.8;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 4%;
}
.hero_img{
    position: absolute;
    top: 13px;
    right: 0px;
    width: 170px;
    height: 93px;
}
.hero_img02{
    position: absolute;
    top: 6px;
    right: -20px;
    width: 240px;
    height: auto;
}
.hero_img03{
  position: absolute;
  top: 13px;
  right: -82px;
  width: 250px;
  height: auto;
}

@media screen and (min-width: 768px) {
  .hero_title {
    background-size: 120px auto;
    background-position: top 0px center;
    padding: 40px 15px 20px;
    font-size: 3rem;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
  }
  #trendAndCounter .hero_title {
    background-position: top 0px center;
  }
  .hero_area_inner .icon_ribbon {
    left: 280px;
  }
  .hero_title .tit_small {
    font-size: 2rem;
  }
  .hero_img{
    position: absolute;
    top: 7px;
    right: 27px;
    width: 210px;
    height: auto;
  }
  .hero_img02{
    position: absolute;
    top: 7px;
    right: -23px;
    width: 272px;
    height: auto;
  }
  .hero_img03{
    position: absolute;
    top: 7px;
    right: -35px;
    width: 234px;
    height: auto;
  }
}

/*それぞれの記事のブロック*/
.article_area {
    margin-top: 60px;
    /*font-size: 1.8rem;*/
    line-height: 1.8;
}
.article_title {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.6;
    color: #FFFFFF;
    background: #8CB542;
    width: 250px;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto 20px;
}

/*------------------------------
 ▼各ページ固有デザイン
 -------------------------------*/

/************************
01.基本的な性格
************************/

/*ポップアップボタン*/
.modal-open {
  text-align: right;
  margin-bottom: 10px;
} 
.modal-open:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 30px;
  margin-right: 5px;
  background-image: url(../images/icon_window.png) ;
  background-size: contain;
  background-position: top 7px right 0px;
  background-repeat: no-repeat;
}
a.inline{
  color: #8CB542;
  transition: .2s ease-in-out;
}
a.inline:hover{
  color: #8CB542;
  text-decoration: dashed underline;
  transition: .2s ease-in-out;
}

/*個性タイプ表*/
 table.perso_type {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    table-layout: fixed;
  }
  
  table.perso_type tr {
    background-color: #FFFFFF;
    /*border-bottom: 2px solid #FBF5E7;*/
  }
  table.perso_type tr.cate_sepa {
    border-top: 5px solid #FBF5E7;
  }

  table.perso_type th,
  table.perso_type td {
    font-weight: normal;
    padding: 0.3em;
    border-right: 2px solid #FBF5E7;
  }
  table.perso_type th {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  table.perso_type thead tr{
    background-color: #707070;
    color:#fff;
  }
  table.perso_type tbody th {
      background: #707070;
      color: #fff;
  }
  .perso_type .num,
  .perso_type .type,
  .perso_type .percent
  {
    text-align: center;
 }

 .perso_type .type01,
 .perso_type .type02,
 .perso_type .type03
  {
    background-color: #EDEBEB;
 }
 .perso_type .type01  {
    color: #2679A5;
    background-image: linear-gradient(90deg,
    #2679A5 3%, #EDEBEB 3% );
 }
 .perso_type .type02  {
  color: #688830;
  background-image: linear-gradient(90deg,
  #8CB542 3%, #EDEBEB 3% );
}
.perso_type .type03  {
  color: #DBA014;
  background-image: linear-gradient(90deg,
  #DBA014 3%, #EDEBEB 3% );
}

 .percent_flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.percent_flex span {
  display: block;    
}
span.star {
    color: #EDD192;
    margin-left: 5px;
    font-size: 2rem;
}
.bar_graph img{
  height: 26px;
  vertical-align: middle;
}

/*ノートふう下線つきリスト*/
.list_border li{
  border-bottom: 4px dashed #EDD192;
  text-indent: -1.2em;
  padding: 10px 0px 10px 20px;
  line-height: 1.8;
}
.list_border li:last-child {
  border-bottom: none;
}
.list_border li:before {
  content:  "";
  width:  14px;
  height:  14px;
  display:  inline-block;
  background-color: #DBA014;
  border-radius:  50%;
  margin-right: 5px;
}

/*長所・短所*/
.strong_point,
.weak_point {
  position: relative;
  background: #F0D188;
  border-radius: 8px;
  padding: 4%;
  font-size: 1.6rem;
}
.weak_point {
  background: #D5E39C!important;
}
.strong_point img,
.weak_point img {
  position: absolute;
  top:-50px;
  right: 2%;
}
@media screen and (min-width: 768px) {
  .strong_point,
  .weak_point {
    position: relative;
    background: #F0D188;
    border-radius: 8px;
    padding: 4%;
    font-size:  1.8rem;
  }

  .strong_point img,
  .weak_point img {
    position: absolute;
    top: -50px;
    right: 4%;
    height: 150px;
    width: auto;
  }
}

/*色付きリスト*/
.list_green li,
.list_orange  {
  text-indent: -1.2em;
  padding: 0 0 0 1.2em;
}
.list_green li:before {
  content:  "";
  width:  14px;
  height:  14px;
  display:  inline-block;
  background-color: #688830;
  border-radius:  50%;
  margin-right: 5px;
}
.list_orange li:before {
  content:  "";
  width:  14px;
  height:  14px;
  display:  inline-block;
  background-color: #B5621C;
  border-radius:  50%;
  margin-right: 5px;;
}

/*小見出し*/    
.point_tit_green {
  font-weight: 600;
  color: #688830;
  margin-bottom: 5px;
}
.point_tit_orange {
  font-weight: 600;
  color: #B5621B;
  margin-bottom: 5px;
}
h4.point_tit_green,
h4.point_tit_orange {
  font-size: 1.8rem;
}


.point_small {
  background: #ffffff;
  border-radius: 8px;
  font-size: 1.6rem;
  padding: 4%;
  margin-top: 10px;
}
.list_small li:before {
  content:  "・";
}


/*往復矢印*/
.point_arrow_area {
  text-align: center;
  margin: 20px auto 10px;
}
.icon_arrow-down {
display: inline-block;
vertical-align: middle;
color: #B1AEA8;
line-height: 1;
position: relative;
width: 0.4em;
height: 2.5em;
background: currentColor;
top: -9px;
margin-right: 30px;
}
.icon_arrow-down::before {
content: '';
width: 1.5em;
height: 1.5em;
border: 0.4em solid currentColor;
border-top: 0;
border-right: 0;
transform: rotate(-45deg);
transform-origin: bottom left;
position: absolute;
left: 50%;
bottom: -0.5em;
box-sizing: border-box;
}

.icon_arrow-up {
display: inline-block;
vertical-align: middle;
color: #B1AEA8;
line-height: 1;
position: relative;
width: 0.4em;
height: 2.5em;
background: currentColor;
}
.icon_arrow-up::before {
content: '';
width: 1.5em;
height: 1.5em;
border: 0.4em solid currentColor;
border-left: 0;
border-bottom: 0;
transform: rotate(-45deg);
transform-origin: top right;
position: absolute;
top: -0.5em;
right: 50%;
box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .icon_arrow-down {
    display: inline-block;
    vertical-align: middle;
    color: #B1AEA8;
    line-height: 1;
    position: relative;
    width: 0.4em;
    height: 4em;
    background: currentColor;
    top: -9px;
    margin-right: 30px;
    }
    .icon_arrow-down::before {
    content: '';
    width: 2em;
    height: 2em;
    border: 0.4em solid currentColor;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    transform-origin: bottom left;
    position: absolute;
    left: 50%;
    bottom: -0.5em;
    box-sizing: border-box;
    }
    
    .icon_arrow-up {
    display: inline-block;
    vertical-align: middle;
    color: #B1AEA8;
    line-height: 1;
    position: relative;
    width: 0.4em;
    height: 4em;
    background: currentColor;
    }
    .icon_arrow-up::before {
    content: '';
    width: 2em;
    height: 2em;
    border: 0.4em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(-45deg);
    transform-origin: top right;
    position: absolute;
    top: -0.5em;
    right: 50%;
    box-sizing: border-box;
    }
}

/*起こしやすいトラブル*/
.trouble_area {
  background: #F7DA96;
  margin-top: 50px;
  padding: 30px 5% 50px;
  position: relative;
}
.trouble_area img {
  position: absolute;
  top: 15px;
  right: 28px;
}
.trouble_area img.img_b {
  position: absolute;
  top: 22px;
  right: 28px;
}
.trouble_title {
  background-color: rgba(255,255,255, 0.6);
  padding: 20px 20px 20px 20px;
  border-radius: 8px;
  font-size: 20px;
  color: #8CB542;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.3;
}
.trouble_txt {
  line-height: 1.6;
  margin-top: 4%;
}

.trouble_avoid_area {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 4%;
  padding-top: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .trouble_title {
    text-align: center;
  }
}

/************************
基本的な性格_表ポップアップ
************************/

.inline_content {
  padding: 20px;
}
.popup_perso_type {
    width: 100%;
}
.popup_perso_type th {
  width:100%;
  display:block;
  padding: 10px;
  text-align: center;
}
.popup_perso_type td {
  width:100%;
  display:block;
  padding: 18px;
  text-align: center;
}
.popup_perso_type th {
  background-color: #EDEBEB;
}
.popup_perso_type .type01  {
  color: #2679A5;
  background-image: linear-gradient(#2679A5 6%, #EDEBEB 6% );
}
.popup_perso_type .type02  {
color: #688830;
background-image: linear-gradient(#8CB542 6%, #EDEBEB 6% );
}
.popup_perso_type .type03  {
color: #DBA014;
background-image: linear-gradient(#DBA014 6%, #EDEBEB 6% );
}

/*colorboxスタイル上書き*/
#cboxOverlay {
  background: none;
  background-color: #000000;
  opacity: 0.8!important;
}
#cboxClose {
  right: 50%!important;
  left: 50%!important;
}


/************************
02.ビジネスの適正
************************/

.hero_mida {
  color: #688830;
  font-size: 2.3rem;
  font-weight: 600;
  background-image: linear-gradient( #FFFFFF 60%, #F0D9A0 60%);
  padding: 5px;
  line-height: 3;
}

/*組織内での属性*/

.attribute_level ul {
  margin-bottom: 40px;
}

.attribute_level ul img {
  vertical-align: bottom;
}
.attri_txt {
  background-color: #FFFFFF;
  border-radius: 0 0 10px 10px;
  padding: 4%;
}

@media screen and (min-width: 768px) {
  .attribute_level {
    display: flex;
    justify-content: space-between;
  }
  .attribute_level ul {
    display: flex;
    flex-direction: column;
    width: calc(50% - 10px);
  }
  .attribute_level ul img {
    flex: 0 0 auto;
  }
  .attri_txt {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    background-color: #FFFFFF;
    border-radius: 0 0 10px 10px;
    padding: 4%;
  }
}

/*矢印*/
.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 22px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: -3px;
	bottom: 3px;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.icon_yaji::before{
    left: 2px;
    width: 11px;
    height: 5px;
    background: #B1AEA8;
}
.icon_yaji::after{
    left: 4px;
    width: 8px;
    height: 8px;
    border-top: 5px solid #B1AEA8;
    border-right: 5px solid #B1AEA8;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/************************
03.まとめ：傾向と対策
************************/

.motiva_lead {
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .motiva_lead {
      text-align: center;
  }
}

/*小見出し*/
.motiva_tit {
  font-size: 2.0rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 20px 0;
}
.motiva_tit::before,
.motiva_tit::after {
  content: '';
  flex-grow: 1;
  height: 3px;
}
.motiva_tit::before {
  margin-right: 20px;
  background: linear-gradient(-90deg, #707070 , #FBF5E7);
}
.motiva_tit::after {
  margin-left: 20px;
  background: linear-gradient(90deg, #707070 , #FBF5E7);
}



/*吹き出しエリア*/
.motiva_exeBox01,
.motiva_exeBox02 {
    position: relative;
    border: 4px solid #DBA014;
    border-radius: 50px;
    padding-left: 110px;
    min-height: 100px;
    background-color: #FFFFFF;
}
.motiva_exeBox01 {
    background-image: url(../images/mark_exe01.png);
    background-repeat: no-repeat;
    background-size: 88px;
    background-position: 5px center;
}
.motiva_exeBox02 {
    background-image: url(../images/mark_exe02.png);
    background-repeat: no-repeat;
    background-size: 88px;
    background-position: 5px center;
}
@media screen and (min-width: 768px) {
  .motiva_exeBox01,
  .motiva_exeBox02 {
      width: 80%;
      margin: 0 auto;
  }
}

.motiva_ex {
    position: absolute;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}
.motiva_ex li {
    font-weight: 600;
    line-height: 1.4;
    margin: 5px 0;
    padding-right: 10px;
    text-indent: -1em;;
} 

/*三角矢印*/
.triangle_down {
  background: #DBA014;
  height: calc(40px / 2);;
  width: 20px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: -1px auto 0;

  position: absolute;
  bottom: -23px;
  left: 0;
  right: 0;
}
.triangle_up {
  background: #DBA014;
  height: calc(40px / 2);;
  width: 20px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  margin: -1px auto 0;

  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
}

.motiva_lady {
    text-align: center;
    margin: 25px auto 15px;
}

/*その他*/
.motiva_other {
  background-color: #FFFFFF;
  padding: 4%;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .motiva_other {
      font-size: 1.6rem;
  }
}

.motiva_other p {
  position: relative;
  color: #8CB542;
  font-size: 1.8rem;
  font-weight: 600;
}
.motiva_other p::after {
  content: url(../images/icon_exclam.png);
  display: inline-block;
  transform: scale(0.25);
  position: absolute;
  top: -95px;
  left: 135px;
}
.motiva_other li {
  text-indent: -1em;
  margin-left: 4%;
  margin-top: 5px;
  line-height: 1.4;
}

.list_coron {
  text-indent: -1em;
  margin-left: 4%;
  margin-top: 5px;
  line-height: 1.4;
}
.list_coron li {
  line-height: 1.6;
  margin-top: 10px;
}



/************************
04.プロフィール
************************/

.profile_data {
  text-align: center;
  font-weight: 600;
}
.profile_data .profile_name {
  background-color: #DBA014;
  color: #FFFFFF;
  font-size: 2rem;
  padding: 5px;
  margin-bottom: 5px;
}

/*小見出し*/
.profile_data_tit {
  font-size: 1.8rem;
  font-weight: 600;
  color:#688830;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 13px 0;
}
.profile_data_tit::after {
  content: '';
  flex-grow: 1;
  height: 3px;
}
.profile_data_tit::after {
    margin-left: 10px;
    background-image: linear-gradient(to right, #EDD192, #EDD192 7px, transparent 7px);
    background-size: 12px 3px;
    background-position: left bottom;
    background-repeat: repeat-x;
}


.profile_link ul {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  line-height: 1.4;
}
.profile_link .img {
    width: 88px;
}
.profile_link .img.link {
    width: 80px;
    margin-left: 4px;
}
.profile_link .txt {
    width: calc(100% - 100px);
}
.profile_mid {
  font-size: 1.6rem;
  font-weight: 600;
  color:#688830;
  margin-bottom: 10px;
}
.profile_link .img.link button {
  border: none;
  background-color: #FFFFFF;
}

/*設問の回答表*/
table.answer_table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
  overflow-y: scroll;
  height: 600px;
  border-spacing: 0;
  overflow-x: hidden;
  table-layout: fixed;
  font-size: 1.4rem;
}
table.answer_table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}
table.answer_table thead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  border-top: 1px solid #FBF5E7;
  border-bottom: 1px solid #FBF5E7;
  background: #707070; /*この色にしないと、スマホのセルの色が#FBF5E7になってしまう*/
  z-index: -1;
}
table.answer_table tr {
  width: 100%
}
table.answer_table tr {
  background-color: #FFFFFF;
}

table.answer_table th,
table.answer_table td {
  font-weight: normal;
  padding: 0.3em;
  border: 3px solid #FBF5E7;
  text-align: center;
}
table.answer_table th {
  font-size: 1.4rem;
  line-height: 1.3;
  background-color: #707070;
  color:#fff;
}

@media screen and (min-width: 768px) {
  table.answer_table{
    width: 750px;
    table-layout: fixed;
    font-size: 1.6rem;
  }
  table.answer_table th {
    font-size: 1.6rem;
    height: 50px;
  }
}
  
table.answer_table td.answer_q {
  text-align: left!important;
  background-color: #EDEBEB;
  height: 50px;
  }
.answer_q.on_q {
  background-color: #EDD192!important;
  font-weight: 600;
}
.answer_a {
  line-height: 1.8rem;
}
.answer_a.on_a {
  background-color: #FFFFFF;
  color: #B5621C;
  font-size: 3rem;
}
.answer_a.off_a {
  color: #777777;
  font-size: 3rem;
}

@media screen and (min-width: 768px) {
  table.answer_table td.answer_q {
    height: 60px;
    }

  .answer_a.on_a {
    font-size: 4rem;
}
  .answer_a.off_a {
    font-size: 4rem;
}
}

/*old_style scrollbar*/
.answer_table::-webkit-scrollbar {
  width: 10px;
}
.answer_table::-webkit-scrollbar-track {
  background-color: #e0e0e0;
}

.answer_table::-webkit-scrollbar-thumb {
  background-color: #8CB542;
  border-radius: 100px;
}

/*new_style scrollbar*/
.answer_table {
  scrollbar-width: auto;
}

.answer_table {
  scrollbar-color: #8CB542 #e0e0e0;
  scrollbar-width: thin;
}


/************************
00.ログイン画面
************************/

.container_inner.top_login {
  text-align: center;
  padding-top: 30px;
}
.container_inner.top_login p {
  line-height: 1.6;
}

/*form*/
.form_area {
  border: 3px solid #EDD192;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 4%;
}
.form_title {
  font-size: 2rem;
  font-weight: 600;
  color: #688830;
  margin-bottom: 30px;
}

.c-form-pass {
  height: 2.3em;
  width: 70%;
  padding: 0 16px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #EDEBEB;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.c-form-pass:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}
button.c-form-pass_visible {
  height: 4rem;
  width: 60px;
  padding: 10px 5px;
  border: 1px solid #ccc;
  background-color: #777;
  color: #FFF;
  }

@media screen and (min-width: 768px) {
  .c-form-pass {
    width: 70%;
  }
  button.c-form-pass_visible {
    width: 80px;
    }
}

.c-form-submit-button {
  display: inline-block;
  width: 60%;
  padding: 10px;
  border: none;
  border-radius: 4px;
  background-color: #8CB542;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 50px;
  margin-bottom: 20px;;
}

.c-form-submit-button:hover {
  background-color: #000;
}

.c-form-submit-button:focus {
  outline: 0;
  background-color: #000;
  border: 2px solid rgb(33, 150, 243);
}

@media screen and (min-width: 768px) {
  .c-form-submit-button {
    width: 50%;
  }
}


.login_simpletit {
  font-weight: 600;
}
.login_remarks {
  border: 1px solid #ccc;
  padding: 10px 4%;
}