@charset "UTF-8";
.chart {
  letter-spacing: 0.04em;
}
.chart .page-contents {
  margin-top: 70px;
}
.chart button {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  outline: none;
  color: inherit;
  font-family: inherit;
  cursor: pointer;
}
.chart .chart-contents {
  padding-top: 40px;
  padding-bottom: min(13.3333333333vw, 80px);
  background-color: #f5f9fa;
}
.chart .chart-header {
  margin-bottom: 40px;
}
.chart .chart-title {
  text-align: center;
}
.chart .chart-title img {
  width: min(80.5333333333vw, 604px);
}
.chart .chart-button {
  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;
  position: relative;
  width: 100%;
  height: min(16vw, 80px);
  border-radius: 5rem;
  font-size: min(3.7333333333vw, 18px);
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.chart .chart-button::after {
  display: block;
  position: absolute;
  right: 5%;
  top: 50%;
  font-family: "CONDENSEicon";
  content: "ú";
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.chart .chart-button.button-yes {
  background-color: #e4c057;
  -webkit-box-shadow: 0 8px 0 #b09543;
          box-shadow: 0 8px 0 #b09543;
  color: #fff;
}
.chart .chart-button.button-no {
  background-color: #c9aa4d;
  -webkit-box-shadow: 0 8px 0 #967f39;
          box-shadow: 0 8px 0 #967f39;
  color: #fff;
}
.chart .chart-button.button-green {
  background-color: #2fb16f;
  -webkit-box-shadow: 0 8px 0 #227d4f;
          box-shadow: 0 8px 0 #227d4f;
  color: #fff;
}
.chart .chart-button.button-white {
  background-color: #fff;
  -webkit-box-shadow: 0 8px 0 #ccc;
          box-shadow: 0 8px 0 #ccc;
  color: #2fb16f;
}
.chart .chart-button:hover {
  text-decoration: none;
}
@media (hover) {
  .chart .chart-button:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
            transform: translateY(8px);
  }
}
.chart .chartBox {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.chart .chartBox::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: min(9.0666666667vw, 64px);
  background-image: url(../../chart/img/clip.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  content: "";
}
.chart .chartBox__inner {
  min-height: 300px;
  border: min(4vw, 28px) solid #e4c057;
  border-radius: min(4vw, 30px);
  background-color: #fff;
  background-image: linear-gradient(to left, #dedfdf 1px, transparent 1px), linear-gradient(to top, #dedfdf 1px, transparent 1px);
  background-repeat: repeat;
  background-position: -15px -15px;
  background-size: min(4.8vw, 36px) min(4.8vw, 36px);
}
.chart .chartBlock {
  position: relative;
}
.chart .chartBlock:has([data-q="1"])::after {
  display: block;
  position: absolute;
  left: min(4vw, 15px);
  top: max(-8vw, -30px);
  width: min(21.8666666667vw, 148px);
  height: min(21.8666666667vw, 148px);
  background-image: url(../../chart/img/icon_start.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media (min-width: 769px) {
  .chart .chartBlock:has([data-q="1"])::after {
    top: -70px;
  }
}
.chart .chartBlock.chartBlock-result::after {
  display: block;
  position: absolute;
  left: min(4vw, 15px);
  top: max(-8vw, -30px);
  width: min(21.8666666667vw, 148px);
  height: min(21.8666666667vw, 148px);
  background-image: url(../../chart/img/icon_item.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media (min-width: 769px) {
  .chart .chartBlock.chartBlock-result::after {
    top: -70px;
  }
}
.chart .chartBlock__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.chart .chartBlock.chartBlock-question {
  padding: 100px 0;
}
.chart .chartBlock.chartBlock-question .chartBlock__inner {
  gap: min(9.3333333333vw, 50px);
}
.chart .chartBlock.chartBlock-result {
  padding: min(12.8vw, 70px) min(8vw, 40px) min(8vw, 50px);
}
.chart .chartBlock.chartBlock-result .chartBlock__inner {
  gap: min(10.6666666667vw, 40px) min(10.6666666667vw, 40px);
}
@media (min-width: 769px) {
  .chart .chartBlock.chartBlock-result .chartBlock__inner {
    max-width: 690px;
    margin-inline: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .chart .chartBlock.chartBlock-result .chartBlock__inner .chartBlock__image {
    width: auto;
    -ms-flex-preferred-size: 29.7101449275%;
        flex-basis: 29.7101449275%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .chart .chartBlock.chartBlock-result .chartBlock__inner .chartBlock__itemInfo__btn {
    width: 260px;
    margin-left: 0;
  }
  .chart .chartBlock.chartBlock-result .chartBlock__inner .chartBlock__itemInfo__btn .c-button {
    height: 60px;
  }
}
.chart .chartBlock__question {
  font-size: min(8.5333333333vw, 40px);
  font-family: fot-tsukuardgothic-std, sans-serif;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
.chart .chartBlock__question p {
  white-space: pre;
}
.chart .chartBlock__question p::before {
  margin-right: 0.25em;
  font-size: 1.25em;
  content: "Q";
}
.chart .chartBlock__buttons {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(12vw, 45px) min(16vw, 60px);
  width: 73.1343283582%;
  max-width: 700px;
  margin: 0 auto;
}
.chart .chartBlock__buttons .chart-button {
  font-size: min(6.1333333333vw, 32px);
  font-family: "Quicksand", sans-serif;
}
@media (min-width: 769px) {
  .chart .chartBlock__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .chart .chartBlock__buttons .chart-button {
    width: auto;
    -ms-flex-preferred-size: 320px;
        flex-basis: 320px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.chart .chartBlock__image {
  width: 51.7543859649%;
  margin: 0 auto;
  line-height: 0;
}
.chart .chartBlock__itemInfo__catch {
  margin-bottom: 0.5em;
  color: #2fb16f;
  font-size: min(4vw, 20px);
  font-weight: bold;
  line-height: 1;
}
.chart .chartBlock__itemInfo__name {
  font-size: min(5.3333333333vw, 34px);
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  line-height: 1.35;
}
.chart .chartBlock__itemInfo__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
.chart .chartBlock__retry {
  margin-top: min(13.3333333333vw, 50px);
  text-align: center;
}
.chart .chartBlock__retry__btn {
  font-size: min(3.4666666667vw, 14px);
  color: #2fb16f;
  font-weight: bold;
  text-decoration: underline;
}
.chart .chartBlock__retry__btn::after {
  font-family: "CONDENSEicon";
  content: "|";
}
@media (min-width: 769px) {
  .chart .chartBlock__retry {
    margin-top: 0;
    text-align: right;
  }
}
.chart .chart-series {
  padding: min(21.3333333333vw, 80px) 0;
  background-color: #2fb16f;
}
.chart .chart-series__image {
  line-height: 0;
  text-align: center;
}
.chart .chart-series__image img {
  width: min(76vw, 570px);
}
.chart .chart-series__btn {
  margin: min(10.6666666667vw, 40px) auto 0;
  width: min(61.3333333333vw, 320px);
}
.chart .chart-attention {
  width: 84%;
  max-width: 1280px;
  margin: 0 auto;
  padding: min(12vw, 90px) 0 min(12vw, 120px);
  border-bottom: 1px solid #ccc;
}
.chart .chart-attention__title {
  margin-bottom: min(13.3333333333vw, 100px);
  font-size: min(8vw, 50px);
  font-family: fot-tsukuardgothic-std, sans-serif;
  text-align: center;
  line-height: 1;
}
.chart .chart-attention__content {
  font-size: min(3.7333333333vw, 16px);
  line-height: 1.7692307692;
}
.chart .chart-attention__content p {
  margin-top: 1.5em;
}
.chart .footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.chart .footer__nav li {
  padding: 0 1.5em;
  border-right: 1px solid currentColor;
  font-size: 13px;
  line-height: 1;
}
.chart .footer__nav li:last-child {
  border-right: none;
}
.chart .footer__nav li a {
  text-decoration: underline;
}
.chart .ft-bottomIn_copy {
  margin-inline: auto;
}