* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
body {
  color: #181818;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1260px;
  }
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
ul {
  list-style: none;
}
a,
button {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .pc-img {
    display: none !important;
  }
}
.sp-img {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-img {
    display: block !important;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.sp {
    display: block;
  }
}
.sf {
  font-family: SalesforceSans, sans-serif;
}
/* -----------------------------------------------------
  footer
----------------------------------------------------- */
.footer {
  background: #032e61;
  position: sticky;
  top: 100vh;
}
.footer-container {
  padding: 20px 0;
  width: 1150px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer-container {
    padding: 20px;
    width: auto;
  }
}
.footer-text {
  font-size: 11px;
  line-height: 1.6;
  color: #fff;
  margin: 0 0 10px;
}
.footer-nav-list {
  font-size: 0;
}
.footer-nav-item {
  display: inline-block;
  margin: 0 20px 0 0;
}
.footer-nav-item a,
.footer-nav-item button {
  font-size: 11px;
  line-height: 1.6;
  color: #00a1e0;
}
.footer-nav-item a:hover,
.footer-nav-item button:hover {
  color: #fff;
}
.footer-nav-item > #ot-sdk-btn.ot-sdk-show-settings {
  font-size: 11px;
  line-height: 1.6;
  color: #00a1e0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.footer-nav-item > #ot-sdk-btn.ot-sdk-show-settings:hover {
  color: #fff;
  background: none;
}
.footer-nav-item img.cpra {
  width: 30px;
  height: 15px;
  margin: 0 5px 0 0;
}
._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  ._pc {
    display: none;
  }
  ._sp {
    display: block;
  }
}
.header-assessment {
  position: absolute;
  top: 29px;
  left: 29px;
  width: 80px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .header-assessment {
    top: 0;
    left: 0;
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0;
    width: 60px;
    margin: 0 0 0 12px;
  }
}
.assessment {
  padding: 60px 0 24px 0;
  background: url(../images/bg.png) no-repeat center bottom 120px;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .assessment {
    padding: 54px 0 24px 0;
    background: url(../images/bg-sp.png) no-repeat center bottom 108px;
    background-size: 100%;
  }
}
.assessment-question {
  padding: 32px 0 36px 0;
  background: url(../images/bg.png) no-repeat center bottom 120px;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .assessment-question {
    padding: 20px 0 24px 0;
    background: url(../images/bg-sp.png) no-repeat center bottom 108px;
    background-size: 100%;
  }
}
.assessment-header-text-1 {
  font-weight: 800;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #032d60;
  margin: 0 0 4px 0;
}
@media screen and (max-width: 767px) {
  .assessment-header-text-1 {
    font-size: 14px;
  }
}
.assessment-header-head {
  font-weight: 800;
  font-size: 54px;
  line-height: 150%;
  text-align: center;
  color: #032d60;
  margin: 0 0 12px 0;
}
@media screen and (max-width: 767px) {
  .assessment-header-head {
    font-size: 32px;
  }
}
.assessment-header-head span {
  color: #1ab9ff;
}
.assessment-header-text-2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 767px) {
  .assessment-header-text-2 {
    font-size: 13px;
  }
}
.assessment-button {
  width: 100%;
  max-width: 360px;
  height: 51px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  line-height: 150%;
  background: #0176d3;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .assessment-button {
    width: 100%;
    max-width: 327px;
  }
}
.assessment-button:hover {
  opacity: 0.7;
}
.assessment-features {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 28px 0 18px 0;
}
.assessment-features li {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  font-weight: 800;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #032d60;
  backdrop-filter: blur(17.350427627563477px);
  box-shadow: 0px 0px 17.35px 0px #032d601a;
}
@media screen and (max-width: 767px) {
  .assessment-features li {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    font-size: 13px;
  }
}
.assessment-features li span {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .assessment-features li span {
    font-size: 16px;
  }
}
.assessment-image {
  max-width: 1185px;
  width: 100%;
  margin: 0 auto 20px auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .assessment-image {
    padding: 0 15px;
  }
}
.assessment-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.assessment-sns-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  margin: 0 16px 0 0;
  color: #032d60;
}
@media screen and (max-width: 767px) {
  .assessment-sns-text {
    font-size: 14px;
  }
}
.assessment-sns-item {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  box-shadow: 0px 0px 8px 0px #032d6033;
  margin: 0 0 0 16px;
  background: #fff;
}
.assessment-sns-item a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.assessment-sns-item a:hover {
  opacity: 0.7;
}
.assessment-sns-item._1 svg {
  width: 21px;
  height: 21px;
}
.assessment-sns-item._2 svg {
  width: 15px;
  height: 15.3px;
}
.assessment-sns-item._3 svg {
  width: 19px;
  height: 19px;
}
.assessment-question-head {
  font-weight: 800;
  font-size: 28px;
  line-height: 150%;
  text-align: center;
  color: #032d60;
  margin: 0 0 36px 0;
}
@media screen and (max-width: 767px) {
  .assessment-question-head {
    font-size: 16px;
    margin: 0 0 24px 0;
  }
}
.assessment-question-head span {
  color: #1ab9ff;
}
.assessment-question-card {
  max-width: 1080px;
  height: 540px;
  border-radius: 16px;
  background: #fff;
  backdrop-filter: blur(17.350427627563477px);
  box-shadow: 0px 0px 20px 0px #032d601a;
  padding: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  margin: 0 auto 74px auto;
}
@media screen and (max-width: 767px) {
  .assessment-question-card {
    height: auto;
    min-height: 352px;
    padding: 28px 16px;
    margin: 0 16px 170px 16px;
  }
}
.assessment-question-card * {
  opacity: 1;
  transition: opacity 180ms ease;
}
.assessment-question-card.is-fading * {
  opacity: 0;
  pointer-events: none;
}
.assessment-question-q {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  font-weight: 800;
  font-size: 32px;
  line-height: 150%;
  min-height: 96px;
}
@media screen and (max-width: 767px) {
  .assessment-question-q {
    font-size: 18px;
    gap: 12px;
  }
}
.assessment-question-q-icon {
  color: #1ab9ff;
}
.assessment-question-q-text {
  color: #032d60;
}
.assessment-question-footer {
  margin: auto 0 0 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.assessment-question-back {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  background: none;
  border: none;
  outline: none;
  color: #032d60;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .assessment-question-back {
    font-size: 14px;
  }
}
.assessment-question-back.hide {
  display: none;
}
.assessment-question-back:hover {
  text-decoration: underline;
}
.assessment-question-progress {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .assessment-question-progress {
    font-size: 14px;
  }
}
.buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  width: 100%;
  margin: 72px 0 0 0;
}
@media screen and (max-width: 767px) {
  .buttons {
    margin: 24px 0 116px 0;
    gap: 16px;
  }
}
.buttons button {
  width: 100%;
  max-width: 280px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
  line-height: 150%;
  border-radius: 4px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .buttons button {
    font-size: 16px;
  }
}
.buttons button:hover {
  opacity: 0.7;
}
.buttons .yes {
  color: #fff;
  border: 1px solid #0176d3;
  background: #0176d3;
}
.buttons .no {
  color: #0176d3;
  border: 1px solid #0176d3;
  background: #fff;
}
.slds-spinner_container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.slds-spinner {
  width: 8px;
  height: 44px;
  position: relative;
}
.slds-spinner,
.slds-spinner__dot-a,
.slds-spinner__dot-b {
  will-change: transform;
}
.slds-spinner__dot-a,
.slds-spinner__dot-b {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slds-spinner::before,
.slds-spinner__dot-a::before,
.slds-spinner__dot-b::before {
  top: 0;
}
.slds-spinner::after,
.slds-spinner__dot-a::after,
.slds-spinner__dot-b::after {
  bottom: 0;
}
.slds-spinner::before,
.slds-spinner::after,
.slds-spinner__dot-a::before,
.slds-spinner__dot-b::before,
.slds-spinner__dot-a::after,
.slds-spinner__dot-b::after {
  content: "";
  position: absolute;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  transform: translate3d(0, 0, 0);
}
.slds-spinner__dot-a {
  transform: rotate(60deg);
}
.slds-spinner__dot-b {
  transform: rotate(120deg);
}
.slds-spinner::before {
  animation-delay: -83.3333ms;
}
.slds-spinner__dot-a::before {
  animation-delay: 83.3333ms;
}
.slds-spinner__dot-b::before {
  animation-delay: 250ms;
}
.slds-spinner::after {
  animation-delay: 416.6666ms;
}
.slds-spinner__dot-a::after {
  animation-delay: 583.3333ms;
}
.slds-spinner__dot-b::after {
  animation-delay: 750ms;
}
.slds-spinner::before,
.slds-spinner::after,
.slds-spinner__dot-a::before,
.slds-spinner__dot-b::before,
.slds-spinner__dot-a::after,
.slds-spinner__dot-b::after {
  background: #0176d3;
  width: 8px;
  height: 8px;
  border-radius: 8px;
}
.slds-spinner::before,
.slds-spinner::after,
.slds-spinner__dot-a::before,
.slds-spinner__dot-b::before,
.slds-spinner__dot-a::after,
.slds-spinner__dot-b::after {
  rotate: 90deg;
}
.slds-spinner::before,
.slds-spinner__dot-a::before,
.slds-spinner__dot-b::before {
  animation-name: dotsBounceBefore-medium;
}
.slds-spinner::after,
.slds-spinner__dot-a::after,
.slds-spinner__dot-b::after {
  animation-name: dotsBounceAfter-medium;
}
@keyframes dotsBounceBefore-medium {
  0% {
    transform: translate3d(0, 0, 0);
  }
  60% {
    transform: translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  80% {
    transform: translate3d(-0.5rem, 0, 0);
    animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes dotsBounceAfter-medium {
  0% {
    transform: translate3d(0, 0, 0);
  }
  60% {
    transform: translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  80% {
    transform: translate3d(0.5rem, 0, 0);
    animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
  }
  100% {
    transform: translateX(0);
  }
}
#questionContainer.hide,
#loadingContainer.hide {
  display: none;
}
.assessment-result {
  padding: 32px 0 36px 0;
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  background-position: center top 200px;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .assessment-result {
    padding: 20px 0 0 0;
    background-image: url("../images/bg-sp.png");
    background-repeat: no-repeat;
    background-position: center top 300px;
    background-size: 100%;
  }
}
.result-1 {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 60px;
  border-radius: 16px;
  background: #fff;
  max-width: 1080px;
  margin: 0 auto 74px auto;
  backdrop-filter: blur(17.350427627563477px);
  box-shadow: 0px 0px 20px 0px #032d601a;
}
@media screen and (max-width: 767px) {
  .result-1 {
    display: block;
    padding: 8px 16px 38px 16px;
    margin: 0 16px 74px 16px;
  }
}
.result-hero {
  width: 300px;
  min-width: 300px;
}
@media screen and (max-width: 767px) {
  .result-hero {
    width: 112px;
    min-width: 112px;
    float: left;
    margin: 0 12px 12px 0;
  }
}
.result-summary__lead {
  font-weight: 800;
  font-size: 20px;
  line-height: 150%;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 767px) {
  .result-summary__lead {
    font-size: 12px;
    margin: 32px 0 2px 0;
  }
}
.result-summary__title {
  font-weight: 800;
  font-size: 40px;
  line-height: 150%;
  color: #032d60;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 767px) {
  .result-summary__title {
    font-size: 22px;
  }
}
.result-summary__title span {
  font-weight: 800;
  font-size: 24px;
  line-height: 150%;
  margin: 0 0 0 8px;
}
@media screen and (max-width: 767px) {
  .result-summary__title span {
    display: block;
    font-size: 16px;
  }
}
.result-summary__copy {
  font-weight: 800;
  font-size: 20px;
  line-height: 150%;
  color: #032d60;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 767px) {
  .result-summary__copy {
    width: 100%;
    clear: both;
    font-size: 16px;
  }
}
.result-summary__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 767px) {
  .result-summary__description {
    font-size: 13px;
  }
}
.result-summary__one-liner {
  font-weight: 800;
  font-size: 24px;
  line-height: 150%;
  color: #1ab9ff;
}
@media screen and (max-width: 767px) {
  .result-summary__one-liner {
    font-size: 16px;
  }
}
.result-2-wrap {
  position: relative;
}
.result-2-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 430px;
  top: -130px;
  left: 0;
  background-image: url("../images/bg-2.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .result-2-wrap::before {
    height: 112px;
    top: -50px;
    left: 0;
    background-image: url("../images/bg-2-sp.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
  }
}
.result-2 {
  padding: 60px;
  border-radius: 16px;
  background: #fff;
  max-width: 1080px;
  margin: 55px auto 74px auto;
  backdrop-filter: blur(17.350427627563477px);
  box-shadow: 0px 0px 20px 0px #032d601a;
}
@media screen and (max-width: 767px) {
  .result-2 {
    padding: 24px 16px 32px 16px;
    margin: 48px 16px;
  }
}
.result-detail__block {
  display: flex;
  flex-flow: column;
  width: 50%;
  min-height: 100%;
}
@media screen and (max-width: 767px) {
  .result-detail__block {
    width: 100%;
  }
}
.result-detail {
  display: flex;
  gap: 63px;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .result-detail {
    flex-flow: column;
    gap: 32px;
  }
}
.result-detail__heading {
  font-weight: 800;
  font-size: 28px;
  line-height: 150%;
  color: #032d60;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .result-detail__heading {
    font-size: 20px;
    margin: 0 0 12px 0;
  }
}
.result-detail__highlight--strength {
  color: #1ab9ff;
}
.result-detail__highlight--weakness {
  color: #ea001e;
}
.result-detail__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .result-detail__text {
    font-size: 13px;
  }
}
.result-detail__aru-sp {
  display: none;
  padding: 20px 0 0 0;
}
@media screen and (max-width: 767px) {
  .result-detail__aru-sp {
    display: block;
  }
}
.result-detail__aru {
  display: flex;
  align-items: flex-start;
  gap: 63px;
  margin: 36px 0 0 0;
}
@media screen and (max-width: 767px) {
  .result-detail__aru {
    display: none;
  }
}
.result-detail__aru-pc {
  width: 50%;
}
.result-detail__subheading {
  font-weight: 800;
  font-size: 20px;
  line-height: 150%;
  color: #032d60;
}
@media screen and (max-width: 767px) {
  .result-detail__subheading {
    font-size: 16px;
  }
}
.result-detail__list {
  margin: 16px 0 0 0;
}
@media screen and (max-width: 767px) {
  .result-detail__list {
    margin: 8px 0 0 0;
  }
}
.result-detail__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-weight: 800;
  font-size: 16px;
  line-height: 150%;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 767px) {
  .result-detail__list li {
    font-size: 14px;
  }
}
.result-detail__list li:last-child {
  margin: 0;
}
.result-advice {
  margin: 52px 0 0 0;
}
@media screen and (max-width: 767px) {
  .result-advice {
    margin: 32px 0 0 0;
  }
}
.result-advice__heading {
  font-weight: 800;
  font-size: 28px;
  line-height: 150%;
  color: #032d60;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .result-advice__heading {
    font-size: 20px;
    margin: 0 0 12px 0;
  }
}
.result-advice__heading span {
  color: #1ab9ff;
}
.result-advice__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
}
@media screen and (max-width: 767px) {
  .result-advice__text {
    font-size: 13px;
  }
}
.result-3 {
  margin: 120px 0 0 0;
}
@media screen and (max-width: 767px) {
  .result-3 {
    margin: 60px 16px 0 16px;
  }
}
.result-materials__heading {
  font-weight: 800;
  font-size: 40px;
  line-height: 150%;
  text-align: center;
  color: #032d60;
  margin: 0 0 32px 0;
}
@media screen and (max-width: 767px) {
  .result-materials__heading {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
}
.result-materials__list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 53px;
}
@media screen and (max-width: 767px) {
  .result-materials__list {
    flex-flow: column;
    align-items: center;
    gap: 24px;
  }
}
.result-materials__list li {
  overflow: hidden;
  background: #fff;
  border-radius: 16px;
  backdrop-filter: blur(17.350427627563477px);
  box-shadow: 0px 0px 17.35px 0px #032d601a;
}
@media screen and (max-width: 767px) {
  .result-materials__list li {
    max-width: 328px;
  }
}
.result-materials__link {
  width: 328px;
  height: 100%;
  display: block;
}
.result-materials__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #032d60;
  padding: 16px 20px 24px 20px;
}
.result-4 {
  max-width: 1080px;
  margin: 90px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .result-4 {
    margin: 60px 16px;
  }
}
.result-product__heading {
  font-weight: 800;
  font-size: 40px;
  line-height: 150%;
  color: #032d60;
  text-align: center;
  margin: 0 0 32px 0;
}
@media screen and (max-width: 767px) {
  .result-product__heading {
    font-size: 24px;
    margin: 0 0 18px 0;
  }
}
.result-product__content {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  padding: 60px;
  background: #fff;
  backdrop-filter: blur(17.350427627563477px);
  box-shadow: 0px 0px 17.35px 0px #032d601a;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .result-product__content {
    flex-flow: column;
    gap: 0;
    padding: 24px 16px 30px 16px;
  }
}
.result-product__image-wrapper {
  min-width: 440px;
  max-width: 440px;
}
@media screen and (max-width: 767px) {
  .result-product__image-wrapper {
    min-width: 298px;
    max-width: 100%;
  }
}
.result-product__body {
  padding: 20px 0 0 0;
}
.result-product__title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 800;
  font-size: 32px;
  line-height: 150%;
  color: #032d60;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 767px) {
  .result-product__title {
    font-size: 20px;
    margin: 0 0 12px 0;
  }
}
.result-product__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  margin: 0 0 28px 0;
}
@media screen and (max-width: 767px) {
  .result-product__description {
    font-size: 13px;
    margin: 0 0 20px 0;
  }
}
.result-product__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .result-product__actions {
    gap: 12px;
  }
}
.result-product__button {
  width: 220px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: 800;
  font-size: 18px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .result-product__button {
    width: 100%;
    height: 45px;
    font-size: 16px;
  }
}
.result-product__actions a:hover {
  opacity: 0.7;
}
.result-product__button--demo {
  background: #0176d3;
  color: #fff;
  border: 1px solid #0176d3;
}
.result-product__button--trial {
  background: #fff;
  color: #0176d3;
  border: 1px solid #0176d3;
}
.result-5 {
  margin: 80px 0 120px 0;
}
@media screen and (max-width: 767px) {
  .result-5 {
    margin: 40px 0 80px 0;
  }
}
.again-button {
  width: 360px;
  height: 51px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 4px;
  background: #0176d3;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .again-button {
    max-width: 327px;
    width: 100%;
    height: 45px;
    font-size: 16px;
  }
}
.again-button:hover {
  opacity: 0.7;
}
.fv-anchor {
  position: fixed;
  right: 28px;
  bottom: 24px;
  cursor: pointer;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease;
  z-index: 10;
}
.fv-anchor.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.fv-anchor__img {
  display: block;
}
