@charset "utf-8";

*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
small {
  font-size: 80%;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
img {
  vertical-align: middle;
  border-style: none;
  width: 100%;
}

input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  overflow: visible;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
section {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.mv {
  position: relative;
}

.pick {
  width: 79.33333333%;
  position: absolute;
  bottom: 10.68%;
  left: 10.22222%;
  display: block;
  animation-name: pickup;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-delay: 0s;
  animation-iteration-count: infinite;
}
@keyframes pickup {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pickup2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.sec4 {
  position: relative;
}

.sec4 .pick {
  bottom: 3.0150753%;
  left: 10.22222%;
}

.sec7 {
  background-image: url(../img/bg.png);
  padding: 32px 0 76px;
}

.sec7 .title {
  margin-bottom: 38px;
}

.question {
  width: 81.333333%;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  border: 2px solid #7a96b7;
  border-radius: 10.0691px;
  padding: 20px 0 97px;
}

.question1 {
  margin-bottom: 30px;
}

.question2 {
  margin-bottom: 33px;
}

.question3 {
  margin-bottom: 51px;
}

.question_icon {
  width: 99px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.question_title {
  text-align: center;
  margin-bottom: 36px;
  font-size: 32px;
  letter-spacing: 0.15em;
  font-weight: 700;
  line-height: 1;
}

.question ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 115px 134px;
  max-width: 446px;
  margin: 0 auto;
}

/* .question ul.patter2 {
  max-width: 547px
} */

.question ul li {
  text-align: center;
  position: relative;
}

.question ul li img {
  width: 156px;
  margin: 0 auto;
}

input[type="radio"] {
  display: none;
}

label > img.active {
  display: none;
}

input[type="radio"]:checked + label > img {
  display: none;
}

input[type="radio"]:checked + label > img.active {
  display: block;
}

label > span {
  display: block;
  text-align: center;
  margin-top: 37px;
  font-size: 27px;
  letter-spacing: 0.2em;
  font-weight: 700;
  position: absolute;
  bottom: -51px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  line-height: 1;
  white-space: nowrap;
}

label > span.center {
  left: 30%;
}

.question ul.patter2 label > span {
  letter-spacing: 0.075em;
}

.question ul.patter3 label > span {
  letter-spacing: 0.1em;
}

.line-btn {
  width: 81.55555555555%;
  margin: 0 auto;
}

.line-btn a.active {
  display: none;
}

.line-btn a.is-active {
  display: block;
  border-radius: 10px;
}

.line-btn .deactivate.is-hidden {
  display: none;
}

.footer {
  padding: 33px 0 63px;
  text-align: center;
}

.footer > a {
  color: #000;
}

.step3 {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 90.66666%;
  max-width: 816px;
}

@media screen and (min-width: 500px) and (max-width: 680px) {
  .question ul li img {
    width: 100px;
  }

  label > span {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .sec7 {
    padding: 32px 0 38px;
  }

  .sec7 .title {
    margin-bottom: 19px;
  }

  .question {
    padding: 10px 0 48.5px;
  }

  .question1 {
    margin-bottom: 12.5px;
  }

  .question2 {
    margin-bottom: 13.5px;
  }

  .question3 {
    margin-bottom: 18px;
  }

  .question ul {
    max-width: 365px;
    gap: 57.5px 66px;
  }

  .question ul li img {
    width: 78px;
  }

  .question_icon {
    width: 44.5px;
    padding-bottom: 15px;
  }

  .question_title {
    text-align: center;
    margin-bottom: 18px;
    font-size: 15px;
    letter-spacing: 0.12em;
  }

  .question2   .question_title {
    letter-spacing: 0.08em;
  }

  label > span {
    bottom: -25.5px;
    font-size: 13.5px;
  }
}
