html {
  font-size: calc((100 / 750) * 1vw);
  font-family: sans-serif;
}

@media screen and (min-width: 750px) {
  html {
    font-size: 1px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
}

.l-container {
  max-width: 750px;
  margin: 0 auto;
}

img {
  width: 100%;
}

.bg {
  max-width: 750rem;
}

.flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.button {
  width: 100%;
  min-height: 60rem;
  font-size: 32rem;
  line-height: calc(40 / 32);
  letter-spacing: .05em;
  text-align: center;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
  padding: 5rem 40rem;
}

.button span {
  display: block;
  background-color: #fff;
  border-radius: 20rem;
  width: 100%;
  height: 100%;
  padding: 23rem 10rem 22rem;
  color: #333;
  border: 2rem solid #d9d9d9;
}

.button:has(input:checked) span {
  background: #fff8ed;
}

.button sup {
  font-size: 20rem;
}

.fv  {
 position: relative;
}

.fv .fv_btn {
  position: absolute;
  top: 93%;
  max-width: 496rem;
  height: 65rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  animation: move .3s ease infinite alternate;
}

@keyframes move {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}

.s_q1 {
  display: flex;
  text-align: center;
  margin-bottom: 20rem;
}

.s_q2 {
  display: flex;
  text-align: center;
  margin-bottom: 20rem;
}

.s_q3 {
  display: flex;
  text-align: center;
  margin-bottom: 60rem;
  position: relative;
}

.answer {
  display: flex;
  width: 100%;
  margin: auto;
  margin-top: 30rem;
  margin-bottom: 50rem;
}

.section_cta .validate-msg {
  text-align: center;
  margin: 15rem 0;
}

.cta_button {
  margin-top: -35rem;
}

.cta_button a {
  display: block;
  text-align: center;
}

.cta_button a img {
  max-width: 714rem;
  transition: all .3s ease;
}

.cta_button a:hover img {
  transform: scale(1.02);
  filter: brightness(1.2);
}

header {
  margin-bottom: -16rem;
  position: relative;
  z-index: 2;
}

.footer-wrap {
  color: #8A8A8A;
  padding: 40px 0 0 0;
  width: 100%;
}
.footer-wrap a {
  text-decoration: underline;
  font-size: 11px;
  color: #004b91;
}
.footer-menu {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer-menu {
    margin-bottom: 35px;
  }
}
.footer-menu li + li {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .footer-menu li + li {
    margin-left: 40px;
  }
}
.footer-company {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .footer-company {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
    align-items: center;
  }
}
.footer-company-logo {
  max-width: 142px;
  margin-right: 28px;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .footer-company-logo {
    margin: 0 20px 0 0;
  }
}
.footer-company-logo img {
  width: 100%;
}
@media (min-width: 768px) {
  .footer-company-logo img {
  width: 100%;
  height: auto;
  }
}
.footer-company-txt {
  text-align: left;
  font-size: 10px;
  margin-left: 50px;
}
@media (min-width: 768px) {
  .footer-company-txt {
    font-size: 12px;
    margin-left: 0px;
  }
}
.footer-company-logo {
  width: 30%;
}
.copyright {
  background-color: #3c1e05;
  display: block;
  padding: 10px 0;
  color: #F0F0F0;
  font-size: 11px;
  text-align: center;
}
.copyright span {
  margin-left: 2em;
}

.validate-msg {
  display: none;
  font-size: 16rem;
  color: red;
  text-align: left;
  width: 100%;
  padding: 0 40rem;
  margin-bottom: 10rem;
}

.q3_notes {
  font-size: 12rem;
  font-weight: 400;
  text-align: left;
  padding: 0 40rem;
  letter-spacing: .05em;
  margin-top: -40rem;
}