@import url("form.css");
body {
  scroll-behavior: auto; }

.answers {
  display: flex;
  grid-gap: var(--space2);
  flex-direction: column;
  justify-content: center;
  max-width: 350px;
  margin: 0 auto; }
  .answers label {
    margin-right: 0;
    height: fit-content;
    --crHeight:69px;
    --prColor:#186AA5; }
    .answers label input[type=checkbox] + .txt, .answers label input[type=radio] + .txt {
      padding: 6px 24px;
      box-sizing: border-box;
      height: var(--crHeight);
      width: 100%;
      border: 2px solid var(--prColor);
      background: none;
      color: var(--prColor);
      border-radius: calc( var(--crHeight) / 2 );
      width: 100%;
      font-size: var(--fontSize_l);
      justify-content: center;
      font-family: "Montserrat", "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      background: #FFF; }
      .answers label input[type=checkbox] + .txt::before, .answers label input[type=checkbox] + .txt::after, .answers label input[type=radio] + .txt::before, .answers label input[type=radio] + .txt::after {
        display: none !important; }
      @media (min-width: 768px) {
        .answers label input[type=checkbox] + .txt, .answers label input[type=radio] + .txt {
          justify-content: center;
          letter-spacing: normal;
          padding-left: calc( var(--space1) / 2);
          padding-right: calc( var(--space1) / 2); } }
    .answers label input[type=checkbox]:checked + .txt, .answers label input[type=radio]:checked + .txt {
      background: var(--prColor);
      color: #FFF; }

.block:not(:last-child) {
  margin-bottom: var(--space5); }

.block_personal_data {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto; }
  .block_personal_data .form_part .label {
    padding-left: var(--leftPadding); }

.block_check .head .sub {
  margin-bottom: var(--space2); }
.block_check .head h2 {
  font-size: 1.5rem; }
  @media (max-width: 520px) {
    .block_check .head h2 {
      font-size: 1.5rem; } }
.block_check .head h3 {
  line-height: 1.5; }
.block_check .head .num.h1 {
  font-size: 4rem !important;
  color: var(--secondaryColor);
  line-height: normal;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; }
.block_check .foot {
  margin-top: var(--space4); }
  .block_check .foot .to_link {
    --toLinkHoverColor:var(--primaryColor);
    --toLinkHoverBackground:#FFF;
    --toLinkHeight:69px;
    grid-column-gap: var(--space2); }
    .block_check .foot .to_link .a {
      min-width: 150px; }
      .block_check .foot .to_link .a.btn_prev {
        --toLinkBorderColor:var(--secondaryColor);
        --toLinkBackground:var(--secondaryColor);
        --toLinkHoverColor:var(--secondaryColor); }

.section .section_title_wrap {
  margin-bottom: 0; }
.section.black {
  background: radial-gradient(at center -25%, var(--colorBlack), #000); }

.section[nk=selftest] {
  padding-bottom: calc( var(--space5) * 3 );
  /*.to_link{
      margin-top:var(--space4);
      .a{
          background:var(--primaryColor);
          color:#FFF;
      }
  }*/ }
  .section[nk=selftest] .section_title_wrap .btns {
    margin-top: 1rem;
    grid-gap: 2px;
    flex-wrap: wrap; }
    .section[nk=selftest] .section_title_wrap .btns .btn .a {
      color: var(--colorGray);
      background: var(--colorDarkGray);
      max-width: 64px;
      min-width: 32px;
      height: 32px;
      cursor: pointer; }
      @media (min-width: 768px) {
        .section[nk=selftest] .section_title_wrap .btns .btn .a {
          width: 64px; } }
    .section[nk=selftest] .section_title_wrap .btns .btn.active .a {
      background: var(--colorWeakGray);
      color: var(--colorDarkGray); }
  .section[nk=selftest] .btns.move {
    grid-gap: var(--space5); }
    @media (min-width: 521px) {
      .section[nk=selftest] .btns.move {
        grid-gap: calc( var(--space5) * 2 ); } }
    .section[nk=selftest] .btns.move .btn .a {
      cursor: pointer;
      font-family: "Montserrat", "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-weight: 800;
      font-style: normal;
      border-bottom: 2px solid var(--primaryColor);
      color: var(--primaryColor);
      padding: 1rem 0;
      letter-spacing: normal; }
    .section[nk=selftest] .btns.move .btn.btn_prev .a {
      border-bottom-color: var(--secondaryColor);
      color: var(--secondaryColor); }
    .section[nk=selftest] .btns.move .btn.btn_result .a {
      overflow: visible;
      border: 0;
      color: #FFF; }
      .section[nk=selftest] .btns.move .btn.btn_result .a::before {
        width: 100px;
        height: 100px;
        background: var(--primaryColor);
        /*border-radius:50%;*/
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px;
        z-index: 0; }
      .section[nk=selftest] .btns.move .btn.btn_result .a .txt {
        position: relative;
        z-index: 1;
        top: 4px; }
  @media (max-width: 520px) {
    .section[nk=selftest] {
      padding-top: var(--space1); } }
  @media (min-width: 521px) {
    .section[nk=selftest] {
      padding-top: var(--space2); } }

.section[nk=results] {
  padding-bottom: var(--space5) !important; }
  .section[nk=results] .block {
    max-width: var(--maxWidth4);
    margin-left: auto;
    margin-right: auto; }
    .section[nk=results] .block .text {
      font-size: 1rem; }
  .section[nk=results] .score_wrap {
    position: relative; }
    .section[nk=results] .score_wrap > .score {
      font-size: 4rem;
      font-family: "Montserrat", "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-weight: 800;
      font-style: normal;
      position: relative;
      z-index: 1; }
    .section[nk=results] .score_wrap > .score_comment {
      color: var(--secondaryColor);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      pointer-events: none; }
    .section[nk=results] .score_wrap .cont {
      display: flex;
      justify-content: center;
      align-items: baseline;
      grid-gap: var(--space2); }
      .section[nk=results] .score_wrap .cont .score .num {
        font-size: 300%; }
    .section[nk=results] .score_wrap + .evaluation {
      margin-top: var(--space4);
      margin-bottom: var(--space4); }
  .section[nk=results] .evaluation {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    grid-gap: var(--space4); }
    .section[nk=results] .evaluation .chart {
      max-width: 480px; }
    .section[nk=results] .evaluation .images {
      width: 240px;
      height: 240px;
      position: relative;
      margin: 0 auto; }
      .section[nk=results] .evaluation .images .img {
        /*width:160px;
        height:160px;*/
        display: flex;
        justify-content: center;
        align-items: center;
        mix-blend-mode: multiply;
        /*&:nth-child(1){
            bottom:50px;
        }
        &:nth-child(2){
            bottom:20px;
            left:50px;
        }
        &:nth-child(3){
            top:20px;
            left:50px;
        }
        &:nth-child(4){
            top:50px;
        }
        &:nth-child(5){
            top:20px;
            right:50px;
        }
        &:nth-child(6){
            bottom:20px;
            right:50px;
        }*/ }
        .section[nk=results] .evaluation .images .img span.step0 {
          transform: scale(0);
          opacity: 0.1;
          filter: Alpha(opacity=10); }
        .section[nk=results] .evaluation .images .img span.step1 {
          transform: scale(0.2);
          opacity: 0.2;
          filter: Alpha(opacity=20); }
        .section[nk=results] .evaluation .images .img span.step2 {
          transform: scale(0.4);
          opacity: 0.3;
          filter: Alpha(opacity=30); }
        .section[nk=results] .evaluation .images .img span.step3 {
          transform: scale(0.6);
          opacity: 0.4;
          filter: Alpha(opacity=40); }
        .section[nk=results] .evaluation .images .img span.step4 {
          transform: scale(0.8);
          opacity: 0.5;
          filter: Alpha(opacity=50); }
        .section[nk=results] .evaluation .images .img span.step5 {
          transform: scale(1);
          opacity: 0.6;
          filter: Alpha(opacity=60); }

.section[key=contact] {
  display: none; }
