@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  color: #fff;
  font-weight: bold;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.font-small {
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: 0, 0;
          transform-origin: 0, 0;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1713030747vw;
  }
}
@media (min-width: 1366px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.common {
  background: rgba(0, 0, 45, .85);
}

.common__inner {
  padding-top: 122px;
  padding-top: 7.625rem;
  padding-bottom: 72px;
  padding-bottom: 4.5rem;
}
@media screen and (min-width: 768px) {
  .common__inner {
    padding-top: 10.1875rem;
  }
}

.common__wrap {
  background: rgba(35, 35, 35, .9);
  padding: 0px 15px 32px 17px;
  max-width: 500px;
  max-width: 31.25rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .common__wrap {
    max-width: 62.5rem;
    padding: 0px 70px 84px;
  }
}

.common__wrap + .common__wrap {
  margin-top: 124px;
  margin-top: 7.75rem;
  padding: 0px 15px 52px 17px;
}
@media screen and (min-width: 768px) {
  .common__wrap + .common__wrap {
    margin-top: 18.125rem;
    padding: 0px 70px 52px;
  }
}

.common__titles {
  text-align: center;
  -webkit-transform: translateY(-1.6875rem);
          transform: translateY(-1.6875rem);
}
@media screen and (min-width: 768px) {
  .common__titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translate(1.5rem, -2.5rem);
            transform: translate(1.5rem, -2.5rem);
  }
}

.common__titles span {
  text-align: center;
  font-size: 18.92px;
  font-size: 1.1825rem;
  font-weight: bold;
  display: inline-block;
  margin-top: 7px;
  margin-top: 0.4375rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .common__titles span {
    font-size: 2.375625rem;
    -webkit-transform: translate(1.125rem, 0.5rem);
            transform: translate(1.125rem, 0.5rem);
  }
}

.common__title {
  width: 67%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .common__title {
    width: 25.125rem;
    margin: 0;
    margin: initial;
  }
}

.common__lead {
  margin-top: -7px;
  margin-top: -0.4375rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .common__lead {
    margin-top: 1.0625rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

.common__lead p {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .common__lead p {
    font-size: 1.125rem;
  }
}

.common__list {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .common__list {
    margin-top: 2.4375rem;
  }
}

.common__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
}

.common__item + .common__item {
  margin-top: 33px;
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .common__item + .common__item {
    margin-top: 0.5625rem;
  }
}

.common__img {
  width: 39%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .common__img {
    width: 7.25rem;
  }
}

.common__s-item {
  margin-top: -8px;
  margin-top: -0.5rem;
}
@media screen and (min-width: 768px) {
  .common__s-item {
    padding: 2.125rem 0 0 0.1875rem;
  }
}

.common__s-item--red {
  color: #FF3C15;
}

.common__s-item--blue {
  color: #518CF4;
}

.common__s-item--green {
  color: #6EB785;
}

.common__s-item--orange {
  color: #EE9D42;
}

.common__s-item--light-blue {
  color: #44C3DC;
}

.common__name-kan {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .common__name-kan {
    display: inline-block;
  }
}

.common__name-hira {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .common__name-hira {
    margin-left: 0.875rem;
  }
}

.common__name-hira,
.common__name-cv {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .common__name-hira,
  .common__name-cv {
    display: inline-block;
  }
}

.common__description {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.72;
  margin-top: 6px;
  margin-top: 0.375rem;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .common__description {
    font-size: 1.125rem;
    line-height: 2.1;
    margin-top: 0.375rem;
  }
}

.common__img2 {
  -webkit-transform: translateY(-3.9375rem);
          transform: translateY(-3.9375rem);
}
@media screen and (min-width: 768px) {
  .common__img2 {
    width: 52.875rem;
    margin: auto;
    -webkit-transform: translateY(-11.0625rem);
            transform: translateY(-11.0625rem);
  }
}

.common__about-text {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: -39px;
  margin-top: -2.4375rem;
  line-height: 1.7;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .common__about-text {
    font-size: 1.125rem;
    line-height: 2.1;
    margin-top: -8.6875rem;
  }
}

.common__sns-box {
  margin-top: 31px;
  margin-top: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .common__sns-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5625rem;
    margin-top: 2.8125rem;
  }
}

.common__sns-title {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}

.common__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  gap: 1.5rem;
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .common__sns-list {
    margin-top: 0;
    gap: 1.0625rem;
  }
}

.common__sns-item {
  width: 44px;
  width: 2.75rem;
}
@media screen and (min-width: 768px) {
  .common__sns-item {
    width: 2.25rem;
  }
}

.common__logo {
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .common__logo {
    width: 12.5rem;
  }
}

.common__logo--result {
  margin: auto;
  width: 38%;
  -webkit-transform: translate(0.0625rem, 0.4375rem);
          transform: translate(0.0625rem, 0.4375rem);
}
@media screen and (min-width: 768px) {
  .common__logo--result {
    width: 13.75rem;
    -webkit-transform: translate(0.375rem, 1.5625rem);
            transform: translate(0.375rem, 1.5625rem);
    position: relative;
    z-index: 1;
  }
}

.common__btn {
  max-width: 335px;
  max-width: 20.9375rem;
  margin: 62px auto 0;
  margin: 3.875rem auto 0;
}
@media screen and (min-width: 768px) {
  .common__btn {
    max-width: 36.5625rem;
    margin: 5.125rem auto 0;
  }
}

.footer__inner {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 74px;
  padding-bottom: 4.625rem;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding-bottom: 9.1875rem;
  }
}

.footer {
  background: #232323;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer__share-box {
    margin-top: 2.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 47.6875rem;
    margin: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.25rem;
    background: url(../images/btn-line-pc.png) center center no-repeat;
    background-size: cover;
    padding: 24px 0;
  }
}

.footer__text {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .footer__text {
    font-size: 1.6225rem;
  }
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  background: url(../images/btn-line.png) center center no-repeat;
  background-size: cover;
  padding: 20px 0;
  max-width: 375px;
  max-width: 23.4375rem;
  margin: 18px auto 0;
}
@media screen and (min-width: 768px) {
  .footer__list {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
    margin: 0;
    margin: initial;
    padding: 0;
    padding: initial;
    gap: 1.5625rem;
  }
}

.footer__item {
  width: 44px;
  width: 2.75rem;
}
@media screen and (min-width: 768px) {
  .footer__item {
    width: 3.125rem;
  }
}

.footer__about {
  margin-top: 67px;
}

.footer__pr {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  margin-right: 22px;
  margin-right: 1.375rem;
  letter-spacing: 0.05em;
}

.footer__flex {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  margin-top: 27px;
  letter-spacing: 0.1em;
  text-align: center;
  display: grid;
}
@media screen and (min-width: 768px) {
  .footer__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.75rem;
    margin-top: 1.1875rem;
  }
}

.footer__flex p {
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .footer__flex p {
    font-size: 1.125rem;
  }
}

.footer__text + .footer__text {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__text + .footer__text {
    margin-top: 0;
  }
}

.footer__copyright {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 1rem;
  }
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1416px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.main {
  position: relative;
  min-height: 100vh;
}

/*modal*/
.modal {
  display: block;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 999999;
  overflow-y: hidden;
}

.close-btn {
  text-align: right;
  text-decoration: none;
  font-size: 28.8px;
  font-size: 1.8rem;
  color: #666;
}

.modal-bg {
  background: rgba(0, 0, 0, .8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal-box {
  /* background: #fff; */
  left: 50%;
  padding: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.modal-box1 {
  position: relative;
  max-width: 1366px;
  max-width: 85.375rem;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .modal-box iframe {
    width: 68.75rem;
    height: 67vh;
  }
}

.modal.active {
  display: none;
}

.drawer {
  position: relative;
  width: 33.33334%;
  height: 200px;
  padding-top: 80px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  counter-increment: item;
}

.drawer:after {
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  content: counter(item);
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
}

.drawer__trigger,
.drawer__trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.drawer__trigger {
  position: absolute;
  width: 35px;
  width: 2.1875rem;
  height: 35px;
  height: 2.1875rem;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  right: 0;
  top: -57px;
  top: -3.5625rem;
}
@media screen and (min-width: 768px) {
  .drawer__trigger {
    width: 3.125rem;
    height: 2.75rem;
    top: -3rem;
    right: 1rem;
  }
}

.drawer__trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  background-color: #fff;
}

.drawer__trigger span:nth-of-type(1) {
  top: 25px;
  top: 1.5625rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer__trigger span:nth-of-type(2) {
  top: 25px;
  top: 1.5625rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mv__inner {
  background: rgba(0, 0, 45, .7);
  margin-top: -288px;
  margin-top: -18rem;
  padding-bottom: 53px;
  padding-bottom: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .mv__inner {
    margin-top: -57rem;
    padding-bottom: 2.8125rem;
  }
}

.mv__character {
  background: url(../images/bg01.png) center center no-repeat;
  background-size: cover;
  width: 101%;
  height: 455px;
  height: 28.4375rem;
  -webkit-transform: translate(-0.375rem, 0);
          transform: translate(-0.375rem, 0);
  position: relative;
  z-index: -1;
  max-width: 500px;
  max-width: 31.25rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .mv__character {
    width: 81.25rem;
    height: 77.5rem;
    max-width: none;
    max-width: initial;
    -webkit-transform: translate(0, -1.9375rem);
            transform: translate(0, -1.9375rem);
  }
}

.mv__wrap {
  position: relative;
  max-width: 544px;
  max-width: 34rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .mv__wrap {
    max-width: 903px;
  }
}

.mv__title {
  width: 96%;
  margin: 0 auto 0;
  -webkit-transform: translateY(-2.4375rem);
          transform: translateY(-2.4375rem);
}
@media screen and (min-width: 768px) {
  .mv__title {
    width: 25.125rem;
    -webkit-transform: translateY(-6rem);
            transform: translateY(-6rem);
  }
}

.mv__text {
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  margin-top: -13px;
  margin-top: -0.8125rem;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 0 13px;
  padding: 0 0.8125rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .mv__text {
    font-size: 0.875rem;
    margin-top: -4.75rem;
    letter-spacing: 0.1em;
    line-height: 1.66;
  }
}

.mv__note {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 3px;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .mv__note {
    margin-top: 0.5rem;
  }
}

.mv__btn {
  margin: 24px auto 0;
  margin: 1.5rem auto 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mv__btn {
    margin: 1.625rem auto 0;
  }
}

.mv__btn-link {
  display: inline-block;
}

.mv__btn-link img {
  width: 320px;
  width: 20rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .mv__btn-link img {
    width: 25.875rem;
  }
}

.parallax {
  position: fixed;
  top: 0;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  font-size: 3em;
  color: #fff;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .parallax {
    background-image: url(../images/bg-pc.jpg);
  }
}

.bgI1 {
  position: absolute;
  top: 0;
  display: none;
  background-image: url(../images/result/result-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  font-size: 3em;
  color: #fff;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .bgI1 {
    background-image: url(../images/result/result-bg-pc.jpg);
  }
}

.bgI2 {
  position: absolute;
  top: 0;
  display: none;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  font-size: 3em;
  color: #fff;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .bgI2 {
    background-image: url(../images/bg-pc.jpg);
  }
}

.parallax.active { /* activeが追加されたらfixedに */
  position: fixed;
  top: 0;
}

section {
  position: relative;
}

@media screen and (min-width: 768px) {
  .question__bg img {
    max-height: 49.0625rem;
  }
}

div#question__panel {
  position: relative;
  z-index: 1;
}

.question__logo {
  position: absolute;
  z-index: 1;
  margin: auto;
  width: 37%;
  top: 9px;
  top: 0.5625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .question__logo {
    width: 18.5rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    left: 2.4%;
    top: 2.2%;
  }
}

.question__logo.show {
  z-index: 2;
}

.question__container {
  position: absolute;
  top: 181px;
}
@media screen and (min-width: 768px) {
  .question__container {
    width: 100%;
    top: 16.8125rem;
  }
}

.question__area {
  background: rgba(0, 0, 45, .7);
  height: 141vw;
}
@media screen and (min-width: 768px) {
  .question__area {
    height: 32.3125rem;
  }
}

.question__link {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #000;
  background: #fff;
  display: block;
  margin: auto;
  width: 75%;
  padding: 13px 8px;
  border-radius: 10px;
  line-height: 1.75;
  position: relative;
  border: 1px solid #fff;
  border: 0.0625rem solid #fff;
}
@media screen and (min-width: 768px) {
  .question__link {
    text-align: center;
    font-size: 1.25rem;
    width: 47rem;
    padding: 0.625rem 0.5rem;
    line-height: 1.6;
  }
}

.question__link:hover {
  border: 1px solid #FFFF10;
  border: 0.0625rem solid #FFFF10;
}

.question__link::before,
.question__link::after {
  content: "";
  position: absolute;
  background: url(../images/question/icon-thunder.png) center center no-repeat;
  background-size: cover;
  width: 70px;
  width: 4.375rem;
  height: 70px;
  height: 4.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.question__link::before {
  top: 40%;
  left: -38px;
  left: -2.375rem;
}

.question__link::after {
  top: 60%;
  right: -38px;
  right: -2.375rem;
}

.question__link:hover::before,
.question__link:hover::after {
  opacity: 1;
}

.question__link + .question__link {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .question__link + .question__link {
    margin-top: 1.5rem;
  }
}

.question__img {
  margin: auto;
  width: 90%;
  -webkit-transform: translateY(-6rem);
          transform: translateY(-6rem);
}
@media screen and (min-width: 768px) {
  .question__img {
    width: 41.5rem;
    -webkit-transform: translateY(-15.4375rem);
            transform: translateY(-15.4375rem);
  }
}

.question__lists {
  margin-top: -71px;
}
@media screen and (min-width: 768px) {
  .question__lists {
    margin-top: -12.875rem;
  }
}

.result {
  position: relative;
}

.result::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 45, .7);
  width: 100%;
  height: 85%;
  bottom: -5%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .result::before {
    height: 98%;
    bottom: -25%;
  }
}

.result__title {
  width: 340px;
  width: 21.25rem;
  margin: 7px auto 0;
  margin: 0.4375rem auto 0;
}
@media screen and (min-width: 768px) {
  .result__title {
    width: 49.8125rem;
  }
}

.result__youtube {
  position: relative;
  padding-top: 0%;
  width: 90%;
  margin: 24px auto 0;
  margin: 1.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .result__youtube {
    width: 50rem;
    padding-top: 1.55%;
  }
}

.result__description {
  width: 90%;
  margin: 30px auto 21px;
  margin: 1.875rem auto 1.3125rem;
  background: rgba(35, 35, 35, .9);
  padding: 20px 29px 35px 27px;
  max-width: 500px;
  max-width: 31.25rem;
}
@media screen and (min-width: 768px) {
  .result__description {
    max-width: 62.5rem;
    width: 100%;
    margin: 2.4375rem auto 22rem;
    padding: 66px 105px 76px 107px;
  }
}

.result__description p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71;
}
@media screen and (min-width: 768px) {
  .result__description p {
    font-size: 1.125rem;
    line-height: 1.89;
  }
}

.result__share {
  margin: 45px auto 0;
  margin: 2.8125rem auto 0;
  max-width: 281px;
  max-width: 17.5625rem;
}
@media screen and (min-width: 768px) {
  .result__share {
    max-width: 36.5625rem;
  }
}

.result__btn {
  text-align: center;
  margin-top: 10px;
  margin-top: 0.625rem;
}

#result__one-more {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  position: relative;
  padding: 0;
}

#result__one-more::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  background: #fff;
  bottom: 0;
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #111;
  color: #fff;
}
/*# sourceMappingURL=styles.css.map */
