body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-display: swap;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

/* header */
.head-wrap {
  display: block;
  height: 40px;
  max-width: 400px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
}

.head-wrap img {
  display: block;
  width: 100px;
  text-align: center;
  padding: 5px 0;
}

/* main */
.main-container {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
}

.top-text {
  margin: auto 0;
  padding: 10px 0 0;
  text-align: center;
}

.top-text p {
  background-color: #29abe2;
  color: #fff;
  padding: 5px 0;
}

.top-img {
  text-align: center;
  padding-bottom: 15px;
}

.top-img img {
  width: 100%;
  vertical-align: top;
}

/* bar */
.bar-wrap {
  padding: 5px;
  display: block;
  margin: 0 auto;
  background: #eaf6fd;
}

.bar-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 10px;
}


/* bar 動き */
.progress-item {
  width: 80px;
  height: 80px;
  position: relative;
}

.progress-item__inner {
  position: relative;
}

.progress-svg {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
}

.progress-svg circle {
  stroke-dasharray: 267;
  stroke-width: var(--stroke-width, 8);
}

.progress-background {
  fill: none;
  stroke: #e7e5df;
  stroke-width: 8;
}

.progress-bar {
  fill: none;
  stroke: var(--stroke-color);
  stroke-dashoffset:var(--stroke-dashoffset , 267);
  stroke-linecap: round;
  transform-origin: center;
  transform: rotate( var( --start-rotate, -90deg ) );
  transition: stroke-dashoffset var(--duration, 1.5s) ease-out;
}

.progress-text {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -53%);
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

.progress-text span {
  font-size: 24px;
}

.bar-balloon {
  margin-left: 20px;
  padding: 15px 20px;
  background: #fff;
  border-radius: 10px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0px 2px 10px rgb(212 161 78 / 30%);
  position: relative;
}

.bar-balloon::before {
  position: absolute;
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid #fff;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}

.bar-flex-finish .bar-balloon {
  margin-left: 10px;
  padding: 15px;
}

.bar-confetti1 {
  width: 20px;
  height: 75px;
}

.bar-confetti2 {
  width: 20px;
  height: 75px;
  transform: scale(-1, -1);
}


.small-qt {
  font-size: 10px;
}

.red {
  color: #f48500;
  font-weight: bold;
}

.question-wrap {
  padding: 0 0 30px;
}

.question-box {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  padding: 15px 10px 20px;
  border-radius: 10px;
  background-color: #fff;
}

.q10-illust {
  max-width: 220px;
}

.q-icon {
  margin-right: 5px;
  padding: 7px 11px 10px;
  background: #29abe2;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.orange {
  color: #f48500;
}

.orange-line {
  background:linear-gradient(transparent 70%, #fffbcf 0%);
}

.question-text {
  width: 100%;
  margin-top: 7px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

.q-title-flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.q-button-wrap {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}

.q-button {
  display: inline-block;
  max-width: 360px;
  width: 100%;
  background-color: #f6aa2a;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 10px;
  padding: 15px 0;
  font-size: 16px;
  font-weight: bold;
}

.q-button-2line {
  padding: 5px 0;
  line-height: 1.4;
}

input {
  display: none;
}

.q-button-wrap div {
  position: relative;
}

.q-button-wrap div a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

label a {
  color: #fff;
}

.q-button:hover {
  opacity: 0.8;
}

.question-box p ::before {
  content: "";
}

.reference {
  margin-top: 5px;
  color: #a89595;
  font-size: 10px;
  text-align: right;
}

.end-text {
  max-width: 360px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 1.5rem;
}

.end-text .orange {
  font-weight: bold;
}

.small {
  font-size: 12px;
  color: #333;
  font-weight: 400;
}

.finish-img img:nth-of-type(1) {
  display: block;
  max-width: 360px;
  width: 100%;
  margin: 20px auto;
}

.finish-img img:nth-of-type(2) {
  display: block;
  width: 100%;
  margin: 0 auto 35px;
}

.cv-area {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0 20px;
}

.cv-area a {
  display: inline-block;
  background-color: #f48500;
  border-radius: 10px;
  max-width: 360px;
  width: 100%;
  color: #fff;
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
}

.present-text {
  display: block;
  margin: 20px auto 20px;
  padding: 0 10px;
  color: #333;
}

.present-text p {
  font-size: 16px;
  font-weight: bold;
  color: #f48500;
  margin-top: 30px;
  padding: 0 0 5px;
  border-bottom: solid 2px #F9EDE1;
}

.present-text article {
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2rem;
}

button {
  padding: 0;
  background: none;
  border: none;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #682110;
}

.present-text article button {
  margin-top: 5px;
  text-decoration: underline;
}

.present-text ul {
  font-size: 14px;
  list-style: square;
  margin-left: 20px;
  padding: 0;
  line-height: 1.2rem;
}

button #openModal {
  font-weight: bold;
  background-color: transparent;
  border: 2px solid #f4f4f4;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: underline;
}

/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.modalBg::before {
  content: "×";
  position: absolute;
  top: 4%;
  right: 50%;
  transform: translate(50%, 50%);
  color: #fff;
  width: 90%;
  max-width: 500px;
  text-align: right;
  font-size: 24px;
  font-weight: bold;
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 500px;
  height: 73%;
  overflow-y: auto;
  padding: 0 20px 20px;
  background-color: #fff;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}


/* footer */
footer {
  background-color: #29abe2;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

footer a {
  color: #fff;
}

.footer-flex04 {
  max-width: 400px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 20px 10px;
  font-size: 12px;
  color: #fff;
}

.footer-flex04 img {
  width: 130px;
  padding: 15px 0;
}

.copylight04 {
  text-align: center;
  font-size: 12px;
  padding-bottom: 20px;
  color: #fff;
}

.under-line {
  border-bottom: solid 1px;
}

/*# sourceMappingURL=main.css.map */