@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
#commu {
  --dark: #E3AA47;
  --light: #F9EABF;
}

#matome {
  --dark: #6EB184;
  --light: #E4EFD8;
}

#hdm {
  --dark: #CF6C8B;
  --light: #F2DAD9;
}

#logical {
  --dark: #B3669F;
  --light: #EED2E2;
}

#machin {
  --dark: #8980B7;
  --light: #E4DDEC;
}

#expert {
  --dark: #649ED7;
  --light: #DAECFA;
}

#physical {
  --dark: #D06C57;
  --light: #F1D3CD;
}

#kkm {
  --dark: #B3CD5C;
  --light: #E8F0CE;
}

#yorisoi {
  --dark: #CFC252;
  --light: #ECE7BA;
}

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

reset

==============================*/
* {
  box-sizing: border-box;
  min-height: 0vw; /* Safari clamp関数対策 */
  color: inherit;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-feature-settings: "palt";
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: normal;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: clip;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  vertical-align: bottom;
}

picture {
  display: inline-block;
  width: 100%;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  display: inline;
  text-decoration: none;
}

a:focus {
  outline: none;
}

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

/*-------------------------

ボタンホバー

-------------------------*/
[data-hover][data-hover=anime-brightness] {
  cursor: pointer;
  transition: filter 0.3s ease;
  filter: brightness(1) drop-shadow(1.2px 1.2px 1.2px rgba(0, 0, 0, 0.5));
}
[data-hover][data-hover=anime-brightness]:hover {
  filter: brightness(1.5) drop-shadow(1.2px 1.2px 1.2px rgba(0, 0, 0, 0.5));
}
[data-hover][data-hover=anime-brightness-dark] {
  cursor: pointer;
  transition: filter 0.3s ease;
  filter: brightness(1) drop-shadow(1.2px 1.2px 1.2px rgba(0, 0, 0, 0.5));
}
[data-hover][data-hover=anime-brightness-dark]:hover {
  filter: brightness(1.15) drop-shadow(1.2px 1.2px 1.2px rgba(0, 0, 0, 0.5));
}
[data-hover][data-hover=anime-opacity] {
  opacity: 1;
  transition: opacity 0.3s ease;
}
[data-hover][data-hover=anime-opacity]:hover {
  opacity: 0.5;
}

/*-------------------------

ボタンアニメーション

-------------------------*/
[data-anime][data-anime=anime-pulse] {
  animation: pulseScale 1.2s ease-in-out infinite;
}

@keyframes pulseScale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}
/*-------------------------

OPアニメーション

-------------------------*/
.l-start__wrap, .l-start__kv {
  animation: fadeInUpSoft 1s ease-out forwards;
  opacity: 0;
}
.l-start .l-app__wrapper > .l-start__wrap:nth-child(1) {
  animation-delay: 0s;
}
.l-start .l-app__wrapper > .l-start__kv:nth-child(2) {
  animation-delay: 0.4s;
}
.l-start .l-app__wrapper > .l-start__wrap:nth-child(3) {
  animation-delay: 0.8s;
}

@keyframes fadeInUpSoft {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*-------------------------

モジュール

-------------------------*/
.l-app .m-result__tit__deco {
  text-align: center;
}
.l-app .m-result__tit__deco__wrap {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .l-app .m-result__tit__deco__wrap {
    font-size: 14px;
    line-height: 1.5;
  }
}
.l-app .m-result__tit__deco__wrap::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translate(-1.6em, -50%);
  width: 14px;
  height: 27px;
  background: url("../img/pc/a_deco01.png") center/contain no-repeat;
}
@media (max-width: 768px) {
  .l-app .m-result__tit__deco__wrap::before {
    background: url("../img/sp/a_deco01.png") center/contain no-repeat;
    width: 15px;
    height: 36px;
  }
}
.l-app .m-result__tit__deco__wrap::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translate(1.6em, -50%) scaleX(-1);
  width: 14px;
  height: 27px;
  background: url("../img/pc/a_deco01.png") center/contain no-repeat;
}
@media (max-width: 768px) {
  .l-app .m-result__tit__deco__wrap::after {
    background: url("../img/sp/a_deco01.png") center/contain no-repeat;
    width: 15px;
    height: 36px;
  }
}

/*-------------------------

背景画像

-------------------------*/
.l-app #commu {
  --nav--btn--bg: url("../img/pc/commu_btn01.png");
  --nav--btn--bg--sp: url("../img/sp/commu_btn01.png");
  --nav--btn--arrow: url("../img/pc/commu_arrow01.png");
  --nav--btn--arrow--sp: url("../img/sp/commu_arrow01.png");
  --expert--other--bg: url("../img/pc/commu_fuki01.png");
  --expert--other--bg--sp: url("../img/sp/commu_fuki01.png");
  --expert--other--tit: url("../img/pc/commu_tit02.png");
  --expert--other--fuki: url("../img/pc/commu_fuki02.png");
  --expert--other--illust: url("../img/pc/commu_illust03.png");
  --expert--expert--bg: url("../img/pc/commu_bg01.png");
  --expert--expert--bg--sp: url("../img/sp/commu_bg01.png");
}
.l-app #matome {
  --nav--btn--bg: url("../img/pc/matome_btn01.png");
  --nav--btn--bg--sp: url("../img/sp/matome_btn01.png");
  --nav--btn--arrow: url("../img/pc/matome_arrow01.png");
  --nav--btn--arrow--sp: url("../img/sp/matome_arrow01.png");
  --expert--other--bg: url("../img/pc/matome_fuki01.png");
  --expert--other--bg--sp: url("../img/sp/matome_fuki01.png");
  --expert--other--tit: url("../img/pc/matome_tit02.png");
  --expert--other--fuki: url("../img/pc/matome_fuki02.png");
  --expert--other--illust: url("../img/pc/matome_illust03.png");
  --expert--expert--bg: url("../img/pc/matome_bg01.png");
  --expert--expert--bg--sp: url("../img/sp/matome_bg01.png");
}
.l-app #hdm {
  --nav--btn--bg: url("../img/pc/hdm_btn01.png");
  --nav--btn--bg--sp: url("../img/sp/hdm_btn01.png");
  --nav--btn--arrow: url("../img/pc/hdm_arrow01.png");
  --nav--btn--arrow--sp: url("../img/sp/hdm_arrow01.png");
  --expert--other--bg: url("../img/pc/hdm_fuki01.png");
  --expert--other--bg--sp: url("../img/sp/hdm_fuki01.png");
  --expert--other--tit: url("../img/pc/hdm_tit02.png");
  --expert--other--fuki: url("../img/pc/hdm_fuki02.png");
  --expert--other--illust: url("../img/pc/hdm_illust04.png");
  --expert--expert--bg: url("../img/pc/hdm_bg01.png");
  --expert--expert--bg--sp: url("../img/sp/hdm_bg01.png");
}
.l-app #logical {
  --nav--btn--bg: url("../img/pc/logical_btn01.png");
  --nav--btn--bg--sp: url("../img/sp/logical_btn01.png");
  --nav--btn--arrow: url("../img/pc/logical_arrow01.png");
  --nav--btn--arrow--sp: url("../img/sp/logical_arrow01.png");
  --expert--other--bg: url("../img/pc/logical_fuki01.png");
  --expert--other--bg--sp: url("../img/sp/logical_fuki01.png");
  --expert--other--tit: url("../img/pc/logical_tit02.png");
  --expert--other--fuki: url("../img/pc/logical_fuki02.png");
  --expert--other--illust: url("../img/pc/logical_illust04.png");
  --expert--expert--bg: url("../img/pc/logical_bg01.png");
  --expert--expert--bg--sp: url("../img/sp/logical_bg01.png");
}
.l-app #machin {
  --nav--btn--bg: url("../img/pc/machin_btn01.png");
  --nav--btn--bg--sp: url("../img/sp/machin_btn01.png");
  --nav--btn--arrow: url("../img/pc/machin_arrow01.png");
  --nav--btn--arrow--sp: url("../img/sp/machin_arrow01.png");
  --expert--other--bg: url("../img/pc/machin_fuki01.png");
  --expert--other--bg--sp: url("../img/sp/machin_fuki01.png");
  --expert--other--tit: url("../img/pc/machin_tit02.png");
  --expert--other--fuki: url("../img/pc/machin_fuki02.png");
  --expert--other--illust: url("../img/pc/machin_illust03.png");
  --expert--expert--bg: url("../img/pc/machin_bg01.png");
  --expert--expert--bg--sp: url("../img/sp/machin_bg01.png");
}
.l-app #expert {
  --nav--btn--bg: url("../img/pc/expert_btn01.png");
  --nav--btn--bg--sp: url("../img/sp/expert_btn01.png");
  --nav--btn--arrow: url("../img/pc/expert_arrow01.png");
  --nav--btn--arrow--sp: url("../img/sp/expert_arrow01.png");
  --expert--other--bg: url("../img/pc/expert_fuki01.png");
  --expert--other--bg--sp: url("../img/sp/expert_fuki01.png");
  --expert--other--tit: url("../img/pc/expert_tit02.png");
  --expert--other--fuki: url("../img/pc/expert_fuki02.png");
  --expert--other--illust: url("../img/pc/expert_illust03.png");
  --expert--expert--bg: url("../img/pc/expert_bg01.png");
  --expert--expert--bg--sp: url("../img/sp/expert_bg01.png");
}
.l-app #physical {
  --nav--btn--bg: url("../img/pc/physical_btn01.png");
  --nav--btn--bg--sp: url("../img/sp/physical_btn01.png");
  --nav--btn--arrow: url("../img/pc/physical_arrow01.png");
  --nav--btn--arrow--sp: url("../img/sp/physical_arrow01.png");
  --expert--other--bg: url("../img/pc/physical_fuki01.png");
  --expert--other--bg--sp: url("../img/sp/physical_fuki01.png");
  --expert--other--tit: url("../img/pc/physical_tit02.png");
  --expert--other--fuki: url("../img/pc/physical_fuki02.png");
  --expert--other--illust: url("../img/pc/physical_illust03.png");
  --expert--expert--bg: url("../img/pc/physical_bg01.png");
  --expert--expert--bg--sp: url("../img/sp/physical_bg01.png");
}
.l-app #kkm {
  --nav--btn--bg: url("../img/pc/kkm_btn01.png");
  --nav--btn--bg--sp: url("../img/sp/kkm_btn01.png");
  --nav--btn--arrow: url("../img/pc/kkm_arrow01.png");
  --nav--btn--arrow--sp: url("../img/sp/kkm_arrow01.png");
  --expert--other--bg: url("../img/pc/kkm_fuki01.png");
  --expert--other--bg--sp: url("../img/sp/kkm_fuki01.png");
  --expert--other--tit: url("../img/pc/kkm_tit02.png");
  --expert--other--fuki: url("../img/pc/kkm_fuki02.png");
  --expert--other--illust: url("../img/pc/kkm_illust03.png");
  --expert--expert--bg: url("../img/pc/kkm_bg01.png");
  --expert--expert--bg--sp: url("../img/sp/kkm_bg01.png");
}
.l-app #yorisoi {
  --nav--btn--bg: url("../img/pc/yorisoi_btn01.png");
  --nav--btn--bg--sp: url("../img/sp/yorisoi_btn01.png");
  --nav--btn--arrow: url("../img/pc/yorisoi_arrow01.png");
  --nav--btn--arrow--sp: url("../img/sp/yorisoi_arrow01.png");
  --expert--other--bg: url("../img/pc/yorisoi_fuki01.png");
  --expert--other--bg--sp: url("../img/sp/yorisoi_fuki01.png");
  --expert--other--tit: url("../img/pc/yorisoi_tit02.png");
  --expert--other--fuki: url("../img/pc/yorisoi_fuki02.png");
  --expert--other--illust: url("../img/pc/yorisoi_illust02.png");
  --expert--expert--bg: url("../img/pc/yorisoi_bg01.png");
  --expert--expert--bg--sp: url("../img/sp/yorisoi_bg01.png");
}

/*-------------------------

改行対策

-------------------------*/
.l-app .m-iblock {
  display: inline-block;
  text-indent: 0;
}
.l-app .m-nowrap {
  font-size: 9px;
}

/*-------------------------

テキストボックスの天地中央揃え対策

-------------------------*/
:root {
  --font--simple: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

/*-------------------------

l-app

-------------------------*/
:root {
  --inner--height: 518px;
  --footer--height: 50px;
}
@media (max-width: 768px) {
  :root {
    --inner--height: 581px;
    --footer--height: 22px;
  }
}

.l-app {
  position: relative;
  width: 100vw;
  height: calc(100vh - var(--footer--height));
  height: calc(100dvh - var(--footer--height));
  min-height: calc(100vh - var(--footer--height));
  min-height: calc(100dvh - var(--footer--height));
  display: grid;
  place-items: center;
  overflow-y: scroll;
  text-align: justify;
  background: #C9CACA url("../img/pc/top_bg01.png") repeat;
  background-size: 9px;
}
.l-app__bg {
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .l-app__bg {
    height: 100%;
  }
}
.l-app__inner {
  width: 91.4489311164%;
  max-width: 770px;
  min-height: calc(100vh - 120px);
  min-height: calc(100dvh - 120px);
  margin: 0 auto;
  border-radius: 28px;
  background: #ffffff;
  transform: translate(0, 35px);
}
@media screen and (min-width: 769px) and (min-height: 620px) {
  .l-app__inner {
    max-height: 518px;
    min-height: auto;
    transform: translate(0, -25px);
  }
}
@media (max-width: 768px) {
  .l-app__inner {
    width: 87.323943662%;
    max-width: 310px;
    min-height: auto;
    transform: translate(0, 0);
    max-height: 582px;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .l-app__inner {
    width: 22.4887556222%;
    max-width: 150px;
    max-height: 300px;
    min-height: auto;
  }
}
.l-app__wrapper {
  padding: 2em 0 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100vh - 120px);
  min-height: calc(100dvh - 120px);
}
@media (max-width: 768px) {
  .l-app__wrapper {
    padding: 2em 0 1em;
    min-height: auto;
  }
}
@media screen and (min-width: 769px) and (min-height: 620px) {
  .l-app__wrapper {
    max-height: 518px;
    min-height: auto;
  }
}
.l-app [data-btn=back].js-active {
  display: block;
  text-align: center;
  width: 200px;
  font-size: 18px;
  font-weight: 700;
  padding: 1em 2em;
  margin: 2em auto;
  color: #ffffff;
  cursor: pointer;
  background: url("../img/pc/top_btn02.png") center/contain no-repeat;
}
.l-app .l-screen__start,
.l-app .l-screen__question {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-app .l-screen__start.js-leave,
.l-app .l-screen__question.js-leave {
  position: absolute;
}
.l-app .l-nowrap {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .l-app .l-pc_only {
    display: none;
  }
}
@media (min-width: 769px) {
  .l-app .l-sp_only {
    display: none;
  }
}

/*-------------------------

l-footer

-------------------------*/
.l-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  height: 50px;
  display: flex;
  z-index: 99;
  padding: 10px 15px;
}
@media (max-width: 768px) {
  .l-footer {
    height: 22px;
    padding: 0 15px;
  }
}
.l-footer a {
  display: block;
  width: 200px;
}
@media (max-width: 768px) {
  .l-footer a {
    width: 100px;
  }
}

.l-app.js-result-open {
  height: auto;
  overflow-y: scroll;
}
.l-app.js-result-open + .l-footer {
  position: relative;
}

/*-------------------------

l-start

-------------------------*/
.l-app .l-start {
  position: relative;
  width: 100%;
  min-height: calc(100vh - var(--footer--height));
  min-height: calc(100dvh - var(--footer--height));
}
@media (min-width: 769px) and (orientation: landscape) and (max-height: calc(518px + 4em)) {
  .l-app .l-start {
    min-height: calc(var(--inner--height) + 4em);
  }
}
@media (max-width: 768px) {
  .l-app .l-start {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.l-app .l-start .l-app__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 768px) and (orientation: landscape) and (max-height: 300px) {
  .l-app .l-start .l-app__inner {
    height: auto;
    aspect-ratio: 310/578;
    top: 0;
    transform: translate(-50%, 0%);
  }
}
.l-app .l-start__bg {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: #BAE3F9;
  border-radius: 0 0 28px 28px;
  z-index: -1;
}
@media (max-width: 768px) {
  .l-app .l-start__bg {
    height: 50%;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .l-app .l-start__bg {
    height: 50%;
  }
}
.l-app .l-start__bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: url("../img/pc/top_bg02.png") bottom/contain no-repeat;
  transform: translate(0, calc(-100% + 1px));
  z-index: 1;
}
@media (max-width: 768px) {
  .l-app .l-start__bg::before {
    background: url("../img/sp/top_bg02.png") bottom/contain no-repeat;
  }
}
.l-app .l-start__subtit {
  width: 38.3116883117%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .l-app .l-start__subtit {
    width: 81.6129032258%;
  }
}
.l-app .l-start__tit {
  width: 79.2207792208%;
  margin: 0 auto;
  margin-top: 0.6493506494%;
}
@media (max-width: 768px) {
  .l-app .l-start__tit {
    width: 91.6129032258%;
    margin-top: 3.8709677419%;
  }
}
.l-app .l-start__kv {
  width: 94.5454545455%;
  margin: 0 auto;
  margin-top: 6.4935064935%;
}
@media (max-width: 768px) {
  .l-app .l-start__kv {
    width: 87.0967741935%;
    margin-top: 16.1290322581%;
  }
}
.l-app .l-start__btn {
  width: 14.5454545455%;
  margin: 0 auto;
  margin-top: 1.9480519481%;
  filter: drop-shadow(1.2px 1.2px 1.2px rgba(0, 0, 0, 0.5));
}
@media (max-width: 768px) {
  .l-app .l-start__btn {
    width: 32.9032258065%;
    margin-top: 9.0322580645%;
  }
}
.l-app .l-start__sumslogo {
  display: block;
  width: 27.2727272727%;
  margin: 0 auto;
  margin-top: 2.5974025974%;
}
@media (max-width: 768px) {
  .l-app .l-start__sumslogo {
    width: 47.4193548387%;
    margin-top: 8.3870967742%;
  }
}

/*-------------------------

l-question

-------------------------*/
.l-app .l-question {
  position: absolute;
  width: 100%;
  min-height: calc(100vh - 50px);
  min-height: calc(100dvh - 50px);
}
.l-app .l-question.js-active {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 50px);
  min-height: calc(100dvh - 50px);
}
@media (min-width: 769px) and (orientation: landscape) and (max-height: calc(518px + 4em)) {
  .l-app .l-question.js-active {
    min-height: calc(var(--inner--height) + 4em);
  }
}
.l-app .l-question .l-app__inner {
  background: #ffffff url("../img/pc/q_bg01.png") center/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .l-app .l-question .l-app__inner {
    background: #ffffff url("../img/sp/q_bg01.png") center/cover no-repeat;
  }
}
@media (max-width: 768px) and (orientation: landscape) and (max-height: 300px) {
  .l-app .l-question .l-app__inner {
    height: auto;
    aspect-ratio: 310/578;
    top: 0;
    transform: translate(-50%, 0%);
  }
}
.l-app .l-question__wrapper {
  position: relative;
  width: 92.2077922078%;
  background: url("../img/pc/q_fuki01.png") top/contain no-repeat;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .l-app .l-question__wrapper {
    background: url("../img/sp/q_fuki01.png") top/contain no-repeat;
    margin-top: 25.8064516129%;
    width: 125.8064516129%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.l-app .l-question__wrapper::before {
  position: absolute;
  content: "";
  bottom: -21%;
  left: 17%;
  width: 12.1126760563%;
  height: 10.4225352113vw;
  max-height: 74px;
  background: url("../img/pc/q_fuki02.png") center/contain no-repeat;
}
@media (max-width: 768px) {
  .l-app .l-question__wrapper::before {
    width: 17.1794871795%;
    height: 14.8717948718vw;
    max-height: 58px;
    bottom: -19%;
    left: 45%;
  }
}
.l-app .l-question__number {
  width: 17.7464788732%;
  margin: 0 auto;
  padding-top: 10.8450704225%;
}
@media (max-width: 768px) {
  .l-app .l-question__number {
    width: 25.641025641%;
    padding-top: 5.8974358974%;
  }
}
.l-app .l-question__txt {
  width: 85.3521126761%;
  margin: 0 auto;
  padding: 2.9577464789% 0 17.1830985915%;
}
@media (max-width: 768px) {
  .l-app .l-question__txt {
    width: 81.0256410256%;
    padding: 4.6153846154% 0 12.3076923077%;
  }
}
.l-app .l-question__illust {
  position: absolute;
  content: "";
  bottom: -33%;
  left: 0;
  width: 22.5352112676%;
  height: 27.8873239437vw;
  max-height: 198px;
  background: url("../img/pc/q_illust01.png") center/contain no-repeat;
}
@media (max-width: 768px) {
  .l-app .l-question__illust {
    width: 41.2903225806%;
    height: 50.9677419355vw;
    max-height: 158px;
    bottom: -46%;
    left: 9%;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .l-app .l-question__illust {
    max-width: 60px;
    bottom: -68%;
  }
}
.l-app .l-question__select {
  display: flex;
  justify-content: center;
  margin-top: 7.0422535211%;
  gap: 30px;
}
@media (max-width: 768px) {
  .l-app .l-question__select {
    margin-top: 48.3870967742%;
    gap: 22px;
  }
}
.l-app .l-question__select__btn {
  display: block;
  width: 15.4929577465%;
  filter: drop-shadow(1.2px 1.2px 1.2px rgba(0, 0, 0, 0.5));
}
@media (max-width: 768px) {
  .l-app .l-question__select__btn {
    width: 29.0322580645%;
  }
}
.l-app .l-question .l-question__illust {
  aspect-ratio: 160/198;
  height: auto;
}
.l-app .l-question[data-screen="2"] .l-question__illust {
  background: url("../img/pc/q_illust02.png") center/contain no-repeat;
  left: 80%;
}
@media (max-width: 768px) {
  .l-app .l-question[data-screen="2"] .l-question__illust {
    bottom: -59%;
    left: 51%;
    aspect-ratio: 128/158;
    height: auto;
  }
}
.l-app .l-question[data-screen="2"] .l-question__wrapper::before {
  transform: scaleX(-1);
  left: 73%;
}
@media (max-width: 768px) {
  .l-app .l-question[data-screen="2"] .l-question__wrapper::before {
    left: 41%;
    bottom: -21%;
  }
}
.l-app .l-question[data-screen="3"] .l-question__illust {
  background: url("../img/pc/q_illust03.png") center/contain no-repeat;
  bottom: -36%;
  left: -3%;
}
@media (max-width: 768px) {
  .l-app .l-question[data-screen="3"] .l-question__illust {
    bottom: -63%;
    left: 7%;
  }
}
@media (max-width: 768px) {
  .l-app .l-question[data-screen="3"] .l-question__wrapper::before {
    bottom: -15%;
    left: 35%;
  }
}
.l-app .l-question[data-screen="4"] .l-question__illust {
  background: url("../img/pc/q_illust04.png") center/contain no-repeat;
  bottom: -32%;
  left: 76%;
}
@media (max-width: 768px) {
  .l-app .l-question[data-screen="4"] .l-question__illust {
    bottom: -56%;
    left: 52%;
  }
}
.l-app .l-question[data-screen="4"] .l-question__wrapper::before {
  transform: scaleX(-1);
  left: 65%;
  bottom: -17%;
}
@media (max-width: 768px) {
  .l-app .l-question[data-screen="4"] .l-question__wrapper::before {
    left: 39%;
    bottom: -27%;
  }
}
.l-app .l-question[data-screen="5"] .l-question__illust {
  background: url("../img/pc/q_illust05.png") center/contain no-repeat;
  bottom: -33%;
  left: 82%;
}
@media (max-width: 768px) {
  .l-app .l-question[data-screen="5"] .l-question__illust {
    bottom: -49%;
    left: 52%;
  }
}
.l-app .l-question[data-screen="5"] .l-question__wrapper::before {
  transform: scaleX(-1);
  left: 72%;
  bottom: -20%;
}
@media (max-width: 768px) {
  .l-app .l-question[data-screen="5"] .l-question__wrapper::before {
    left: 41%;
    bottom: -16%;
  }
}
.l-app .l-question[data-screen="6"] .l-question__illust {
  background: url("../img/pc/q_illust06.png") center/contain no-repeat;
  bottom: -39%;
  left: -4%;
}
@media (max-width: 768px) {
  .l-app .l-question[data-screen="6"] .l-question__illust {
    bottom: -62%;
    left: 13%;
  }
}
.l-app .l-question[data-screen="6"] .l-question__wrapper::before {
  left: 20%;
}
@media (max-width: 768px) {
  .l-app .l-question[data-screen="6"] .l-question__wrapper::before {
    left: 48%;
    bottom: -23%;
  }
}
.l-app .l-question[data-screen="7"] .l-question__illust {
  background: url("../img/pc/q_illust07.png") center/contain no-repeat;
  bottom: -22%;
  left: 80%;
}
@media (max-width: 768px) {
  .l-app .l-question[data-screen="7"] .l-question__illust {
    bottom: -59%;
    left: 53%;
  }
}
.l-app .l-question[data-screen="7"] .l-question__wrapper::before {
  transform: scaleX(-1);
  left: 70%;
  bottom: -14%;
}
@media (max-width: 768px) {
  .l-app .l-question[data-screen="7"] .l-question__wrapper::before {
    left: 41%;
    bottom: -23%;
  }
}
.l-app .l-question[data-screen="8"] .l-question__illust {
  background: url("../img/pc/q_illust08.png") center/contain no-repeat;
  bottom: -29%;
  left: -2%;
}
@media (max-width: 768px) {
  .l-app .l-question[data-screen="8"] .l-question__illust {
    bottom: -60%;
    left: 9%;
  }
}
.l-app .l-question[data-screen="8"] .l-question__wrapper::before {
  bottom: -17%;
  left: 15%;
}
@media (max-width: 768px) {
  .l-app .l-question[data-screen="8"] .l-question__wrapper::before {
    bottom: -24%;
    left: 47%;
  }
}
.l-app .l-question[data-screen="9"] .l-question__illust {
  background: url("../img/pc/q_illust09.png") center/contain no-repeat;
  bottom: -32%;
  left: 80%;
}
@media (max-width: 768px) {
  .l-app .l-question[data-screen="9"] .l-question__illust {
    background: url("../img/sp/q_illust09.png") center/contain no-repeat;
    bottom: -62%;
    left: 52%;
  }
}
.l-app .l-question[data-screen="9"] .l-question__wrapper::before {
  transform: rotate(270deg);
  left: 82%;
  bottom: 6%;
}
@media (max-width: 768px) {
  .l-app .l-question[data-screen="9"] .l-question__wrapper::before {
    transform: scaleX(-1);
    left: 45%;
    bottom: -21%;
  }
}

/*-------------------------

l-result

-------------------------*/
@media (max-width: 768px) {
  .l-app__bg.l-screen__result {
    height: auto;
  }
}
.l-app .l-result {
  width: 100%;
  background: #C9CACA url("../img/pc/top_bg01.png") repeat;
  background-size: 9px;
}
@media (max-width: 768px) {
  .l-app .l-result {
    min-height: 100vh;
    min-height: 100dvh;
    overflow-y: auto;
  }
}
.l-app .l-result .l-app__inner {
  width: 85.7482185273%;
  max-width: 722px;
  min-height: auto;
  margin: 50px auto 0;
  border-radius: 28px 28px 0 0;
  transform: translate(0, 0);
  max-height: none;
}
@media (max-width: 768px) {
  .l-app .l-result .l-app__inner {
    width: 87.323943662%;
    margin: 35px auto 0;
    max-height: none;
    max-width: 355px;
  }
}
.l-app .l-result__inner {
  position: relative;
  width: 91.9667590028%;
  max-width: 664px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .l-app .l-result__inner {
    width: 91.6129032258%;
    max-width: 284px;
  }
}
.l-app .l-result__tit {
  position: absolute;
  top: 0;
  left: 50%;
  width: 36.1445783133%;
  max-width: 240px;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .l-app .l-result__tit {
    width: 47.0967741935%;
    max-width: 146px;
  }
}
.l-app .l-result__head__tit {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-top: 2.5em;
}
@media (max-width: 768px) {
  .l-app .l-result__head__tit {
    font-size: 12px;
    line-height: 1.5;
    padding-top: 2.5em;
  }
}
.l-app .l-result__head__main {
  width: 72.5903614458%;
  max-width: 482px;
  margin: 0.5em auto 0;
}
@media (max-width: 768px) {
  .l-app .l-result__head__main {
    width: 100%;
    max-width: 284px;
  }
}
.l-app .l-result__list {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 50px;
  margin-top: 1em;
}
@media (max-width: 768px) {
  .l-app .l-result__list {
    flex-direction: column;
    gap: 5px;
  }
}
.l-app .l-result__list picture {
  width: 43.0722891566%;
  max-width: 286px;
}
@media (max-width: 768px) {
  .l-app .l-result__list picture {
    width: 72.8873239437%;
    max-width: 207px;
    margin: 0 auto;
  }
}
.l-app .l-result__list__box {
  width: 44.1265060241%;
  max-width: 293px;
}
@media (max-width: 768px) {
  .l-app .l-result__list__box {
    width: 100%;
    max-width: none;
  }
}
.l-app .l-result__list__ul {
  margin-bottom: 1em;
}
.l-app .l-result__list__ul:first-of-type .l-result__list__li::before {
  background-color: #ffffff;
  border: 0.5px solid #000000;
}
.l-app .l-result__list__ul:first-of-type .l-result__list__li__tit {
  color: var(--dark);
  background-color: #251E1C;
}
.l-app .l-result__list__ul:last-of-type .l-result__list__li::before {
  background-color: var(--dark);
}
.l-app .l-result__list__ul:last-of-type .l-result__list__li__tit {
  color: #251E1C;
  background-color: var(--dark);
}
.l-app .l-result__list__li {
  position: relative;
  padding-left: 1.5em;
  margin-left: 1.5em;
  font-size: 10px;
}
@media (max-width: 768px) {
  .l-app .l-result__list__li {
    margin-left: 1em;
  }
}
.l-app .l-result__list__li:first-of-type {
  padding-left: 0;
  margin-left: 0;
}
.l-app .l-result__list__li:first-of-type::before {
  position: static;
  content: none;
}
.l-app .l-result__list__li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  transform: translate(0, 0.4em);
}
.l-app .l-result__list__li__tit {
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  padding: 0 1em;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .l-app .l-result__list__li__tit {
    font-size: 12px;
  }
}
.l-app .l-result__nav {
  margin-top: 2em;
  background-color: #FFFBC8;
  border-radius: 8px;
  border: 2px solid var(--dark);
}
@media (max-width: 768px) {
  .l-app .l-result__nav {
    margin-top: 1em;
  }
}
.l-app .l-result__nav__tit {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  background-color: var(--dark);
}
@media (max-width: 768px) {
  .l-app .l-result__nav__tit {
    background-color: transparent;
    margin-top: 0.5em;
  }
}
.l-app .l-result__nav__box {
  width: 102.4096385542%;
  max-width: 680px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 24px;
  margin: 0.5em 0 1em;
}
@media (max-width: 768px) {
  .l-app .l-result__nav__box {
    flex-direction: column;
    gap: 10px;
    width: 88.0281690141%;
    max-width: 250px;
    margin: 0.5em 0 1.5em;
  }
}
.l-app .l-result__nav__btn {
  position: relative;
  display: block;
  width: 30.8823529412%;
  max-width: 210px;
}
@media (max-width: 768px) {
  .l-app .l-result__nav__btn {
    width: 100%;
    max-width: none;
  }
}
.l-app .l-result__nav__btn::after {
  position: absolute;
  content: "";
  bottom: -46%;
  left: 50%;
  transform: translate(-50%, 0);
  background: var(--nav--btn--arrow) center/contain no-repeat;
  width: 30.4761904762%;
  max-width: 64px;
  height: 33.8235294118%;
  max-height: 23px;
}
@media (max-width: 768px) {
  .l-app .l-result__nav__btn::after {
    background: none;
  }
}
@media (max-width: 768px) {
  .l-app .l-result__nav__btn:last-of-type::after {
    background: var(--nav--btn--arrow--sp) center/contain no-repeat;
    bottom: -47%;
  }
}
.l-app .l-result__nav__btn__txt {
  position: relative;
  display: block;
  padding: 1em;
  width: 100%;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  z-index: 1;
}
.l-app .l-result__nav__btn__txt::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--nav--btn--bg) center/contain no-repeat;
  filter: drop-shadow(1.2px 1.2px 1.2px rgba(0, 0, 0, 0.5));
  z-index: -1;
}
@media (max-width: 768px) {
  .l-app .l-result__nav__btn__txt::before {
    background: var(--nav--btn--bg--sp) center/contain no-repeat;
  }
}
.l-app .l-result__learn {
  margin-top: 5em;
}
.l-app .l-result__learn__ul {
  position: relative;
  margin-top: 2em;
  display: flex;
  justify-content: center;
  gap: 36px;
}
@media (max-width: 768px) {
  .l-app .l-result__learn__ul {
    flex-direction: column;
    gap: 20px;
  }
}
.l-app .l-result__learn__ul::before {
  position: absolute;
  content: "";
  top: 0;
  left: calc(33.3333333333% - 7px);
  width: 1px;
  height: 100%;
  border-left: 1px dashed #000000;
}
@media (max-width: 768px) {
  .l-app .l-result__learn__ul::before {
    position: static;
    content: none;
  }
}
.l-app .l-result__learn__ul::after {
  position: absolute;
  content: "";
  top: 0;
  left: calc(66.6666666667% + 6px);
  width: 1px;
  height: 100%;
  border-left: 1px dashed #000000;
}
@media (max-width: 768px) {
  .l-app .l-result__learn__ul::after {
    position: static;
    content: none;
  }
}
.l-app .l-result__learn__li {
  width: 30.1204819277%;
  max-width: 200px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .l-app .l-result__learn__li {
    width: 100%;
    max-width: none;
  }
}
.l-app .l-result__learn__head__cat {
  font-family: var(--font--simple);
  position: relative;
  font-size: 10px;
  font-weight: 400;
  color: #ffffff;
  background: #878788;
  text-align: center;
  border-radius: 99px;
  z-index: 1;
}
@media (max-width: 768px) {
  .l-app .l-result__learn__head__cat {
    transform: translate(0, 1.3em);
    margin: 0 1em;
  }
}
.l-app .l-result__learn__head__tit {
  position: relative;
  background: var(--light) url("../img/pc/top_bg01.png") repeat;
  background-size: 9px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 2em 1em 1em;
  margin-top: -1em;
  border-radius: 0 0 8px 8px;
  z-index: 0;
}
@media (max-width: 768px) {
  .l-app .l-result__learn__head__tit {
    padding: 2.5em 0.5em 0.5em;
    border-radius: 8px;
  }
}
.l-app .l-result__learn__txt {
  margin: 1em 0 2em;
  font-size: 10px;
}
@media (max-width: 768px) {
  .l-app .l-result__learn__txt {
    max-width: 190px;
    margin: 1em auto 0;
  }
}
.l-app .l-result__learn picture {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 768px) {
  .l-app .l-result__learn picture {
    max-width: 190px;
    margin: 1em auto 0;
  }
}
.l-app .l-result__choice {
  margin-top: 5em;
}
.l-app .l-result__choice__wrap {
  position: relative;
  margin-top: 3em;
  display: flex;
  justify-content: center;
  gap: 36px;
}
@media (max-width: 768px) {
  .l-app .l-result__choice__wrap {
    flex-direction: column;
  }
}
.l-app .l-result__choice__wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: calc(33.3333333333% - 7px);
  width: 1px;
  height: 100%;
  border-left: 1px dashed #000000;
}
@media (max-width: 768px) {
  .l-app .l-result__choice__wrap::before {
    position: static;
    content: none;
  }
}
.l-app .l-result__choice__wrap::after {
  position: absolute;
  content: "";
  top: 0;
  left: calc(66.6666666667% + 6px);
  width: 1px;
  height: 100%;
  border-left: 1px dashed #000000;
}
@media (max-width: 768px) {
  .l-app .l-result__choice__wrap::after {
    position: static;
    content: none;
  }
}
.l-app .l-result__choice__ul {
  width: 30.1204819277%;
  max-width: 200px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .l-app .l-result__choice__ul {
    position: relative;
    width: 100%;
    max-width: none;
    background: #ffffff url("../img/sp/a_bg01.png") repeat;
    background-size: 9px;
    border-radius: 14px;
    margin-top: 7em;
    z-index: 1;
  }
  .l-app .l-result__choice__ul:first-of-type {
    margin-top: 4em;
  }
}
@media (max-width: 768px) {
  .l-app .l-result__choice__li {
    width: 88.0281690141%;
    max-width: 250px;
    margin: 1.5em auto 0;
    background: #ffffff;
    padding: 0.5em 1.5em;
    border-radius: 6px 6px 0 0;
  }
}
.l-app .l-result__choice__li__tit {
  font-family: var(--font--simple);
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  padding: 0.5em;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .l-app .l-result__choice__li__tit {
    font-size: 14px;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -180%);
  }
}
.l-app .l-result__choice__li__tit::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--dark);
  border-radius: 8px;
  border: 3px solid #ffffff;
  filter: drop-shadow(1.2px 1.2px 1.2px rgba(0, 0, 0, 0.5));
  z-index: -1;
}
.l-app .l-result__choice__li__txt {
  font-size: 10px;
  margin-top: 0.5em;
}
.l-app .l-result__choice__list {
  margin-bottom: 1em;
}
.l-app .l-result__choice__list__tit {
  font-family: var(--font--simple);
  margin-top: 0.5em;
  background: #878788;
  font-size: 10px;
  color: #ffffff;
  font-weight: 400;
  padding: 0.25em 1em;
  display: flex;
  align-items: center;
  min-width: 12.75em;
}
.l-app .l-result__choice__list__txt {
  font-size: 10px;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  margin-top: 0.5em;
}
.l-app .l-result__choice__list__txt:first-of-type {
  margin-top: 0.8em;
}
.l-app .l-result__choice__list__sml {
  font-size: 8px;
}
.l-app .l-result__choice__list__att {
  font-size: 8px;
  text-align: right;
}
.l-app .l-result__choice picture {
  position: absolute;
  display: block;
}
@media (max-width: 768px) {
  .l-app .l-result__choice picture {
    display: none;
  }
}
.l-app .l-result__choice__box {
  position: relative;
  margin-top: auto;
}
@media (max-width: 768px) {
  .l-app .l-result__choice__box {
    width: 88.0281690141%;
    max-width: 250px;
    margin: 0 auto 1.5em;
    background: #ffffff;
    padding: 0 1.5em 1.5em;
    border-radius: 0 0 6px 6px;
  }
}
.l-app .l-result__choice__box__dl {
  display: flex;
  height: 8.5em;
  background: var(--light);
  border-radius: 8px;
}
.l-app .l-result__choice__box__dt {
  writing-mode: vertical-rl;
  background: var(--dark);
  display: flex;
  justify-content: center;
  color: #ffffff;
  border-radius: 8px 0 0 8px;
}
.l-app .l-result__choice__box__dd {
  margin: auto;
  flex: 1;
  padding: 1em;
  font-size: 10px;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 768px) {
  .l-app .l-result__choice__box__wrap {
    position: relative;
    width: 75%;
    max-width: 150px;
    display: block;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.l-app .l-result__choice__box__btn {
  position: relative;
  display: block;
  width: 75%;
  max-width: 150px;
  margin: 1em auto 0;
  text-align: center;
  background: #878788;
  color: #ffffff;
  font-size: 10px;
  padding: 1em;
  border-radius: 5px;
  box-shadow: 2px 2px 0 #000000;
}
.l-app .l-result__choice__box__btn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translate(0.5em, -50%);
  background: url("../img/pc/a_arrow01.png") center/contain no-repeat;
  width: 11px;
  height: 17px;
}
.l-app .l-result__choice__box__btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translate(-0.5em, -50%) scaleX(-1);
  background: url("../img/pc/a_arrow01.png") center/contain no-repeat;
  width: 11px;
  height: 17px;
}
@media (max-width: 768px) {
  .l-app .l-result__choice__box__btn {
    position: absolute;
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 768px) {
  .l-app .l-result__choice__box picture {
    display: none;
  }
}
.l-app .l-result__expert {
  position: relative;
  margin-top: 5em;
  padding-bottom: 3em;
  z-index: 1;
}
.l-app .l-result__expert__other {
  font-family: var(--font--simple);
  position: relative;
  text-align: center;
  font-size: 12px;
  max-width: 370px;
  padding: 2em 1em;
  font-weight: bold;
  background: var(--expert--other--bg) center/contain no-repeat;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .l-app .l-result__expert__other {
    padding: 2em;
  }
}
.l-app .l-result__expert__other::before {
  position: absolute;
  content: "";
  top: -15%;
  left: -7%;
  width: 96px;
  height: 38px;
  background: var(--expert--other--tit) center/contain no-repeat;
}
@media (max-width: 768px) {
  .l-app .l-result__expert__other::before {
    width: 82px;
    height: 32px;
    top: -9%;
    left: 0;
  }
}
.l-app .l-result__expert__other::after {
  position: absolute;
  content: "";
  top: -12%;
  right: -9%;
  width: 59px;
  height: 42px;
  background: var(--expert--other--fuki) center/contain no-repeat;
}
@media (max-width: 768px) {
  .l-app .l-result__expert__other::after {
    width: 55px;
    height: 47px;
    transform: rotate(250deg) scaleX(-1);
    top: 82%;
    right: 5%;
  }
}
@media (max-width: 768px) {
  .l-app .l-result__expert__other {
    margin: 0;
    width: auto;
    max-width: none;
    display: inline-block;
    background: var(--expert--other--bg--sp) center/contain no-repeat;
  }
}
.l-app .l-result__expert__other__illust {
  position: absolute;
  content: "";
  top: 10%;
  right: -30%;
  width: 77px;
  height: 205px;
  background: var(--expert--other--illust) center/contain no-repeat;
}
@media (max-width: 768px) {
  .l-app .l-result__expert__other__illust {
    width: 62px;
    height: 164px;
    top: 47%;
    right: -36%;
  }
}
.l-app .l-result__expert__wrap {
  margin-top: 11em;
}
@media (max-width: 768px) {
  .l-app .l-result__expert__wrap {
    margin-top: 14em;
  }
}
.l-app .l-result__expert__ul {
  margin-top: 3em;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .l-app .l-result__expert__ul {
    flex-direction: column;
    gap: 14px;
    margin-top: 2em;
  }
}
.l-app .l-result__expert__li {
  background: #ffffff;
  padding: 1em;
  border-radius: 8px;
}
.l-app .l-result__expert__li__tit {
  background: var(--dark);
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0.75em;
  font-family: var(--font--simple);
}
@media (max-width: 768px) {
  .l-app .l-result__expert__li__tit {
    font-size: 12px;
    font-weight: bold;
  }
}
.l-app .l-result__expert__li__txt {
  font-size: 10px;
  line-height: 1.5;
  margin-top: 1em;
}
@media (max-width: 768px) {
  .l-app .l-result__expert__li__txt {
    margin-top: 0.5em;
  }
}
.l-app .l-result__expert__footer {
  margin: 2em 0 0;
  border-top: 1px solid #000000;
  text-align: center;
}
@media (max-width: 768px) {
  .l-app .l-result__expert__footer {
    margin: 2em 0 0;
    padding-bottom: 3em;
  }
}
.l-app .l-result__expert__footer__wrap {
  display: inline-block;
}
.l-app .l-result__expert__footer__nav {
  position: relative;
  margin-top: 1em;
  display: flex;
  justify-content: center;
}
.l-app .l-result__expert__footer__nav::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 1px;
  height: 50%;
  background: #000000;
}
.l-app .l-result__expert__footer__nav::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 1px;
  height: 50%;
  background: #000000;
}
.l-app .l-result__expert__footer__btn {
  position: relative;
  display: block;
  margin: 0 1em;
  font-size: 12px;
}
@media (max-width: 768px) {
  .l-app .l-result__expert__footer__btn {
    font-size: 10px;
  }
}
.l-app .l-result__expert__footer__btn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translate(-1em, -50%);
  width: 1px;
  height: 50%;
  background: #000000;
}
.l-app .l-result__expert__footer__btn:first-of-type::before {
  position: static;
  content: "";
}
.l-app .l-result__expert__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: var(--light);
  z-index: -1;
}
@media (max-width: 768px) {
  .l-app .l-result__expert__bg {
    height: 68%;
  }
}
.l-app .l-result__expert__bg::before {
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
  transform: translate(0, -100%);
  width: 100%;
  height: 39px;
  background: var(--expert--expert--bg) bottom/contain no-repeat;
}
@media (max-width: 768px) {
  .l-app .l-result__expert__bg::before {
    background: var(--expert--expert--bg--sp) bottom/contain no-repeat;
  }
}
.l-app .l-result#commu .l-result__choice__ul picture {
  width: 74%;
  max-width: 148px;
  height: 64%;
  max-height: 128px;
  top: -95%;
  right: 0;
}
.l-app .l-result#commu .l-result__expert__other::after {
  right: -6%;
}
@media (max-width: 768px) {
  .l-app .l-result#commu .l-result__expert__other {
    padding: 2.5em;
    margin: 0 0 0 1em;
  }
  .l-app .l-result#commu .l-result__expert__other__illust {
    right: -30%;
  }
  .l-app .l-result#commu .l-result__expert__wrap {
    margin-top: 10em;
  }
}
.l-app .l-result#matome .l-result__choice__box__dd {
  letter-spacing: -0.06em;
  padding: 0.5em 0.5em 0.5em 0.8em;
}
.l-app .l-result#matome .l-result__choice__ul picture {
  width: 72%;
  max-width: 144px;
  height: 62%;
  max-height: 124px;
  top: -88%;
  right: 0;
}
.l-app .l-result#matome .l-result__expert__other::before {
  top: -1%;
}
@media (max-width: 768px) {
  .l-app .l-result#matome .l-result__expert__other::before {
    top: -12%;
  }
}
.l-app .l-result#matome .l-result__expert__other::after {
  top: 1%;
}
@media (max-width: 768px) {
  .l-app .l-result#matome .l-result__expert__other::after {
    top: 88%;
  }
}
@media (max-width: 768px) {
  .l-app .l-result#matome .l-result__expert__other {
    padding: 2.5em;
    margin: 0 0 0 1em;
  }
  .l-app .l-result#matome .l-result__expert__other__illust {
    right: -25%;
  }
  .l-app .l-result#matome .l-result__expert__wrap {
    margin-top: 10em;
  }
}
.l-app .l-result#hdm .l-result__choice__ul picture {
  width: 69%;
  max-width: 138px;
  height: 52.5%;
  max-height: 105px;
  top: -83%;
  right: 0;
}
.l-app .l-result#hdm .l-result__choice__ul:nth-of-type(3) .l-result__choice__list {
  width: 118px;
}
.l-app .l-result#hdm .l-result__choice__ul:nth-of-type(3) .l-result__choice__li {
  position: relative;
}
.l-app .l-result#hdm .l-result__choice__ul:nth-of-type(3) picture {
  width: 25%;
  max-width: 55px;
  height: 78%;
  max-height: 130px;
  top: auto;
  bottom: 0;
  right: 0;
}
.l-app .l-result#hdm .l-result__expert__other::after {
  right: -6%;
}
@media (max-width: 768px) {
  .l-app .l-result#hdm .l-result__expert__other {
    width: 100%;
    max-width: none;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 2em 1em;
  }
  .l-app .l-result#hdm .l-result__expert__other::before {
    left: -4%;
  }
  .l-app .l-result#hdm .l-result__expert__other::after {
    right: 25%;
  }
  .l-app .l-result#hdm .l-result__expert__other__illust {
    top: 74%;
    right: -2%;
  }
}
.l-app .l-result#logical .l-result__choice__li {
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .l-app .l-result#logical .l-result__choice__li {
    margin-bottom: 0;
  }
}
.l-app .l-result#logical .l-result__choice__box__dd {
  letter-spacing: -0.06em;
  padding: 0.5em;
}
.l-app .l-result#logical .l-result__choice__ul picture {
  width: 69%;
  max-width: 138px;
  height: 52.5%;
  max-height: 105px;
  top: -83%;
  right: 0;
}
.l-app .l-result#logical .l-result__choice__ul .l-result__choice__li {
  position: relative;
}
.l-app .l-result#logical .l-result__choice__ul:nth-of-type(1) .l-result__choice__list {
  width: 12.75em;
}
.l-app .l-result#logical .l-result__choice__ul:nth-of-type(1) picture {
  width: 25%;
  max-width: 55px;
  height: 78%;
  max-height: 130px;
  top: auto;
  bottom: 0;
  right: 0;
}
.l-app .l-result#logical .l-result__choice__ul:nth-of-type(3) picture {
  width: 63.5%;
  max-width: 127px;
  height: 37%;
  max-height: 74px;
  top: -43%;
  right: 0;
}
.l-app .l-result#logical .l-result__expert__other::before {
  top: -1%;
}
.l-app .l-result#logical .l-result__expert__other::after {
  top: 1%;
}
@media (max-width: 768px) {
  .l-app .l-result#logical .l-result__expert__other {
    width: 100%;
    max-width: none;
    padding: 2em 1em;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .l-app .l-result#logical .l-result__expert__other::before {
    left: -4%;
    top: -8%;
  }
  .l-app .l-result#logical .l-result__expert__other::after {
    right: 25%;
    top: 82%;
  }
  .l-app .l-result#logical .l-result__expert__other__illust {
    top: 74%;
    right: -2%;
  }
}
.l-app .l-result#machin .l-result__choice__box__dd {
  letter-spacing: -0.06em;
  padding: 0.5em 0.5em 0.5em 0.8em;
}
.l-app .l-result#machin .l-result__choice__ul:nth-of-type(1) .l-result__choice__list {
  width: 118px;
}
@media (max-width: 768px) {
  .l-app .l-result#machin .l-result__choice__ul:nth-of-type(1) .l-result__choice__list {
    width: 100%;
  }
}
.l-app .l-result#machin .l-result__choice__ul:nth-of-type(1) picture {
  width: 25%;
  max-width: 55px;
  height: 78%;
  max-height: 130px;
  top: auto;
  bottom: 0;
  right: 0;
}
.l-app .l-result#machin .l-result__choice__li {
  position: relative;
}
@media (max-width: 768px) {
  .l-app .l-result#machin .l-result__expert__other {
    margin: 0 0 0 2em;
  }
  .l-app .l-result#machin .l-result__expert__other::after {
    right: 19%;
  }
  .l-app .l-result#machin .l-result__expert__other__illust {
    top: 64%;
    right: -12%;
  }
}
.l-app .l-result#expert .l-result__choice__ul picture {
  width: 72%;
  max-width: 144px;
  height: 62%;
  max-height: 124px;
  top: -86%;
  right: 0;
}
@media (max-width: 768px) {
  .l-app .l-result#expert .l-result__expert__other {
    margin: 0 0 0 2em;
    padding: 2.5em;
  }
  .l-app .l-result#expert .l-result__expert__other::after {
    right: 19%;
  }
  .l-app .l-result#expert .l-result__expert__other__illust {
    top: 64%;
    right: -12%;
  }
}
.l-app .l-result#physical .l-result__nav__box {
  gap: 10px;
}
@media (max-width: 768px) {
  .l-app .l-result#physical .l-result__nav__box {
    gap: 10px;
  }
}
.l-app .l-result#physical .l-result__nav__btn {
  width: 33.8235294118%;
  max-width: 230px;
}
.l-app .l-result#physical .l-result__nav__btn__txt {
  letter-spacing: -0.05em;
  padding: 1em 0.5em;
}
@media (max-width: 768px) {
  .l-app .l-result#physical .l-result__nav__btn {
    width: 100%;
    max-width: none;
  }
}
.l-app .l-result#physical .l-result__choice__li__tit {
  letter-spacing: -0.06em;
  padding: 0.5em 0.2em;
}
.l-app .l-result#physical .l-result__choice__ul picture {
  width: 69%;
  max-width: 138px;
  height: 52.5%;
  max-height: 105px;
  top: -168%;
  right: 0;
}
.l-app .l-result#physical .l-result__choice__ul:nth-of-type(1) .l-result__choice__li__tit {
  position: relative;
  width: 105%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 768px) {
  .l-app .l-result#physical .l-result__choice__ul:nth-of-type(1) .l-result__choice__li__tit {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -180%);
  }
}
@media (max-width: 768px) {
  .l-app .l-result#physical .l-result__expert__other::after {
    right: 16%;
  }
  .l-app .l-result#physical .l-result__expert__other__illust {
    right: -14%;
  }
}
.l-app .l-result#kkm .l-result__nav__box {
  gap: 14px;
}
.l-app .l-result#kkm .l-result__nav__btn {
  width: 33.8235294118%;
  max-width: 230px;
}
.l-app .l-result#kkm .l-result__nav__btn__txt {
  letter-spacing: -0.05em;
  padding: 1em 0.5em;
}
@media (max-width: 768px) {
  .l-app .l-result#kkm .l-result__nav__btn {
    width: 100%;
    max-width: none;
  }
}
.l-app .l-result#kkm .l-result__choice__box__dd {
  letter-spacing: -0.06em;
  padding: 0.5em;
}
.l-app .l-result#kkm .l-result__choice__ul picture {
  width: 69%;
  max-width: 138px;
  height: 52.5%;
  max-height: 105px;
  top: -63%;
  right: 0;
}
.l-app .l-result#kkm .l-result__choice__li__tit {
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .l-app .l-result#kkm .l-result__expert__other {
    margin: 0 0 0 2em;
  }
  .l-app .l-result#kkm .l-result__expert__other::after {
    right: 16%;
  }
  .l-app .l-result#kkm .l-result__expert__other__illust {
    right: -14%;
  }
}
.l-app .l-result#yorisoi .l-result__nav__box {
  gap: 10px;
}
.l-app .l-result#yorisoi .l-result__nav__btn {
  width: 33.8235294118%;
  max-width: 230px;
}
.l-app .l-result#yorisoi .l-result__nav__btn__txt {
  letter-spacing: -0.05em;
  padding: 1em 0.5em;
}
@media (max-width: 768px) {
  .l-app .l-result#yorisoi .l-result__nav__btn {
    width: 100%;
    max-width: none;
  }
}
.l-app .l-result#yorisoi .l-result__choice__ul:nth-of-type(3) .l-result__choice__li__tit {
  position: relative;
  width: 105%;
  left: 50%;
  transform: translate(-50%, 0);
}
.l-app .l-result#yorisoi .l-result__choice__li__tit {
  letter-spacing: -0.06em;
  padding: 0.5em 0.2em;
}
@media (max-width: 768px) {
  .l-app .l-result#yorisoi .l-result__expert__other {
    padding: 3em;
    margin: 0 0 0 2em;
  }
  .l-app .l-result#yorisoi .l-result__expert__other::before {
    top: 1%;
  }
  .l-app .l-result#yorisoi .l-result__expert__other::after {
    top: 78%;
    right: 18%;
  }
  .l-app .l-result#yorisoi .l-result__expert__other__illust {
    top: 62%;
    right: -14%;
  }
}/*# sourceMappingURL=suzuka_u.css.map */