/* common
-------------------------------------------------------------*/
@charset "UTF-8";

* {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  box-sizing: border-box;
}

a,
button {
  text-decoration: none;
  cursor: pointer;
}

a:hover,
button:hover {
  opacity: 0.7;
  transition: 0.4s;
}

body {
  background-color: #F4F7F6;
  overflow-x: hidden;
  color: #1A1A1A;
  letter-spacing: 1px;
}

html {
  overflow-x: hidden;
}

h1 {
  letter-spacing: 2px;
}

h2, h3 {
  letter-spacing: 4px;
}

.sp {
  display: none;
}

.zen-maru-gothic-light {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 300;
  font-style: normal;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}

.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
}

main {
  position: relative;
}

main h1 {
  font-size: 30px;
  text-align: center;
  color: #007A33;
}
/* section start
-------------------------------------------------------------*/
#start {
  padding: 37.5px 0;
}

.top_text {
  font-size: 16px;
  text-align: center;
  margin: 19px 0 32px;
}

.howTo {
  width: 100%;
}

.howTo .howTo_head {
  width: 92px;
  padding: 8px 20px;
  margin: 0 auto 20px;
  border: 1px solid #007A33;
  border-radius: 20px;
  background-color: white;
  text-align: center;
  color: #007A33;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: initial;
}

.howTo .howTo_order {
  width: 100%;
  max-width: 544px;
  margin: 0 auto;
}

.howTo .howTo_order .howTo_flex {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.howTo .howTo_order .howTo_flex img {
  width: 120px;
  margin-right: 16px;
}

.howTo .howTo_order .howTo_flex p {
  font-size: 14px;
}

.howTo .howTo_order .howTo_flex p span {
  color: #007A33;
  background-color: white;
}
/* form_button
-------------------------------------------------------------*/
.form_button {
  width: 100%;
  display: flex;
  justify-content: center;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: white;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  padding: 20px 0;
}

.form_button .form_start {
  width: 544px;
  font-size: 16px;
  padding: 16px 0;
  background-color: #007A33;
  border: 2px solid #007A33;
  border-radius: 8px;
  color: white;
  text-align: center;
  font-weight: 600;
  letter-spacing: 2px;
}

.form_button .form_next {
  width: 354px;
  padding: 16px 0;
  background-color: #007A33;
  border: 1px solid #007A33;
  border-radius: 8px;
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
}

.form_button .form_next.inactive {
  background-color: #C0C0C0;
  border: 1px solid #C0C0C0;
}

.form_button .form_return {
  width: 180px;
  padding: 16px 0;
  margin-right: 8px;
  color: #7F7F7F;
  background-color: white;
  border: 1px solid #7F7F7F;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
}
/* header
-------------------------------------------------------------*/
.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px 32px;
  font-size: 16px;
  color: #7F7F7F;
  background-color: white;
  position: relative;
  font-weight: 600;
}

#page-2 .header::after, #page-14 .header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #25BE65 10%, #E6E6E6 10%);
}

#page-3 .header::after, #page-15 .header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #25BE65 20%, #E6E6E6 20%);
}

#page-4 .header::after, #page-16 .header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #25BE65 30%, #E6E6E6 30%);
}

#page-5 .header::after, #page-17 .header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #25BE65 40%, #E6E6E6 40%);
}

#page-6 .header::after, #page-18 .header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #25BE65 50%, #E6E6E6 50%);
}

#page-7 .header::after, #page-19 .header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #25BE65 60%, #E6E6E6 60%);
}

#page-8 .header::after, #page-20 .header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #25BE65 70%, #E6E6E6 70%);
}

#page-9 .header::after, #page-21 .header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #25BE65 80%, #E6E6E6 80%);
}

#page-10 .header::after, #page-22 .header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #25BE65 90%, #E6E6E6 90%);
}

#page-11 .header::after, #page-12 .header::after, #page-23 .header::after, #page-24 .header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background: #25BE65;
}
/* start
-------------------------------------------------------------*/
#page-1, #page-6, #page-12, #page-13, #page-24 {
  position: relative;
  height: 100vh;
}

.start {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.start img {
  width: 120px;
  border-radius: 50%;
}

.start h2 {
  font-size: 24px;
  color: #007A33;
  margin: 24px 0 40px
}

.start p {
  font-size: 18px;
  line-height: 1.8;
}

.start p span {
  color: #007A33;
  background-color: white;
}

#page-12 .start h2 {
  margin: 0 0 28px;
}

#page-24 .start p:first-of-type {
  margin: 40px 0 32px;
}
/* question
-------------------------------------------------------------*/
.question {
  max-width: 544px;
  width: 100%;
  margin: 40px auto 138px;
}

.question h2 {
  font-size: 24px;
  color: #007A33;
  margin-bottom: 28px;
}

.question_three .radio_container {
  width: 452px;
}

.question_three .radio_container:last-of-type {
  margin-bottom: 0;
}
/* radio
-------------------------------------------------------------*/
.radio-group {
  display: flex;
  flex-direction: column;
}

.radio_container {
  display: flex;
  align-items: center;
  padding: 16px 20px 16px 22.71px;
  border: 1px solid #D5D5D5;
  border-radius: 8px;
  margin-bottom: 12px;
  cursor: pointer;
  position: relative;
  background-color: white;
}

.radio_container input[type="radio"] {
  display: none;
}

.custom_radio {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 2px solid #D5D5D5;
  margin-right: 10.71px;
  position: relative;
  background-color: white;
  display: flex;
  flex-shrink: 0;
}

.radio_container input[type="radio"]:checked + .custom_radio {
  background-color: #007A33;
  border: 2px solid #007A33;
}

.radio_container input[type="radio"]:checked + .custom_radio::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  top: 2px;
  left: 6px;
}

.radio_container .checkmark_text {
  color: #666666;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
}

.radio_container input[type="radio"]:checked + .custom_radio + .checkmark_text {
  color: #007A33;
}

.radio_container input[type="radio"]:checked {
  border: 2px solid #007A33;
  background-color: #f0faf0;
}

.radio_wrapper {
  display: flex;
  margin-bottom: 12px;
}

.radio_wrapper .radio_head {
  width: 80px;
  padding: 0 12px;
  border-radius: 8px;
  background-color: white;
  border: 1px solid white;
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.radio_wrapper .radio_head p {
  font-size: 14px;
  white-space: nowrap;
  font-weight: 600;
}

.radio_wrapper .radio_flex {
  display: flex;
  flex-flow: column;
}
/* result
-------------------------------------------------------------*/
.result {
  max-width: 544px;
  width: 100%;
  margin: 40px auto 56px;
}

.result_contents {
  width: 100%;
  margin-bottom: 60px;
}

.result_contents .result_question {
  display: flex;
}

.result_contents .result_question h3 {
  font-size: 24px;
  color: #007A33;
}

.result_contents .result_question h3:first-of-type {
  margin-right: 12px;
}

.result_contents .result_answer {
  padding: 32px;
  background-color: white;
  border-radius: 8px;
  margin: 32px 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.result_contents .result_answer .result_person {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.result_contents .result_answer .result_person:last-of-type {
  margin: 20px 0 24px;
}

.result_contents .result_answer .result_person img {
  width: 60px;
  height: 60px;
  margin-right: 12px;
}

.result_contents .result_answer .result_person .result_person_flex {
  display: flex;
  flex-flow: column;
}

.result_contents .result_answer .result_person .result_person_flex p:first-of-type {
  color: #666666;
  font-size: 15px;
  margin-bottom: 4px;
  font-weight: 400;
}

.result_contents .result_answer .result_person .result_person_flex p:last-of-type {
  font-size: 16px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.result_contents .result_answer .result_answer_text {
  font-size: 16px;
  color: #007A33;
  font-weight: bold;
  line-height: 1.8;
}

.result_contents .result_text {
  padding: 32px;
  background-color: #DAF6E2;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.result_contents .result_text h4 {
  font-size: 24px;
  color: #007A33;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 2px;
}

.result_contents .result_text h4 span {
  background-color: #FFFBEF;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.result_contents .result_text p {
  font-size: 16px;
  margin: 24px 0 16px;
  line-height: 1.8;
}

.result_contents .result_text p:nth-of-type(2) {
  margin: 24px 0;
}

.result_contents .result_text a {
  font-size: 14px;
  color: #007A33;
  text-decoration: underline;
  display: flex;
  align-items: end;
  font-weight: 400;
}

.result_contents .result_text a img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0 0 1px 4px;
}

.result_contents .result_text .result_movie {
  width: 100%;
  margin-top: 24px;
}

.result_contents .result_text .result_movie video {
  width: 480px;
  height: 269.74px;
  background-color: aqua;
  display: flex;
  flex-shrink: 0;
}

.result_contents .result_text .result_movie p {
  font-size: 14px;
  text-align: center;
  margin-top: 12px;
  font-weight: 400;
}

.result_form {
  border-top: 1px solid #007A33;
  padding: 60px 0 0;
}

.result_form h2 {
  font-size: 24px;
  color: #007A33;
  margin-bottom: 28px;
}

.lookbackQuestions {
  border-top: 1px solid #007A33;
  padding: 60px 0 0;
}

.lookbackQuestion h2 {
  font-size: 20px;
  color: #007A33;
  margin-bottom: 24px;
}

.lookbackQuestion button {
  width: 80%;
  margin-right: 10px;
  margin-bottom: 15px;
  padding: 10px 20px;
  font-size: 16px;
  border: 2px solid #D5D5D5;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  border-radius: 5px;
}

#resetButton {
  width: 80%;
  margin-right: 10px;
  margin-bottom: 15px;
  padding: 10px 20px;
  font-size: 16px;
  border: 2px solid #D5D5D5;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  border-radius: 5px;
}

#showIDButton {
  float: right;
  width: 10%;
  margin-right: 10px;
  margin-bottom: 15px;
  padding: 10px 20px;
  font-size: 10px;
  background-color: rgb(245,247,246);
  color: #666666;
}

.result_footer {
  border-top: 1px solid #007A33;
  padding: 60px 0 0;
}

.result_footer p{
  font-size: 13px;
}

.result_contents.Q6 .result_text:last-of-type {
  margin-top: 28px;
}

/* message
  -------------------------------------------------------------*/
#lb-thanks p {
  font-size: 14px;
  margin: 20px 0 48px;
}

@media(max-width: 768px) {
  /* common
  -------------------------------------------------------------*/
  main h1 {
    font-size: 25px;
  }

  .pc {
    display: none;
  }  

  .sp {
    display: block;
  }
  /* section start
  -------------------------------------------------------------*/
  #start {
    padding: 54.5px 28px 120.5px;
  }

  .top_text {
    font-size: 14px;
    margin: 20px 0 48px;
    letter-spacing: 0.5px;
  }

  .howTo .howTo_head {
    width: 85px;
    font-size: 15px;
    padding: 8px 0;
  }

  .howTo .howTo_order {
    max-width: 344px;
    margin: 0 auto;
  }

  .howTo .howTo_order .howTo_flex p {
    font-size: 12px;
  }
  /* form_button
  -------------------------------------------------------------*/
  .form_button {
    padding: 16px 0;
  }
  
  .form_button .form_next {
    width: 202px;
    font-size: 14px;
  }
  
  .form_button .form_return {
    width: 122px;
    padding: 16px 0;
    margin-right: 8px;
    color: #7F7F7F;
    background-color: white;
    border: 1px solid #7F7F7F;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
  }
  /* header
  -------------------------------------------------------------*/
  .header {
    padding: 20px 28px;
    font-size: 14px;
  }

  #page-2 .header::after, #page-14 .header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #25BE65 10%, #E6E6E6 10%);
  }

  #page-3 .header::after, #page-15 .header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #25BE65 20%, #E6E6E6 20%);
  }

  #page-4 .header::after, #page-16 .header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #25BE65 30%, #E6E6E6 30%);
  }

  #page-5 .header::after, #page-17 .header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #25BE65 40%, #E6E6E6 40%);
  }

  #page-6 .header::after, #page-18 .header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #25BE65 50%, #E6E6E6 50%);
  }

  #page-7 .header::after, #page-19 .header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #25BE65 60%, #E6E6E6 60%);
  }

  #page-8 .header::after, #page-20 .header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #25BE65 70%, #E6E6E6 70%);
  }

  #page-9 .header::after, #page-21 .header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #25BE65 80%, #E6E6E6 80%);
  }

  #page-10 .header::after, #page-22 .header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #25BE65 90%, #E6E6E6 90%);
  }

  #page-11 .header::after, #page-12 .header::after,#page-23 .header::after, #page-24 .header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    background: #25BE65;
  }
  /* start
  -------------------------------------------------------------*/
  .start img {
    width: 92px;
  }

  .start h2 {
    font-size: 18px;
  }

  .start p {
    font-size: 15px;
  }

  #page-12 .start h2 {
    margin: 0 0 28px;
  }
  
  #page-13 .start h2 {
    margin: 24px 28px 40px;
  }

  #page-24 .start p:first-of-type {
    margin: 28px 0 25px;
  } 
  /* question
  -------------------------------------------------------------*/
  .question {
    max-width: none;
    width: auto;
    margin: 28px;
  }

  .question h2 {
    font-size: 18px;
  }

  .question_three .radio_container {
    width: 100%;
  }
  
  .question.question_three {
    margin: 28px 28px 126px;
  }
  /* radio
  -------------------------------------------------------------*/
  .radio_container {
    padding: 18.5px 22.5px;
  }

  .custom_radio {
    width: 19px;
    height: 19px;
    margin-right: 10.5px;
  }

  .radio_container input[type="radio"]:checked + .custom_radio::before {
    width: 3px;
    height: 7px;
    top: 2px;
    left: 5px;
  }

  .radio_container .checkmark_text {
    font-size: 14px;
  }

  .radio_wrapper .radio_head {
    width: 80px;
    padding: 0 8px;
    margin-right: 10px;
  }

  .radio_wrapper .radio_head p {
    font-size: 12px;
  }

  .radio_wrapper .radio_flex {
    width: 100%;
  }
  /* form_button
  -------------------------------------------------------------*/
  .form_button {
    padding: 16px 28px;
  }

  .form_button .form_start {
    height: 54px;
  }

  .form_button .form_next {
    width: 202px;
    height: 54px;
    padding: 16px 0;
    font-size: 14px;
  }

  .form_button .form_return {
    width: 122px;
    height: 54px;
    padding: 16px 0;
    font-size: 14px;
  }
  /* result
  -------------------------------------------------------------*/
  .result {
    max-width: none;
    width: auto;
    margin: 28px 28px 56px;
  }

  .result_contents {
    margin-bottom: 54px;
  }

  .result_contents .result_question h3 {
    font-size: 16px;
  }

  .result_contents .result_answer {
    padding: 24px;
    margin: 28px 0;
  }

  .result_contents .result_answer .result_person {
    margin-bottom: 16px;
  }

  .result_contents .result_answer .result_person:last-of-type {
    margin: 16px 0 24px;
  }

  .result_contents .result_answer .result_person img {
    width: 52px;
    height: 52px;
  }

  .result_contents .result_answer .result_person .result_person_flex p:first-of-type {
    color: #666666;
    font-size: 13px;
  }

  .result_contents .result_answer .result_person .result_person_flex p:last-of-type {
    font-size: 14px;
  }

  .result_contents .result_answer .result_answer_text {
    font-size: 13px;
  }

  .result_contents .result_text {
    padding: 24px;
  }

  .result_contents .result_text h4 {
    font-size: 16px;
  }

  .result_contents .result_text p {
    font-size: 13px;
    margin: 24px 0 12px;
  }

  .result_contents .result_text p:nth-of-type(2) {
    margin: 24px 0;
  }

  .result_contents .result_text a {
    font-size: 12px;
  }

  .result_contents .result_text .result_movie video {
    width: 100%;
    height: auto;
  }

  .result_contents .result_text .result_movie p {
    font-size: 12px;
  }

  .result_contents.Q6 .result_text:last-of-type {
    margin-top: 24px;
  }

  .result_form {
    padding: 56px 0 0;
  }

  .result_form h2 {
    font-size: 16px;
  }
}

/* Movie
  -------------------------------------------------------------*/
/* レスポンシブ動画コンテナ */
.result_movie {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.result_movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9; /* アスペクト比を維持 */
}

@media screen and (min-width: 770px) {
  .result_movie {
    width: 480px;
  }
}

.result_movie p {
  margin-top: 10px;
  text-align: center;
}