@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap");
/* ------------------------------------------------
 common
------------------------------------------------ */
.check {
  margin-top: 5em;
  min-height: 37.5em;
  position: relative;
  z-index: 1;
}
.check-screen, .check-screen::before {
  border: 0.25em solid #303030;
  background-color: #fff;
}
.check-screen {
  border-radius: 1.25em;
  margin: 0 auto;
  width: 62.5em;
  position: relative;
}
.check-screen::before {
  content: "";
  border-radius: 1.5em;
  border-bottom-left-radius: 2.125em 1.5em;
  border-top-right-radius: 1.5em 2.125em;
  width: calc(100% + 0.625em);
  height: calc(100% + 0.625em);
  position: absolute;
  top: 0.125em;
  left: 0.125em;
  z-index: -1;
}
.check-btn {
  color: inherit;
  font-size: 1em;
  font-weight: 600;
  font-family: inherit;
  letter-spacing: 0.05em;
  text-indent: 0.1em;
  line-height: 1;
  text-align: center;
  border: 0;
  background-color: transparent;
  padding: 0;
  display: block;
  position: relative;
  cursor: pointer;
}
.check-btn .btn_inner, .check-btn::before {
  border: 0.1875em solid #303030;
  border-radius: 0.625em;
  background-color: #fff;
}
.check-btn .btn_inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.check-btn .btn_inner .txt {
  font-size: 1.25em;
}
.check-btn::before {
  content: "";
  border-radius: 0.8125em;
  border-bottom-left-radius: 1.1875em 0.8125em;
  border-top-right-radius: 0.8125em 1.1875em;
  width: calc(100% + 0.25em);
  height: calc(100% + 0.25em);
  position: absolute;
  top: 0.125em;
  left: 0.125em;
}
@media screen and (any-hover: hover) {
  .check-btn:hover .btn_inner {
    transform: translateX(-0.125em) translateY(-0.125em);
  }
}
.check .straw {
  font-family: "M PLUS 1p", "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  border: 0.1875em solid #303030;
  background-color: #fff;
  border-radius: 1em / 2.1875em;
  margin: 0 auto;
  padding: 0 2.5em 0 1.25em;
  height: 4.375em;
  display: flex;
  gap: 0.5em;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.check .straw::after {
  content: "";
  border-radius: 1em / 2.1875em;
  background-color: #303030;
  width: 2em;
  height: 100%;
  position: absolute;
  right: -0.1875em;
  top: 0;
}
@media screen and (min-width: 767.1px) {
  .check {
    font-size: clamp(14.5px, 1.1331444759vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .check {
    font-size: 1.5rem;
    margin-top: 2.6666666667em;
    min-height: 28.6666666667em;
  }
  .check-screen, .check-screen::before {
    border-width: 0.1333333333em;
  }
  .check-screen {
    border-radius: 0.6666666667em;
    width: 22.3333333333em;
  }
  .check-screen::before {
    border-radius: 0.8em;
    border-bottom-left-radius: 1.1333333333em 0.8em;
    border-top-right-radius: 0.8em 1.1333333333em;
    width: calc(100% + 0.4em);
    height: calc(100% + 0.4em);
    top: 0.0666666667em;
    left: 0.0666666667em;
  }
  .check-btn .btn_inner, .check-btn::before {
    border-width: 0.1333333333em;
  }
  .check-btn .btn_inner {
    border-radius: 0.5333333333em;
  }
  .check-btn .btn_inner .txt {
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
  }
  .check-btn::before {
    border-radius: 0.6666666667em;
    border-bottom-left-radius: 1.1333333333em 0.6666666667em;
    border-top-right-radius: 0.6666666667em 1.1333333333em;
    width: calc(100% + 0.2em);
    height: calc(100% + 0.2em);
    top: 0.1333333333em;
    left: 0.1333333333em;
  }
  .check .straw {
    border-width: 0.1333333333em;
    border-radius: 0.6666666667em / 1.5em;
    padding-left: 0.7333333333em;
    padding-right: 1.6666666667em;
    height: 3em;
    padding-bottom: 0.1333333333em;
    gap: 0.2666666667em;
  }
  .check .straw::after {
    border-radius: 0.6666666667em / 1.5em;
    width: 1.3333333333em;
    right: -0.1333333333em;
  }
}

/* 画面切り替え */
.check-screen,
.result-additional {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.check-screen + .check-back,
.result-additional + .check-back {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.check-screen--active,
.result-additional--active {
  display: block;
  opacity: 1;
}
.check-screen--active + .check-back,
.check-screen--active + .result-additional,
.result-additional--active + .check-back,
.result-additional--active + .result-additional {
  display: block;
  opacity: 1;
}

/* ------------------------------------------------
 screen-start
------------------------------------------------ */
#screen-start {
  aspect-ratio: 1.9157088123;
  background: url(../images/check/start_img.webp) 50% 50% no-repeat;
  background-size: 62.5em auto;
  background-size: contain;
  position: relative;
}
#screen-start .title {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
}
#screen-start .check-start {
  margin-top: 23.125em;
  width: 100%;
  position: relative;
  z-index: 1;
}
#screen-start .check-start .check-btn {
  color: #fff;
  margin: 0 auto;
  width: 15.625em;
}
#screen-start .check-start .check-btn .btn_inner, #screen-start .check-start .check-btn::before {
  background-color: #e54a67;
}
#screen-start .check-start .check-btn .btn_inner {
  min-height: 4.75em;
}
#screen-start .check-start .check-btn .btn_inner .txt {
  font-size: 1.625em;
}
@media screen and (max-width: 767px) {
  #screen-start {
    aspect-ratio: 670/856;
    background-image: url(../images/check/start_img-sp.webp);
  }
  #screen-start .check-start {
    margin-top: 17.6em;
  }
  #screen-start .check-start .check-btn {
    width: 10.3333333333em;
  }
  #screen-start .check-start .check-btn .btn_inner {
    padding-left: 0.1em;
    min-height: 3.3333333333em;
  }
  #screen-start .check-start .check-btn .btn_inner .txt {
    font-size: 1.1333333333em;
    vertical-align: text-top;
  }
}

/* ------------------------------------------------
 screen-q1～q10
------------------------------------------------ */
.check .screen-q {
  padding: 1.625em 2.5625em 2.125em;
}
.check-progress .label {
  font-size: 0.875em;
  vertical-align: middle;
  align-self: center;
}
.check-progress .current {
  font-size: 2.75em;
}
.check-progress .total {
  color: #303030;
  font-size: 1.125em;
  margin-top: 0.8125em;
}
.check-progress .total::before {
  content: "";
  background: #303030;
  margin-right: 0.4375em;
  width: 0.0625em;
  height: 1.25em;
  display: inline-block;
  transform: translateY(0.125em) rotate(30deg);
}
.check-question {
  border-radius: 1em;
  background-color: #fff;
  margin-top: -2.125em;
  padding-top: 0.625em;
  height: 19.375em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.check-question__title {
  font-weight: bold;
  font-size: 2em;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}
.check-answer {
  margin-top: 1.375em;
  margin-right: 0.25em;
  display: flex;
  -moz-column-gap: 1.625em;
       column-gap: 1.625em;
}
.check-answer__button {
  flex: 1;
}
.check-answer__button .btn_inner {
  line-height: 1.3;
  min-height: 5.75em;
}
.check-answer__button--selected .btn_inner, .check-answer__button--selected::before {
  color: #fff;
  background-color: #303030;
}
.check-answer__button--selected .btn_inner {
  transform: translateX(0.1875em) translateY(0.1875em) !important;
}
.check-back {
  margin-top: 5em;
}
.check-back__button {
  color: #fff;
  background-color: #646567;
  padding: 1em 2.25em 1em 1.75em;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.75em;
       column-gap: 0.75em;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  border: 0.1875em solid #303030;
  border-radius: 0.625em;
  letter-spacing: 0.1em;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.check-back__button .txt {
  font-weight: normal;
}
.check-back__button::before {
  content: "";
  background: url(../images/common/arrow_white.svg) no-repeat;
  background-size: contain;
  width: 1em;
  aspect-ratio: 1/1;
  display: block;
  transform: rotate(180deg);
  position: relative;
}
.check-back__button:active::before {
  left: -0.1em;
}
@media screen and (max-width: 767px) {
  .check .screen-q {
    padding: 1em 1em 1.8666666667em;
  }
  .check-progress .label {
    font-size: 0.6666666667em;
  }
  .check-progress .current {
    font-size: 1.8666666667em;
  }
  .check-progress .total {
    font-size: 0.8em;
    margin-top: 0.8333333333em;
  }
  .check-progress .total::before {
    margin-right: 0.6666666667em;
    width: 1px;
    height: 0.8666666667em;
  }
  .check-question {
    border-radius: 0.6em;
    margin-top: -1.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    height: 15.1333333333em;
  }
  .check-question__title {
    font-size: 1.2em;
    letter-spacing: normal;
  }
  .check-answer {
    margin-top: 0.7333333333em;
    margin-right: 0.1333333333em;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 1.0666666667em;
         column-gap: 1.0666666667em;
    row-gap: 0.9333333333em;
  }
  .check-answer__button {
    flex: unset;
    width: 9.3333333333em;
  }
  .check-answer__button .btn_inner {
    min-height: 4.2em;
  }
  .check-answer--5options {
    -moz-column-gap: 0.9333333333em;
         column-gap: 0.9333333333em;
  }
  .check-answer--5options .check-btn {
    width: 6em;
  }
  .check-back {
    margin-top: 2em;
  }
  .check-back__button {
    padding: 0.7333333333em 1.4em 0.7333333333em 1.1333333333em;
    -moz-column-gap: 0.7333333333em;
         column-gap: 0.7333333333em;
  }
  .check-back__button .txt {
    font-size: 0.9333333333em;
  }
  .check-back__button::before {
    width: 0.9285714286em;
  }
  .check-back__button:active::before {
    left: -0.1em;
  }
}

#screen-q1,
#screen-q8 {
  background-color: #f6a8c0;
}
#screen-q1 .check-progress,
#screen-q8 .check-progress {
  color: #e54a67;
}

#screen-q2,
#screen-q9 {
  background-color: #fdd181;
}
#screen-q2 .check-progress,
#screen-q9 .check-progress {
  color: #f5b21e;
}

#screen-q3,
#screen-q10 {
  background-color: #b8e486;
}
#screen-q3 .check-progress,
#screen-q10 .check-progress {
  color: #90cb35;
}

#screen-q4 {
  background-color: #89d9c2;
}
#screen-q4 .check-progress {
  color: #1ab790;
}

#screen-q5 {
  background-color: #91c9df;
}
#screen-q5 .check-progress {
  color: #3592c1;
}

#screen-q6 {
  background-color: #9dbce7;
}
#screen-q6 .check-progress {
  color: #3359cb;
}

#screen-q7 {
  background-color: #e7c1e5;
}
#screen-q7 .check-progress {
  color: #b963b2;
}

#screen-q8 {
  background-color: #f6a8c0;
}
#screen-q8 .check-progress {
  color: #e54a67;
}

#screen-q9 {
  background-color: #fdd181;
}
#screen-q9 .check-progress {
  color: #f5b21e;
}

/* ------------------------------------------------
 診断結果
------------------------------------------------ */
/* ------------------------------------------------
 現在のあなたの職場環境
------------------------------------------------ */
.result {
  padding: 4.625em 3.1875em;
}
.result-current {
  position: relative;
}
.result-section {
  opacity: 0;
  margin-top: 1.25em;
}
.result-section__title.straw {
  padding-left: 2.5em;
  padding-right: 3.625em;
  position: absolute;
  top: -2.4375em;
  left: 50%;
  transform: translateX(-50%);
}
.result-section__title.straw .txt {
  font-size: 1.875em;
  letter-spacing: 0.1em;
}
.result-chart-container {
  border: 0.25em solid #303030;
  border-radius: 1.25em;
  background: url(../images/check/bg_check.png) -0.125em -0.125em;
  background-size: 18.75em auto;
  padding-bottom: 1.875em;
}
.result-chart__title {
  padding: 2.5625em 0;
  text-align: center;
  border-bottom: 0.25em solid #303030;
}
.result-chart__title .txt {
  font-size: 2.75em;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .result-chart__title {
    border-bottom-width: 0.1333333333em;
  }
  .result-chart__title .txt {
    font-size: 1.3333333333em;
  }
}
.result-chart__note {
  border: 0.1875em solid #303030;
  border-radius: 1.125em;
  background-color: #fffaee;
  margin: 8.75em auto 0;
  padding: 1.75em 8.125em 1.875em 8.5em;
  width: 50.625em;
  position: relative;
}
.result-chart__note:before, .result-chart__note::after {
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: -2.0625em;
}
.result-chart__note::before {
  background-image: url(/assets/images/common/entry_left.png);
  width: 8.25em;
  aspect-ratio: 132/178;
  left: -0.9375em;
}
.result-chart__note::after {
  background-image: url(/assets/images/common/entry_right.png);
  width: 8.875em;
  aspect-ratio: 142/184;
  right: -1.4375em;
}
.result-chart__note--text {
  font-size: 1.375em;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.result-chart__note--text b {
  color: #e54a67;
}
.result-chart__note--text b, .result-chart__note--text span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .result {
    border-width: 0;
    background: transparent;
    padding: 0;
  }
  .result::before {
    content: none;
  }
  .result-section {
    margin-top: 1.3333333333em;
  }
  .result-section__title.straw {
    margin: 0 auto;
    padding-left: 1.3333333333em;
    padding-right: 1.9333333333em;
    position: sticky;
  }
  .result-section__title.straw .txt {
    font-size: 1.2666666667em;
  }
  .result-chart-container {
    border-width: 0.1333333333em;
    border-radius: 0.6em;
    background-size: 10em auto;
    margin-top: 1em;
    padding-bottom: 1em;
  }
  .result-chart-container::before {
    content: "";
    border: 0.1333333333em solid #303030;
    border-radius: 0.8em;
    width: calc(100% + 0.2em);
    height: calc(100% + 0.2em);
    position: absolute;
    top: 0.1333333333em;
    left: 0.1333333333em;
    z-index: -1;
  }
  .result-chart__title {
    padding: 1.2em 0;
  }
  .result-chart__note {
    border-width: 0.1333333333em;
    border-radius: 0.7333333333em;
    margin-top: 4.6666666667em;
    padding: 0.8666666667em 2em 0.8666666667em 2.1333333333em;
    width: 18em;
  }
  .result-chart__note::before {
    width: 5.2666666667em;
    left: -3.6em;
    bottom: -1.1333333333em;
  }
  .result-chart__note::after {
    width: 5.7333333333em;
    right: -3.3333333333em;
    bottom: -1.1333333333em;
  }
  .result-chart__note--text {
    font-size: 1em;
  }
}

/* ----------------------------
  レーダーチャート
------------------------------*/
.radar-chart {
  margin-top: 8.75em;
  position: relative;
}
.radar-chart__svg {
  margin: 0 auto;
  width: 25em;
  height: auto;
  display: block;
}
.radar-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  gap: 0.75em;
}
.radar-label__value {
  color: #e54a67;
  font-size: 2.875em;
  font-weight: 800;
  line-height: 1;
}
.radar-label__text {
  color: #fff;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  border-radius: 0.4444444444em;
  background-color: #303030;
  width: 9.4444444444em;
  height: 3.1111111111em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.radar-label--top {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.radar-label--right {
  top: 7.125em;
  left: calc(50% + 13.125em);
}
.radar-label--bottom {
  top: calc(100% - 0.625em);
  left: 50%;
  transform: translateX(-50%);
}
.radar-label--left {
  top: 7.125em;
  right: calc(50% + 13.125em);
}
@media screen and (max-width: 767px) {
  .radar-chart {
    margin-top: 4.6666666667em;
    position: relative;
  }
  .radar-chart__svg {
    width: 13.3333333333em;
  }
  .radar-label {
    gap: 0.4666666667em;
  }
  .radar-label__value {
    font-size: 1.5333333333em;
  }
  .radar-label__text {
    font-size: 0.7333333333em;
    line-height: 1.4;
    border-radius: 0.5454545455em;
    padding: 0.2727272727em 0.4545454545em 0.3636363636em 0.6363636364em;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    white-space: nowrap;
  }
  .radar-label--top {
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .radar-label--top br {
    display: none;
  }
  .radar-label--right {
    top: 5.8666666667em;
    left: unset;
    right: -0.2666666667em;
  }
  .radar-label--right .radar-label__text {
    position: relative;
    right: 0.7333333333em;
  }
  .radar-label--bottom {
    top: calc(100% - 0.3333333333em);
    left: 50%;
    transform: translateX(-50%);
  }
  .radar-label--bottom br {
    display: none;
  }
  .radar-label--left {
    top: 5.8666666667em;
    right: unset;
    left: 0.3333333333em;
  }
}

/* ------------------------------------------------
 取組のヒント<
------------------------------------------------ */
.result-measures__container {
  padding-top: 5.625em;
}
.result-measures__subtitle {
  padding-bottom: 2.1875em;
  display: flex;
  justify-content: center;
  gap: 0.875em;
  text-align: center;
  border-bottom: 0.25em solid #303030;
}
.result-measures__subtitle .txt {
  font-size: 2.75em;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .result-measures__subtitle {
    border-bottom-width: 0.1333333333em;
  }
  .result-measures__subtitle .txt {
    font-size: 1.3333333333em;
  }
}
.result-measures__subtitle:before, .result-measures__subtitle::after {
  content: "";
  background: url(../images/check/icon_star.svg) no-repeat;
  background-size: contain;
  width: 1.625em;
  aspect-ratio: 1/1;
  display: block;
  position: relative;
  top: 0.75em;
}
.result-measures__subtitle.sub {
  margin-top: 3.125em;
}
.result-measures__subtitle.sub:before, .result-measures__subtitle.sub::after {
  background-image: url(../images/check/icon_star_bl.svg);
}
.result-measures__grid {
  margin-top: 3.125em;
  display: grid;
  grid-template-columns: repeat(3, 17.125em);
  justify-content: center;
  gap: 3.125em 0.75em;
}
.result-measures__item {
  letter-spacing: 0.1em;
  border: 0.1875em solid #303030;
  border-radius: 1.125em;
  background-color: #f7f8fa;
  padding: 0 1.5625em 1.375em;
}
.result-measures__category {
  color: #fff;
  font-size: 0.9375em;
  line-height: 1;
  text-align: center;
  border-radius: 1em;
  background-color: #303030;
  padding: 0.5em 0 0.6875em;
  min-width: 12.125em;
  transform: translateY(-51%);
}
.result-measures__icon {
  margin: 0 auto;
  width: 12.125em;
  position: relative;
  cursor: pointer;
}
.result-measures__icon img {
  max-width: 100%;
  height: auto;
  transition: opacity 0.2s ease;
}
.result-measures__icon::before {
  content: "";
  border-radius: 0.375em;
  background: #f0f2f5 url(../images/common/arrow_black.svg) 50% 50% no-repeat;
  background-size: 0.75em auto;
  width: 1.75em;
  aspect-ratio: 1/1;
  display: block;
  position: absolute;
  right: 0.8125em;
  bottom: -0.5em;
  z-index: 1;
}
@media screen and (any-hover: hover) {
  .result-measures__icon:hover img {
    opacity: 0.8;
  }
}
.result-measures__name {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.4;
  margin: 0.7em auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
.result-measures__rate {
  line-height: 1;
  margin-top: 0.875em;
  display: grid;
  grid-template-columns: 9.375em auto;
  justify-content: space-between;
}
.result-measures__rate .label {
  font-size: 0.875em;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.2em;
  grid-row: 1/span 1;
  grid-column: 1/span 2;
}
.result-measures__rate .label::before {
  content: "";
  background: url(../images/check/icon_star.svg) no-repeat;
  width: 1.1428571429em;
  aspect-ratio: 1/1;
  display: block;
}
.result-measures__rate .value {
  color: #e54a67;
  letter-spacing: normal;
  font-size: 1.375em;
  font-weight: 900;
  grid-row: 2/span 1;
  grid-column: 2/span 1;
}
.result-measures__rate .bar {
  border-radius: 1em;
  background-color: #d6d9df;
  margin-top: 0.3em;
  height: 0.875em;
  grid-row: 2/span 1;
  grid-column: 1/span 1;
}
.result-measures__rate .bar i {
  border-radius: 1em;
  background-color: #e54a67;
  height: 100%;
  display: block;
}
.result-measures__amount {
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  margin-top: 0.875em;
}
.result-measures__amount i {
  font-style: normal;
  font-size: 0.875em;
  letter-spacing: normal;
  border-radius: 0.2857142857em;
  background-color: #d6d9df;
  margin-right: 0.5em;
  padding: 0.25em 0.375em 0.375em 0.5em;
  display: inline-block;
  vertical-align: text-bottom;
}
.result-measures__amount b {
  font-size: 1.25em;
}
.result-measures__grid.sub .result-measures__rate .label::before {
  background-image: url(../images/check/icon_star_bl.svg);
}
.result-measures__grid.sub .result-measures__rate .value {
  color: #3592c1;
}
.result-measures__grid.sub .result-measures__rate .bar i {
  background-color: #3592c1;
}
@media screen and (max-width: 767px) {
  .result-measures__container {
    padding-top: 3.3333333333em;
  }
  .result-measures__subtitle {
    padding-bottom: 1em;
    gap: 0.4666666667em;
  }
  .result-measures__subtitle .txt {
    font-size: 1.2em;
    letter-spacing: 0.05em;
  }
  .result-measures__subtitle:before, .result-measures__subtitle::after {
    width: 1em;
    top: 0.2em;
  }
  .result-measures__subtitle.sub {
    margin-top: 3em;
  }
  .result-measures__grid {
    margin-top: 2em;
    grid-template-columns: repeat(2, 10.5em);
    justify-content: space-between;
    gap: 2em 0;
  }
  .result-measures__item {
    border-width: 0.1em;
    border-radius: 0.6em;
    padding: 0 0.6666666667em 0.6666666667em;
  }
  .result-measures__category {
    font-size: 0.6666666667em;
    font-weight: 600;
    padding: 0.5em 0 0.6em;
    min-width: unset;
  }
  .result-measures__icon {
    width: 8em;
  }
  .result-measures__icon::before {
    border-radius: 0.2666666667em;
    background-size: 0.6666666667em auto;
    width: 1.3333333333em;
    right: 0.4333333333em;
    bottom: -0.2666666667em;
  }
  .result-measures__name {
    font-size: 0.8666666667em;
    margin-top: 0.6153846154em;
  }
  .result-measures__rate {
    margin-top: 0.6666666667em;
    grid-template-columns: 6em auto;
  }
  .result-measures__rate .label {
    font-size: 0.6666666667em;
  }
  .result-measures__rate .label::before {
    width: 1.2em;
  }
  .result-measures__rate .value {
    font-size: 0.9333333333em;
  }
  .result-measures__rate .bar {
    height: 0.6em;
  }
  .result-measures__amount {
    font-size: 0.7333333333em;
    letter-spacing: normal;
    margin-top: 0.9090909091em;
    margin-right: -1em;
  }
  .result-measures__amount i {
    font-size: 0.9090909091em;
    border-radius: 0.3em;
    padding: 0.3em;
  }
  .result-measures__amount b {
    font-size: 1.3636363636em;
    font-weight: 900;
    vertical-align: -0.05em;
  }
}

/* ------------------------------------------------
 result-additional
------------------------------------------------ */
.result-additional {
  margin-top: 3.75em;
}
.result-massage {
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
.result-massage a {
  color: #3592c1;
  text-decoration: underline;
}
@media screen and (any-hover: hover) {
  .result-massage a:hover {
    text-decoration: none;
  }
}
.result-save {
  position: relative;
}
.result-save__button {
  color: #fff;
  background-color: #3592c1;
  margin-top: 4.375em;
  padding: 1.625em 5.25em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  border: 0.1875em solid #303030;
  border-radius: 0.625em;
  letter-spacing: 0.1em;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.result-save__button .txt {
  font-size: 1.125em;
}
.result-save__button::after {
  content: "";
  background: url(../images/check/icon_link.svg) no-repeat;
  background-size: contain;
  width: 1.375em;
  aspect-ratio: 1/1;
  display: block;
  transition: transform 1s ease-aut;
}
.result-save__message {
  color: #fff;
  white-space: nowrap;
  border-radius: 0.625em;
  padding: 0.625em 1.25em;
  background-color: #8db1e3;
  position: absolute;
  left: 50%;
  bottom: calc(100% - 0.625em);
  transform: translateX(-50%);
  display: none;
}
.result-save__message::after {
  content: "";
  background-color: #8db1e3;
  width: 1.25em;
  height: 0.625em;
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  transform: translateX(-50%);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
@media screen and (max-width: 767px) {
  .result-additional {
    margin: 2.6666666667em 1.3333333333em 0;
  }
  .result-massage {
    font-size: 0.9333333333em;
  }
  .result-save__button {
    border-width: 0.1333333333em;
    margin-top: 2.3333333333em;
    padding: 1em 0;
    padding-left: 0.5em;
    gap: 0.4em;
    width: 70%;
  }
  .result-save__button .txt {
    font-size: 0.9333333333em;
  }
  .result-save__button::after {
    width: 1em;
  }
  .result-save__message {
    font-size: 0.9333333333em;
    bottom: calc(100% - 0.3571428571em);
    padding: 0.3571428571em 1.0714285714em;
    bottom: calc(100% + 0.2142857143em);
  }
}