.section-small {
  padding-top: 0;
  padding-bottom: 0;
}
.q-test-ttl {
  text-align: center;
  color: #00CC88;
  font-weight: bold;
  letter-spacing: normal;
  font-size: 40px;
}
.q-test-ttl span {
  display: block;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .q-test-ttl {
    font-size: 30px;
  }
  .q-test-ttl span {
    font-size: 16px;
  }
  .q-test-breadcrumbs {
    min-height: 0 !important;
  }
}

.q-test-fbox {
  position: static;
  background: url('../images/qubena-test/fbox_bg.png') 0 0 / contain no-repeat,
   #e9f9f3 url('../images/qubena-test/fbox_bg_btm.png') 0 100% / contain no-repeat;
  letter-spacing: normal;
}

@media screen and (max-width: 1440px) {
  .q-test-fbox {
    background: url('../images/qubena-test/fbox_bg.png') 0% 0 / 1440px auto no-repeat,
    #e9f9f3 url('../images/qubena-test/fbox_bg_btm.png') 0% 100% / 1440px auto no-repeat;
  }
}
@media screen and (max-width: 1250px) {
  .q-test-fbox {
    background: url('../images/qubena-test/fbox_bg.png') -30px 0 / 1440px auto no-repeat,
    #e9f9f3 url('../images/qubena-test/fbox_bg_btm.png') -30px 100% / 1440px auto no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .q-test-fbox {
    background: #E5FAF3 url('../images/qubena-test/fbox_bg_sp.jpg?v=1') 0 0 / cover no-repeat;
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

.q-test-fbox__fig {
  max-width: 486px;
  margin: 20px 0 10px 0;
}
.q-test-fbox__ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #015E3A;
}
.q-test-fbox__text {
  font-size: 24px;
  margin-top: 16px;
  font-weight: bold;
}
@media screen and (min-width: 961px) {
  .q-test-fbox__img img {
    width: 552px;
    max-width: none;
  }
}
@media (max-width: 960px) {
  .q-test-fbox__fig {
    width: 265px;
    margin: 6px auto 18px auto;
  }
  .q-test-fbox__ttl {
    font-size: 18px;
    letter-spacing: normal;
  }
  .q-test-fbox__text {
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .q-test-fbox__fig {
    margin: 6px auto 0 auto;
  }
  .q-test-fbox__ttl {
    font-size: 16px;
  }
  .q-test-fbox__text {
    font-size: 16px;
    line-height: 1.4;
  }
  .q-test-fbox__img {
    margin-top: 16px;
    width: 310px;
    margin-left: auto;
    margin-right: auto;
  }
}
.q-test-fbox__text span {
  display: inline-block;
  position: relative;
}
.q-test-fbox__text span::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  border-radius: 100px;
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  width: 6px;
  background: #00CC88;
}

@media screen and (min-width: 768px) {
  .q-test-container {
    width: 1024px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .q-test-fbox__row {
    width: 1078px;
    display: grid;
    grid-template-columns: calc(528/1024*100%) 1fr;
    padding: 76px 0 120px 0;
  }
}
@media screen and (max-width: 767px) {
  .q-test-fbox__text span::before {
    width: 4px;
  }
}

.q-test-full {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 960px) {
  .q-test-full {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.q-test-about {
  background: linear-gradient(to right, #0DDE98, #11B95E);
  letter-spacing: normal;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .q-test-about {
    padding-top: 50px;
    padding-bottom: 65px;
  }
}
.q-test-about__ttl {
  position: relative;
  letter-spacing: normal;
  position: relative;
  border: 3px solid #fff;
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: 50px;
  font-size: 40px;
  padding: 5px 28px 6px 28px;
  width: fit-content;
  color: #fff;
}
.q-test-about__ttl span {
  font-size: 26px;
}
.q-test-about__ttl::after {
  content: "";
  display: block;
  position: absolute;
  background: url('../../COMPASS/images/qubena-test/triangle.png') 0 0 / contain no-repeat;
  width: 30px;
  height: 22px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,22px);
  will-change: transform;
}
.q-test-about__note {
  margin-top: 1.6em;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .q-test-about__ttl {
    margin-bottom: 30px;
    font-size: 27px;
    border-width: 2px;
    padding: 5px 10px 6px 10px;
  }
  .q-test-about__ttl span {
    font-size: 20px;
  }
  .q-test-about__ttl::after {
    width: 20px;
  }
}
.q-test-about__list > li {
  background: #fff;
  border-radius: 10px;
  padding: 30px 24px 20px 24px;
  text-align: center;
}
.q-test-about__form {
  font-size: 18px;
  line-height: 1.5;
}
.q-test-about__triangle {
  margin: 10px 0 14px 0;
}
.q-test-about__to {
  background: #00CC88;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  font-size: 22px;
  margin-bottom: 16px;
  padding: 16px;
  line-height: 1.5;
}
@media (max-width: 960px) {
  .q-test-about__form {
    font-size: 16px;
  }
  .q-test-about__to {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .q-test-about__to {
    font-size: 20px;
  }
  .q-test-about__triangle img {
    width: 40px;
  }
}
@media screen and (min-width: 768px) {
  .q-test-about__list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: calc(40/1024*100%);
  }
  .q-test-about__list > li {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0;
  }
  .q-test-about__fig {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .q-test-about__list {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .q-test-about__list > li {
    padding-bottom: 24px;
  }
  .q-test-about__fig {
    margin-top: 28px;
  }
}

.q-test-feature {
  background: #E5FAF3;
  padding-top: 100px;
  padding-bottom: 100px;
}
.q-test-feature__lead {
  margin-top: 20px;
  text-align: center;
}
.q-test-feature__items {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .q-test-feature {
    padding-top: 50px;
    padding-bottom: 65px;
  }
  .q-test-feature__lead {
    font-size: 16px;
  }
}

.q-test-nav {
  margin-top: 40px;
}
.q-test-nav__btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  font-weight: bold;
  border-radius: 10px;
  font-size: 18px;
  padding: 24px 10px 12px 10px;
  line-height: 1.5;
}
@media (hover: hover) {
  .q-test-nav__btn:hover {
    opacity: .8;
  }
}
.q-test-nav__count {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  letter-spacing: normal;
  background: #00CC88;
  line-height: 1;
  border-radius: 100px;
  width: 50px;
  font-size: 24px;
}
.q-test-nav__arrow {
  background: url('../../COMPASS/images/qubena-test/arrow.svg') 0 0 / contain no-repeat;
  aspect-ratio: 22/12.8;
  width: 22px;
  margin-top: 10px;
}
@media (max-width: 960px) {
  .q-test-nav__btn {
    font-size: 14px;
  }
  .q-test-nav__arrow {
    width: 16px;
  }
}

@media screen and (min-width: 768px) {
  .q-test-nav__count {
    transform: translate(-10px,-10px);
    position: absolute;
    left: 0;
    top: 0;
  }
  .q-test-nav {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 32px;
  }
}
@media (max-width: 960px) {
  .q-test-nav__count {
    width: 40px;
    font-size: 18px;
    transform: translate(-10px,-18px);
  }
}
@media screen and (max-width: 767px) {
  .q-test-nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .q-test-nav__btn {
    flex-direction: row;
    font-size: 16px;
    border: 1px solid #00CC88;
    padding: 18px 22px;
    gap: 20px;
    text-align: left;
  }
  .q-test-nav__count {
    transform: translate(0,0);
    width: 40px;
    font-size: 18px;
  }
  .q-test-nav__arrow {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
}

.q-test-sec {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .q-test-sec {
    padding-top: 50px;
  }
}
.q-test-sec:first-child {
  padding-top: 80px;
}
.q-test-sec__ttl {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: normal;
}
@media (max-width: 960px) {
  .q-test-sec__ttl {
    font-size: 28px;
  }
}
.q-test-sec__ttl span {
  display: block;
  color: #00CC88;
  font-weight: bold;
  font-size: 56px;
}
.q-test-sec__text {
  line-height: 1.8;
  margin-top: 16px;
  font-size: 16px;
}
.q-test-sec__note {
  font-size: 12px;
  margin-top: .2em;
}

@media screen and (min-width: 768px) {
  .q-test-sec__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .q-test-sec__row.is-rev {
    flex-direction: row-reverse;
  }
  .q-test-sec__text-wrap {
    width: 460px;
  }
  .q-test-sec__img-wrap {
    width: 525px;
  }
  #feature01 .q-test-sec__img-wrap img,
  #feature04 .q-test-sec__img-wrap img {
    transform: translateY(10px);
  }
}
@media screen and (max-width: 767px) {
  .q-test-sec__row {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .q-test-sec:first-child {
    padding-top: 40px;
  }
  .q-test-sec__ttl {
    font-size: 24px;
  }
  .q-test-sec__ttl span {
    font-size: 40px;
  }
  .q-test-sec__text {
    margin-top: 16px;
    font-size: 16px;
  }
  .q-test-sec__img-wrap:not(.is-nm) {
    margin-right: -8px;
  }
}

.q-test-flow {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .q-test-flow {
    margin-top: 0 !important;
    padding-top: 50px;
    padding-bottom: 65px;
  }
}
.q-test-flow.pickup-block {
  max-width: 100%;
}
.q-test-flow .q-test-ttl {
  margin-bottom: 20px;
}
.q-test-flow__lead {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .q-test-flow__lead {
    font-size: 16px;
  }
}

.q-test-step {
  aspect-ratio: 1/1;
  width: 60px;
  border: 1px solid #015E3A;
  border-radius: 100px;
  gap: 4px;
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
  justify-content: center;
  align-items: center;
  letter-spacing: normal;
}
.q-test-step__label {
  font-size: 12px;
}
.q-test-step__number {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .q-test-step {
    width: 50px;
    border: 1px solid #015E3A;
    gap: 2px;
  }
  .q-test-step__label {
    font-size: 10px;
  }
  .q-test-step__number {
    font-size: 18px;
  }
}

.q-test-sitem {
  padding: 40px;
  background: #f3f5f4;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .q-test-sitem {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .q-test-sitem {
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 16px 0;
  }
  .q-test-sitem__img {
    margin-top: 0;
    max-width: 100%;
    text-align:center;
  }
}
.q-test-sitem__ttl {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  gap: 16px;
  color: #015E3A;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.q-test-sitem__lead {
  color: #015E3A;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}
.q-test-sitem__text {
  margin-top: 6px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .q-test-sitem__ttl {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .q-test-sitem__lead {
    font-size: 17px;
    }
  .q-test-sitem__text {
    font-size: 14px;
  }
}
.q-test-slick {
  margin-top: 40px;
}
.q-test-slick .slick-list::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f3f5f4;
  border-radius: 12px;
}
.q-test-voice .slick-arrow,
.q-test-slick .slick-arrow {
  z-index: 20;
  background: url("../images/qubena-test/prev.svg") 0 0/contain;
  background-size: contain !important;
  width: 40px;
  height: 40px;
}
.q-test-voice .slick-arrow::before,
.q-test-slick .slick-arrow::before {
  display: none;
}
.q-test-voice .slick-arrow.slick-prev,
.q-test-slick .slick-arrow.slick-prev {
  background-image: url("../images/qubena-test/prev.svg");
}
.q-test-voice .slick-arrow.slick-next,
.q-test-slick .slick-arrow.slick-next {
  background-image: url("../images/qubena-test/next.svg");
}
@media (max-width: 960px) {
  .q-test-slick .slick-arrow.slick-prev {
    left: 0;
  }
  .q-test-slick .slick-arrow.slick-next {
    right: 0;
  }
}
@media (max-width: 767px) {
  .q-test-voice .slick-arrow,
  .q-test-slick .slick-arrow {
    width: 40px;
    height: 40px;
    top: 30vw;
  }
}
@media (max-width: 767px) {
  .q-test-slick .slick-arrow.slick-next {
    right: -10px;
  }
}
@media (max-width: 767px) {
  .q-test-slick .slick-arrow.slick-prev {
    left: -10px;
  }
}
.q-test-slick .slick-dots {
  margin-top: 40px;
  position: static;
}
.q-test-slick .slick-dots li {
  margin: 0 1.6em;
}
.q-test-slick .slick-dots li button {
  --my-color: #C2CCC9;
  padding: 0 0 .8em 0;
  border: 0;
  vertical-align: top;
  font-size: 24px;
  background: transparent;
  color: var(--my-color);
  border-bottom: 1px solid var(--my-color);
  font-weight: bold;
  width: fit-content;
  letter-spacing: normal;
}
.q-test-slick .slick-dots li button[aria-selected="true"] {
  --my-color: #00CC88;
  opacity: 1;
}
.q-test-slick .slick-dots li.slick-active button::before,
.q-test-slick .slick-dots li button::before  {
  all: revert;
  content: "0";
}
.q-test-slick .slick-dots li button[aria-selected="true"]::before {
  color: var(--my-color);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .q-test-slick .slick-dots li button {
    font-size: 20px;
  }
  .q-test-slick .slick-dots li {
    margin: 0 14px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
}

.q-test-voice {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #E5FAF3;
}
@media (max-width: 960px) {
  .q-test-voice.q-test-full {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .q-test-voice {
    padding-top: 50px;
    padding-bottom: 65px;
  }
}
.q-test-voice .slick-track {
	display: flex;
}
.q-test-voice .slick-slide {
	height: auto!important;
}
.q-test-voice__list {
  margin-top: 40px;
}
.q-test-voice-item-wrap {
  position: relative;
  padding: 20px;
}
.q-test-voice-item {
  padding: 32px 24px;
  border-radius: 10px;
  position: relative;
  background: #fff;
  height: 100%;
  box-shadow: 5px 5px 20px rgba(0,204,138,.3);
}
.q-test-voice-item::before {
  position: absolute;
  left: 20px;
  top: -10px;
  aspect-ratio: 31.6/24.8;
  width: 32px;
  content: "";
  background: url("../images/qubena-test/voice_q.svg") 0 0 / contain no-repeat;
}
.q-test-voice-item img {
  margin: 0 auto;
}
.q-test-voice-item__text {
  margin-top: 18px;
}
.q-test-voice .slick-arrow.slick-prev,
.q-test-voice .slick-arrow.slick-next {
  position: static;
  transform: translate(0,0);
}
.q-test-voice-ctrl {
  margin-top: 36px;
  gap: 12px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  letter-spacing: .2em;
}
@media screen and (min-width: 768px) {
  .q-test-voice-item {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .q-test-voice__list {
    margin-top: 20px;
  }
  .q-test-voice-item-wrap {
    position: relative;
    padding: 20px 12px;
  }
  .q-test-voice-item {
    width: calc(247/375*100vw);
  }
  .q-test-voice-item__text {
    font-size: 16px;
  }
  .q-test-voice-ctrl {
    margin-top: 20px;
  }
}

.q-test-case {
  display: block;
  color: currentColor;
  position: relative;
  box-shadow: 0 4px 4px rgba(0,0,0,0.25);
  margin-top: 40px;
}
.q-test-case__text-wrap {
  padding: 20px 24px;
}
.q-test-case__ttl {
  font-size: 18px;
  margin-bottom: 6px;
  letter-spacing: normal;
}
.q-test-case__number {
  position: absolute;
  left: 0;
  top: 1px;
  z-index: 2;
  line-height: 1;
  display: inline-block;
  background: #00CC88;
  color: #fff;
  font-weight: bold;
  padding: 10px 2em 8px 2em;
  border-radius: 5px 5px 0 0;
  transform: translateY(-100%);
}

@media screen and (max-width: 767px) {
  .q-test-case__text {
    font-size: 14px;
  }
  .pickup-block .vc_column_container:last-child {
    margin-bottom: 0;
  }
}

.q-test-note {
  text-align: center;
  margin-top: 40px;
  font-size: 12px;
  color: #4D4D4D;
}

@media screen and (min-width: 768px) {
  .q-test-flow .vc_row-fluid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .q-test-flow .vc_row-fluid * {
    float: none;
  }
  .q-test-flow .vc_col-sm-4 {
    width: 344px;
  }
}

@media screen and (max-width: 767px) {
  .q-test-note {
    margin-top: 30px;
  }
}
.q-test-flow .vc_row-fluid a {
  position: relative;
}
.q-test-flow .vc_row-fluid a::before {
  position: absolute;
  right: 10px;
  bottom: 10px;
  aspect-ratio: 1/1;
  width: 16px;
  content: "";
  background: url("../images/qubena-test/blank.svg") 0 0 / contain no-repeat;
}