* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.start_btn {
  text-align: center;
  margin: 80px 0;
}
.start_btn button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
}
.start_btn button img {
  pointer-events: none;
}

.check-blk.is-inactive {
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.check-blk .check-overlay {
  display: none;
  backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-animation: fluffy 0.3s ease !important;
          animation: fluffy 0.3s ease !important;
}
.check-blk .check-overlay.is-inactive {
  display: block;
}
.check-blk .reset-btn {
  display: none;
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  top: 5%;
  right: 3%;
  z-index: 3;
  opacity: 0.9;
  cursor: pointer;
}
.check-blk .reset-btn.is-inactive {
  display: block;
}
.check-blk .question-box {
  pointer-events: none;
  position: absolute;
  inset: 0;
  width: 100%;
  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;
}
.check-blk .question-box.is-inactive {
  pointer-events: auto;
}
.check-blk .question-box .box {
  border-radius: 3%;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 3;
  margin: 0 15px;
  background-color: #71b3b3;
  -webkit-animation: fluffy 0.3s ease !important;
          animation: fluffy 0.3s ease !important;
  display: none;
  padding: 40px 20px 60px;
  width: 94.4047619048%;
}
@media screen and (min-width: 768px) {
  .check-blk .question-box .box {
    padding: 50px 98px 50px 364px;
    min-height: 451px;
    width: 700px;
  }
}
@media screen and (min-width: 800px) {
  .check-blk .question-box .box {
    padding: 50px 98px 50px 364px;
    max-width: 793px;
    width: 94.4047619048%;
  }
}
.check-blk .question-box .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: url("../img/box-border_top.png") 0 0/100% 100% no-repeat;
}
.check-blk .question-box .box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: url("../img/box-border_bottom.png") 0 0/100% 100% no-repeat;
}
.check-blk .question-box .box.is-inactive {
  display: block;
}
.check-blk .question-box .box .box__image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 33.5714285714%;
}
.check-blk .question-box .box .box__image.m-q1 {
  margin-left: 50px;
}
.check-blk .question-box .box .box__image.m-q2 {
  margin-left: 20px;
  width: 38.0952380952%;
}
.check-blk .question-box .box .box__image.m-q3 {
  margin-left: 40px;
  width: 31.9047619048%;
}
.check-blk .question-box .box .box__image.m-q4 {
  margin-left: 40px;
  width: 38.5714285714%;
}
.check-blk .question-box .box .box__image.m-q5 {
  margin-left: 20px;
  width: 38.3333333333%;
}
.check-blk .question-box .box .box__image.m-q6 {
  width: 41.5476190476%;
}
.check-blk .question-box .box .box__image.m-q7 {
  margin-left: 50px;
  width: 30%;
}
.check-blk .question-box .box .box__image.m-q8 {
  width: 41.6666666667%;
}
.check-blk .question-box .box .box__image.m-q9 {
  margin-left: 60px;
  width: 31.4285714286%;
}
.check-blk .question-box .box .box__image.m-q10 {
  margin-left: 30px;
  width: 36.5476190476%;
}
@media screen and (min-width: 768px) {
  .check-blk .question-box .box .box__inr {
    margin-left: auto;
  }
}
.check-blk .question-box .box .question {
  margin: 0 -5em;
}
.check-blk .question-box .box .question p {
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.5277777778;
}
.check-blk .question-box .box .question p span {
  display: block;
  font-size: 28px;
  margin-bottom: 0.25em;
}
.check-blk .question-box .box .question.m-type2 p {
  margin-bottom: 30px;
}
.check-blk .question-box .box .question.m-type2 p span {
  margin-bottom: 30px;
}
.check-blk .question-box .box .select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.check-blk .question-box .box .select-wrap button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  padding: 0;
  line-height: 0;
  background-color: transparent;
  border: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.check-blk .question-box .box .select-wrap button:hover {
  opacity: 0.8;
}
.check-blk .question-box .box .select-wrap button img {
  pointer-events: none;
}
.check-blk .answer-box {
  visibility: hidden;
  display: none;
  position: absolute;
  inset: 0;
  z-index: 3;
  -webkit-animation: fluffy 0.3s ease;
          animation: fluffy 0.3s ease;
}
.check-blk .answer-box.is-inactive {
  display: block;
  visibility: visible;
  pointer-events: none;
}
.check-blk .answer-box .layout {
  pointer-events: all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px 0;
  padding: 50px 0;
  overflow-y: scroll;
  height: 100%;
}
.check-blk .answer-box .layout.single {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .check-blk .answer-box .layout.single {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.check-blk .answer-box .layout .card {
  background: #71b3b3;
  border-radius: 16px;
  color: #fff;
  overflow: hidden;
  margin: 0 auto;
  padding: min(20.1765447667%, 160px) 70px 35px;
  position: relative;
  width: max(80%, 360px);
}
@media screen and (min-width: 768px) {
  .check-blk .answer-box .layout .card {
    min-height: 450px;
    width: 700px;
  }
}
@media screen and (min-width: 800px) {
  .check-blk .answer-box .layout .card {
    max-width: 793px;
    width: 94.4047619048%;
  }
}
.check-blk .answer-box .layout .card::before {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 500%;
  width: 100%;
  z-index: 0;
}
.check-blk .answer-box .layout .card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: url("../img/box-border_bottom.png") 0 0/100% 100% no-repeat;
  z-index: 0;
}
.check-blk .answer-box .layout .card.is_1::before {
  background-image: url("../img/result-head_1.png");
}
.check-blk .answer-box .layout .card.is_2::before {
  background-image: url("../img/result-head_2.png");
}
.check-blk .answer-box .layout .card.is_3::before {
  background-image: url("../img/result-head_3.png");
}
.check-blk .answer-box .layout .card.is_4::before {
  background-image: url("../img/result-head_4.png");
}
.check-blk .answer-box .layout .card.is_5::before {
  background-image: url("../img/result-head_5.png");
}
.check-blk .answer-box .layout .card.is_6::before {
  background-image: url("../img/result-head_6.png");
}
.check-blk .answer-box .layout .card.is_7::before {
  background-image: url("../img/result-head_7.png");
}
.check-blk .answer-box .layout .card.is_8::before {
  background-image: url("../img/result-head_8.png");
}
.check-blk .answer-box .layout .card.is_9::before {
  background-image: url("../img/result-head_9.png");
}
.check-blk .answer-box .layout .card.is_10::before {
  background-image: url("../img/result-head_10.png");
}
.check-blk .answer-box .layout .card .type-ttl {
  opacity: 0;
  color: #fff;
  font-size: 39px;
  letter-spacing: 0.14em;
  font-weight: 600;
  position: absolute;
  left: 50%;
  top: 60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 1;
  text-align: center;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
.check-blk .answer-box .layout .card dl {
  line-height: 1.7;
}
.check-blk .answer-box .layout .card dl dt {
  font-weight: 600;
  margin-bottom: 8px;
}
.check-blk .answer-box .layout .card dl dd {
  margin: 0 0 18px 8px;
}
.check-blk .answer-box .layout .card dl dd:last-of-type {
  margin-bottom: 0;
}
.check-blk .answer-box .layout .card dl dd .work-ttl {
  color: #2c7bc0;
  color: #fff;
  min-height: 40px;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.2941176471;
  letter-spacing: 0.1em;
  text-align: center;
}
.check-blk .answer-box .layout .card dl dd .work-cont {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.8em;
}
@-webkit-keyframes fluffy {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fluffy {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

.page-contents.m-check {
  background: url("../img/bg.jpg") center bottom/cover no-repeat;
  min-height: 100vh;
}
@media screen and (max-width: 550px) {
  .page-contents.m-check {
    min-height: unset;
    height: 210vw;
  }
}
.page-contents.m-check .check-start {
  position: relative;
  min-height: 100vh;
}
@media screen and (max-width: 550px) {
  .page-contents.m-check .check-start {
    min-height: unset;
    height: 210vw;
  }
}
.page-contents.m-check .check-start .check-start__bg {
  position: absolute;
  width: 92.1428571429%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: 1;
}
.page-contents.m-check .check-start .check-start__bg img {
  max-height: 80vh;
  display: block;
  margin: 0 auto;
}
.page-contents.m-check .check-start .check-start__inr {
  width: 100%;
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 11.4285714286% 0 25px;
  height: 100%;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-contents.m-check .check-start .check-start__inr .check-start__title {
  margin: 0 auto;
  width: 89.0476190476%;
}
@media screen and (max-width: 768px) {
  .page-contents.m-check .check-start .check-start__inr .check-start__title img {
    margin-top: 60px;
  }
}
.page-contents.m-check .check-start .check-start__inr .start_btn {
  margin: 0 auto;
}
@media screen and (max-width: 550px) {
  .page-contents.m-check .check-start .check-start__inr .start_btn {
    margin: 0 auto 65px;
  }
}
.page-contents.m-check .check-start .check-start__inr .start_btn button {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.page-contents.m-check .check-start .check-start__inr .start_btn button:hover {
  opacity: 0.8;
}
.page-contents.m-check .check-start .check-start__inr .start_btn .comingsoon {
  width: 470px;
  height: 75px;
  background-image: url("../img/comingsoon.png");
  background-size: cover;
  display: block;
  margin: auto;
  pointer-events: none;
}
@media screen and (max-width: 550px) {
  .page-contents.m-check .check-start .check-start__inr .start_btn .comingsoon {
    width: 85vw;
    height: 13.6vw;
  }
}
.page-contents.m-check .check-start .check-start__icon {
  position: absolute;
  bottom: 2.380952381%;
  right: 2.380952381%;
  width: 14.880952381%;
  z-index: 2;
}
.page-contents.m-check .c-btn {
  background: url("../img/btn_bg.png") 0 0/100% 100% no-repeat;
  cursor: pointer;
  display: block;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  height: 50px;
  width: 325px;
  line-height: 50px;
  margin: 0 auto;
}
.page-contents.m-check .c-btn2 {
  display: block;
  background: url("../img/btn_bg_2.png") 0 0/100% 100% no-repeat;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.12em;
  padding: 0 0 0 20px;
  line-height: 33px;
  width: 240px;
  height: 33px;
}
.page-contents.m-check .c-btn3 {
  background-color: #fff;
  border-radius: 9999px;
  display: block;
  text-align: center;
  letter-spacing: 0.12em;
  font-size: 12px;
  line-height: 34px;
  height: 34px;
  position: relative;
}
.page-contents.m-check .c-btn3::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%205.23%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23231815%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2224%202.61%2014.24%200%2014.24%202.11%200%202.11%200%203.11%2014.24%203.11%2014.24%205.23%2024%202.61%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% auto;
  height: 5px;
  width: 24px;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-contents.m-check .result-slide .slide-item {
  display: none;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-contents.m-check .result-slide .slide-item.is-active {
  display: block;
  opacity: 1;
}
.page-contents.m-check .result-slide .slide-item .slide-item__title {
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}
.page-contents.m-check .result-slide .slide-item .slide-item__title span {
  display: inline-block;
  white-space: nowrap;
  font-size: 20px;
  position: relative;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.12em;
  width: 213px;
}
.page-contents.m-check .result-slide .slide-item .slide-item__title span::before {
  content: "";
  background: #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 5px;
  width: 5px;
}
.page-contents.m-check .result-slide .slide-item .slide-item__title span::after {
  content: "";
  background: #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: -3px;
  right: 0;
  height: 5px;
  width: 5px;
}
.page-contents.m-check .result-slide .slide-item .strength {
  font-size: 15px;
}
.page-contents.m-check .result-slide .slide-item .tenth {
  font-size: 15px;
}
.page-contents.m-check .result-slide .slide-item .slide-item__btn {
  position: absolute;
  right: 30px;
  bottom: 35px;
}
.page-contents.m-check .result-slide .slide-item .work-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .page-contents.m-check .result-slide .slide-item .work-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page-contents.m-check .result-slide .slide-item .work-items > dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.page-contents.m-check .result-slide .slide-item .work-items .work-ttl {
  color: #fff;
  min-height: 44px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.375;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  text-align: center;
}
.page-contents.m-check .result-slide .slide-item .work-items .work-cont {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.08em;
}
.page-contents.m-check .result-slide .slide-item .btns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.page-contents.m-check .result-slide .slide-item .btns > li {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}
.page-contents.m-check .result-slide .slide-item .btns > li + li {
  margin-top: 6px;
}/*# sourceMappingURL=style.css.map */