@charset "UTF-8";
/* ==================================================
 * Color set
 * ================================================== */
/* ==================================================
 * Font
 * ================================================== */
/* ==================================================
 * width
 * ================================================== */
/* ==================================================
 * layout
 * ================================================== */
/* ==================================================
 * bg
 * ================================================== */
/* ==================================================
 * font text
 * ================================================== */
/* ==================================================
 * other
 * ================================================== */
html:has(#chart) {
  scroll-padding-top: 100px;
}

/* 初期状態：先頭以外の質問と全ての回答を非表示
=========================================*/
.chart_container .chart_part {
  display: none;
}

.chart_container .chart_part:first-of-type {
  display: block;
}

.chart_container .chart_result {
  display: none;
}

/*基本設定
=========================================*/
.chart_container {
  width: 100%;
}

.js-restart:hover {
  cursor: pointer;
}

/*質問
=========================================*/
.chart_question_title {
  background: #ecf6f1;
  color: #3c875e;
  border-radius: 12px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .chart_question_title {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .chart_question_title {
    font-size: 23.3333333333px;
  }
}
.chart_question_title::before {
  content: "";
  display: block;
  transition: 0.3s;
  content: "Q";
  width: 55px;
  min-width: 55px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  padding: 0 0 8px 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #62a07a;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .chart_question_title::before {
    font-size: 45px;
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .chart_question_title::before {
    font-size: 30px;
  }
}
.chart_question .btn-01 {
  width: 455px;
  max-width: 100%;
}
.chart_question .btn-01__link {
  width: 100%;
  height: 80px;
  background: #e3b424;
  border-radius: 10px;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .chart_question .btn-01__link {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .chart_question .btn-01__link {
    font-size: 23.3333333333px;
  }
}

.chart_back_button_wrp {
  display: flex;
  justify-content: center;
}
.chart_back_button_wrp a {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  color: #3c875e;
  border-bottom: solid 2px #3c875e;
  padding-bottom: 5px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .chart_back_button_wrp a {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .chart_back_button_wrp a {
    font-size: 20px;
  }
}
.chart_back_button_wrp a::after {
  content: "";
  display: block;
  transition: 0.3s;
  width: 13px;
  aspect-ratio: 1/1;
  border-top: solid 4px #3c875e;
  border-right: solid 4px #3c875e;
  transform: rotate(45deg);
}

/*結果
=========================================*/
.chart_result_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
}
.chart_result_title_icon {
  position: relative;
  z-index: 1;
  background: #ecf6f1;
  color: #3c875e;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .chart_result_title_icon {
    font-size: 45px;
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .chart_result_title_icon {
    font-size: 30px;
  }
}
.chart_result_title_icon::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 42px;
  aspect-ratio: 42/20;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #ecf6f1;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -1px);
}
.chart_result_title_main {
  width: 100%;
  color: #3c875e;
  line-height: 1.5;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .chart_result_title_main {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .chart_result_title_main {
    font-size: 26.6666666667px;
  }
}
.chart_result .btn-01 {
  width: 340px;
  max-width: 100%;
}
.chart_result .btn-01__link {
  width: 100%;
  height: 80px;
}/*# sourceMappingURL=chart.css.map */