body {
  /* max-width: 136.6rem; */
  background-color: #DBDBDB;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
}

header {
  /* height: 8.7rem; */
}

.cta_sticky {
  /* margin-top: -48rem; */
  /* position: sticky; */
  /* top: 3rem; */
  /* margin-bottom: -48rem; */
  position: absolute;
  width: 100%;
  height: 100%;
}

/* ctaセクション */
.cta {
  position: sticky;
  top: 14rem;
  font-family: var(--NotoSans);
  font-weight: bold;
  right: 0;
  right: calc((100% - 120rem) / 2);
  transform: translateX(100%);
  transition: all 0.1s ease-in;
  /* margin-top: -48rem; */
  margin-bottom: 4rem;
  /* position: absolute; */
  z-index: 0;
  top: 10rem;
  margin-top: 4rem;
  width: fit-content;
  margin-left: auto;
}

.cta a {
  display: flex;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  width: 4.3rem;
  height: 15rem;
  border-radius: 0rem 2rem 2rem 0rem;
  align-items: center;
  justify-content: center;
  box-shadow: 3px 3px 6px 0px rgb(0 0 0 / 16%);
  line-height: 1;
  padding: 0 1.7rem 0 1.4rem;
}

.cta a:hover {
  /* opacity: 0.5; */
  filter: brightness(1.2);
}

.contact_cta {
  background-color: #FFD800;
  color: var(--text);
}

.download_cta {
  background-color: #7B7B7B;
  color: #FFFFFF;
}

.back_cta {
  background-color: #FFFFFF;
  color: #7B7B7B;
}

.cta.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  /* transition: all 0.5s ease-in; */
  /* transform: none; */
  /* transition: none; */
}

/* all_container 全体の設定 */
.all_container {
  width: 120rem;
  height: 100%;
  margin: 0 auto;
  font-family: var(--NotoSans);
  font-weight: bold;
  position: relative;
}

.top_block {
  background-color: #fff;
  /* height: 242.25rem; */
  border-radius: 3rem;
  position: relative;
  /* z-index: -3; */
  padding-bottom: 6.6rem;
}

/* トップビジュアルセクション */
.top_visual {
  height: 68rem;
  display: flex;
}

.site_title {
  font-size: 4.3rem;
  line-height: 6.9rem;
  padding-left: 7.8rem;
  padding-top: 6rem;
  color: var(--text);
  font-weight: 800;
}

.big_font {
  font-size: 5.5rem;
  font-weight: 800;
  margin-left: -3rem;
}

.underline {
  color: var(--text);
  text-decoration: none;
  background-image: linear-gradient(var(--brand-yellow), var(--brand-yellow));
  background-repeat: no-repeat;
  background-size: 100% 1.5rem;
  background-position: left bottom 0.3rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-weight: 800;
}

.decoa_human {
  width: 50.4rem;
  height: 45rem;
  margin-top: 2.6rem;
  margin-left: 5.6rem;
  padding: 0 3rem;
}

.top_visual_right {
  position: relative;
  margin-top: 7.2rem;
  border: 0.5rem solid #E56E07;
  border-radius: 2rem;
  width: 50.3rem;
  height: 55.4rem;
}

.finger_wrap {
  width: 12.161rem;
  margin: 0 auto;
  margin-top: 2.909rem;
}

.finger_rubber {
  position: absolute;
  top: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 12.16rem;
  height: 2.18rem;
  background: transparent;
  border: 0.3rem solid var(--brand-orange);
  border-radius: 9999px;
  margin: 0;
}

.finger_rubber::before {
  content: "";
  position: absolute;
  top: -0.81rem;
  left: 50%;
  transform: translateX(-50%);
  width: 10.39rem;
  height: 1.62rem;
  background: var(--brand-orange);
  border-radius: 9999px;
}

.question_title {
  width: 50.3rem;
  margin-top: 7.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  margin-bottom: 1.5rem;
}

.question_letter {
  font-size: 4rem;
  color: #E56E07;
  font-family: var(--Poppins);
  font-weight: 500;
}

.question_title_sentence {
  font-size: 2.1rem;
  color: var(--text);
  font-weight: 800;
}

.item_wrap {
  width: 43.8rem;
  margin: 0 auto;
}

.question_item {
  background-color: #E56E07;
  width: 43.8rem;
  height: 11rem;
  display: flex;
  border-radius: 5.5rem;
  margin-bottom: 1.8rem;
  align-items: center;
  /* justify-content: center; */
  /* gap: 1.6rem; */
  padding-left: 3.6rem;
}

.brain_thinking {
  width: 6.167rem;
  height: 6.162rem;
  margin-right: 1.6rem;
}

.condition_sentence {
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.consition_title {
  font-size: 2.1rem;
  /* font-family: bold; */
  color: #FFFFFF;
  font-weight: 800;
}

.condition_title_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 24.8rem;
}

.down_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: var(--white);
  color: var(--brand-orange);
  font-size: 1.6rem;
  font-weight: 700;
  flex-shrink: 0;
}

.down_arrow::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-right: 0.2rem solid var(--brand-orange);
  border-bottom: 0.2rem solid var(--brand-orange);
  transform: rotate(45deg);
}

.foot_object_small {
  width: 5.233rem;
  height: 5.513rem;
  margin-right: 2.5rem;
  aspect-ratio: 1;
}

.cliff_small {
  width: 4.078rem;
  height: 6.52rem;
  margin-right: 3.1rem;
  margin-left: 0.5rem;
}


/* 初期症状から、重度の判断疲れまで。 一度、DeCoAにご相談ください。 */
.please_consult {
  position: relative;
  width: 120rem;
  height: 50rem;
}

.please_consult::before {
  content: '';
  position: absolute;
  width: 120rem;
  height: 50rem;
  background-image: url('../img/pass12915.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.pentagon {
  position: absolute;
  width: 120rem;
  height: 50rem;
}

.grid {
  position: absolute;
  width: 120rem;
  height: 50.023rem;
  /* z-index: -1; */
}

.please_consult_content {
  padding-top: 5.6rem;
  text-align: center;
  color: #ffffff;
  position: relative;
}

.consult_title {
  font-size: 3.9rem;
  line-height: 5.9rem;
  font-weight: bold;
}

.consult_text {
  margin-top: 3.4rem;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  body {
    max-width: none;
    width: 100%;
  }

  .background {
    /* height: auto; */
    /* min-height: 52rem; */
    /* object-fit: cover; */
  }

  .cta {
    /* position: fixed; */
    top: 50%;
    /* left: auto; */
    /* right: 0; */
    bottom: auto;
    z-index: 20;
    /* transition: opacity 0.2s ease; */
    transform: translate(1.3rem, -50%);
  }

  .cta a {
    width: 3.8rem;
    height: 13rem;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: bold;
    border-radius: 2rem 0rem 0rem 2rem;
  }

  .all_container {
    width: 34.9rem;
    margin: 0 1.3rem;
    box-sizing: border-box;
  }

  .top_block {
    height: auto;
    border-radius: 2rem;
    padding-bottom: 2.2rem;
  }

  .top_visual {
    height: auto;
    flex-direction: column;
    /* gap: 2.4rem; */
    padding: 3.2rem 0 4rem;
  }

  .top_visual_left,
  .top_visual_right {
    width: 100%;
  }

  .site_title {
    font-size: 2.9rem;
    line-height: 1.45;
    padding-left: 3rem;
    padding-top: 0;
    padding-right: 3rem;
  }


  .big_font {
    font-size: 4rem;
    margin-left: -2.1rem;
    margin-right: 0;
  }

  .decoa_human {
    display: block;
    width: min(100%, 25.5rem);
    height: auto;
    margin: 2.4rem auto 0;
    padding: 0;
  }

  .top_visual_right {
    margin: 0 auto;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 7.4rem 1.6rem 1rem;
    width: 32.4rem;
  }

  .question_title {
    width: 100%;
    margin-top: 0;
    gap: 0.8rem;
  }

  .question_letter {
    font-size: 2.3rem;
  }

  .question_title_sentence {
    font-size: 1.4rem;
  }

  .item_wrap {
    width: 100%;
    margin: 0;
  }

  .question_item {
    width: 100%;
    height: auto;
    min-height: 9.2rem;
    padding: 1.6rem;
    box-sizing: border-box;
    border-radius: 2rem;
    margin-bottom: 1rem;
  }

  .brain_thinking {
    width: 5.6rem;
    aspect-ratio: 1;
    object-fit: contain;
    margin-right: 1rem;
  }

  .foot_object_small {
    width: 4.731rem;
    height: 4.984rem;
    margin-right: 1.9rem;
  }

  .cliff_small {
    width: 3.6rem;
    height: auto;
    margin-right: 2.5rem;
  }

  .condition_title_wrap {
    width: 18.7rem;
  }

  .condition_sentence {
    font-size: 1.3rem;
  }

  .consition_title {
    font-size: 1.6rem;
  }

  .please_consult {
    width: 100%;
    height: auto;
    /* min-height: 32rem; */
    overflow: hidden;
  }

  .please_consult_content {
    padding: 5rem 1.6rem 10.3rem;
  }

  .consult_title {
    font-size: 2rem;
    line-height: 1.45;
  }

  .consult_text {
    margin-top: 2.4rem;
    font-size: 1.6rem;
    line-height: calc(28 / 16);
    padding: 0 1.4rem;
  }

  .please_consult::before {
    background-image: url('../img/pass18579.svg');
    width: 100%;
    height: 100%;
    background-position-y: bottom;
    background-size: cover;
    background-position-x: center;
  }
}

/* What's DeCoA セクション */
.whats_decoa {
  margin-top: 5.077rem;
}

.whats_title {
  color: #E56E07;
  font-size: 3.4rem;
  font-family: var(--Poppins);
  font-weight: 500;
  text-align: center;
}

.whats_content_wrap {
  width: 98.8rem;
  margin: 0 auto;
  margin-top: 4.8rem;
  display: flex;
  gap: 5.8rem;
}

.consulting_title {
  font-size: 2.8rem;
  line-height: 4.5rem;
  font-weight: 800;
  color: var(--text);
}

.consulting_text {
  margin-top: 2.8rem;
  font-size: 1.6rem;
  line-height: 3.1rem;
  color: var(--text);
  font-weight: bold;
  order: 3;
}

.whats_picture {
  width: 44.6rem;
  height: 28.2rem;
  border-radius: 2rem;
}

@media (max-width: 767px) {
  .whats_title {
    font-size: 2rem;
  }

  .consulting_title {
    font-size: 2rem;
    text-align: center;
    line-height: calc(34 / 20);
  }

  .consulting_text {
    margin-top: 0;
  }
}

/* Questionセクション */
.condition_choice {
  width: 110rem;
  margin: 0 auto;
  margin-top: 7rem;
}

.condition_choice_title {
  font-size: 2.1rem;
  color: #E56E07;
  text-align: center;
  margin-bottom: 2.058rem;
  font-family: var(--Poppins);
  font-weight: 500;
}

/* テーブル */

.star_rating {
  background-color: #FFE2C9;
  text-align: center;
  padding: 1.45rem;
  font-weight: bold;
  border-bottom: 0.3rem solid #E56E07;
}

.tired_rating {
  font-size: 1.6rem;
  color: #E56E07;
  font-weight: bold;
  margin-right: 1rem;
}

.orange_star {
  font-size: 1.8rem;
  color: #E56E07;
}

.white_star {
  font-size: 1.8rem;
  color: #FFFFFF;
}

/* 症状の各内容 */
.condition_content {
  position: relative;
  vertical-align: top;
  text-align: center;
  padding-bottom: 9rem;
}

.condition_content_sentence {
  font-size: 2rem;
  color: #E56E07;
  margin-top: 3.4rem;
  font-weight: 900;
}

.transition_arrow {
  position: absolute;
  left: 50%;
  bottom: 2.5rem;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  color: var(--brand-orange);
  font-size: 1.6rem;
  font-weight: 700;
  flex-shrink: 0;
}

.transition_arrow::before {
  content: "";
  width: 3.7rem;
  height: 1.6rem;
  background-image: url('../img/arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.pictogram_confusion {
  width: 22rem;
  height: 18.7rem;
  margin-top: 6rem;
}

.pictogram_running {
  width: 25.4rem;
  height: 22.3rem;
  margin-top: 5.5rem;
}

.pictogram_heavy {
  width: 19.8rem;
  height: 22.4rem;
  margin-top: 5rem;
}

.choice_wrap {
  width: 110rem;
  border-collapse: separate;
  border-spacing: 0;
  border: 0.3rem solid #E56E07;
  border-radius: 2rem;
}

.choice_title {
  background-color: #E56E07;
  color: #FFFFFF;
  font-size: 2.5rem;
  font-weight: 900;
  border-radius: 1.7rem 1.7rem 0 0;
  text-align: center;
  padding: 2.4rem 0 2.1rem;
}

.choice_list {
  display: flex;
}

.choice_item {
  flex: 1;
  text-align: center;
  position: relative;
  padding-bottom: 11rem;
}

.choice_item:not(:last-child) {
  border-right: 0.3rem solid #E56E07;
}

@media (max-width: 767px) {

  .choice_wrap {
    width: 100%;
  }

  .choice_title {
    font-size: 1.6rem;
  }

  .choice_list {
    flex-direction: column;
  }

  .choice_item {
    padding-bottom: 3rem;
  }

  .choice_item:not(:last-child) {
    border-right: none;
  }

  .condition_content_wrap {
    display: flex;
    position: relative;
    flex-direction: column;
    padding-left: 15.7rem;
    padding-top: 2.2rem;
    padding-right: 2.5rem;
  }
}


/* 判断疲れ度★ */
.tired_title {
  margin-top: 10.35rem;
}

.tired_tab {
  border: 0.5rem solid #E56E07;
  border-bottom: none;
  border-radius: 2rem 2rem 0rem 0rem;
  width: 27.1rem;
  height: 6.5rem;
  background-color: #FFE2C9;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.tired_content_wrap {
  width: 120rem;
  height: 41.7rem;
  background-color: #E56E07;
  border-radius: 0rem 3rem 3rem 3rem;
  display: flex;
  gap: 0;
  justify-content: space-around;
  position: relative;
  /* z-index: -2; */
  /* background: #E56E07 url(../img/bg.svg); */
  /* background-size: contain; */
}

.title_grid {
  width: 120rem;
  /* height: 45rem; */
  height: 53rem;
  position: absolute;
  /* z-index: 0; */
  left: 0;
  top: 0;
  display: none;
}

.tired_sentence_wrap {
  margin: 6.8rem 0rem 0rem 10.6rem;
  color: #FFFFFF;
  position: relative;
}

.tired_sub_title {
  font-size: 2rem;
  font-weight: 800;
}

.tired_main_title {
  margin: 1.376rem 0rem 3.5rem 0rem;
  font-size: 4.5rem;
  font-weight: 900;
}

.tired_sentence {
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-weight: bold;
}

.brain_thinking_big {
  width: 22.583rem;
  height: 22.562rem;
  margin: 9.7rem 0rem 0rem 18rem;
  position: relative;
  object-fit: contain;
}


/* 判断疲れ度★　処置01 */
.action_block {
  background-color: #fff;
  border-radius: 3rem;
  position: relative;
  /* z-index: -3; */
  margin-top: 7.051rem;
}

.action_block.one {
  height: 230.325rem;
}

.action_summary_top {
  width: 120rem;
  height: 10.7rem;
  display: flex;
  justify-content: space-between;
  background-color: #FFE2C9;
  border-radius: 3rem 3rem 0rem 0rem;
}

.action_mark {
  background-color: #E56E07;
  color: #FFFFFF;
  width: 13.6rem;
  height: 10.7rem;
  border-radius: 3rem 0rem 0rem 0rem;
}

.action_letter {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 900;
  margin-top: 1.4rem;
}

.action_number {
  text-align: center;
  font-size: 5.5rem;
  font-family: var(--Poppins);
  font-weight: 500;
  line-height: 1.3;
}

.decision {
  display: flex;
  margin-right: 5rem;
  color: #E56E07;
  align-items: center;
  gap: 1.8rem;
}

.decision_letter {
  font-size: 3.6rem;
  font-weight: 800;
}

.noticeable_letter {
  font-size: 3.7rem;
  background-color: #FFFFFF;
  border: 0.5rem solid #E56E07;
  font-weight: 800;
  padding: 0 2.4rem;
}

.action_summary_content {
  display: flex;
  gap: 5.38rem;
  border-top: 0.3rem solid #E56E07;
}

.action_summary_content_left {
  margin-top: 5.722rem;
  /* margin-bottom: 7.5rem; */
  margin-left: 10.6rem;
}

.summary_title {
  font-size: 3.8rem;
  line-height: 6.2rem;
  color: #E56E07;
  font-weight: 800;
}

.summary_sentence {
  font-size: 1.6rem;
  line-height: 3.2rem;
  margin-top: 3.428rem;
  color: var(--text);
  font-weight: 500;
}

.objects_wrap {
  margin-top: 4rem;
}

.treatment_flow {
  font-size: 1.4rem;
  color: #E56E07;
  font-family: var(--Poppins);
  font-weight: 500;
}

.flow_objects {
  color: #E56E07;
  display: flex;
  align-items: center;
  margin-top: 2.2rem;
  /* gap: 4rem; */
}

.flow_objects>*:first-child {
  transition-delay: 0.1s;
}

.flow_objects>*:nth-child(2) {
  transition-delay: 0.2s;
}

.flow_objects>*:nth-child(3) {
  transition-delay: 0.3s;
}

.flow_objects>*:nth-child(4) {
  transition-delay: 0.4s;
}

.flow_objects>*:nth-child(5) {
  transition-delay: 0.5s;
}

.circle {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 900;
  width: 13.8rem;
  height: 13.8rem;
  border: 0.3rem solid #E56E07;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.triangle {
  width: 1.7rem;
  height: 2.7rem;
  background-image: url('../img/arrow2.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 0.7rem 0 1.2rem;
}

.action01_summary_object {
  margin-top: 15.944rem;
  width: 42.02rem;
  height: 38.218rem;
}

/* action01 Point01 */
.action_point {
  margin-top: 6.601rem;
  border-top: 0.3rem solid #E56E07;
}

.sticky {
  font-size: 3.4rem;
  color: #FFFFFF;
  font-family: var(--Poppins);
  font-weight: 600;
  background-color: #E56E07;
  border-radius: 0rem 0rem 3rem 0rem;
  width: 22rem;
  height: 8.1rem;
  /* padding: 1.3rem 0 1.3rem 3.3rem; */
  padding: 1.5rem 0 1.3rem 3.3rem;
}

.action_point_wrap {
  display: flex;
  gap: 3.075rem;
  /* align-items: center; */
  padding-right: 10.6rem;
}

.action_point_left {
  margin-left: 10.6rem;
  margin-top: 6.4rem;
  margin-bottom: 3rem;
}

.point_title {
  font-size: 2.8rem;
  line-height: 5.2rem;
  color: #E56E07;
  font-weight: 800;
}

.point_sentence {
  font-size: 1.6rem;
  line-height: 3.2rem;
  margin-top: 3.5rem;
  color: var(--text);
  font-weight: 500;
  /* width: 42.7rem; */
}

.action01_point01_object {
  width: 43.425rem;
  height: 26.901rem;
  margin-top: 5.649rem;
}

/* 2026_05_19_修正 */
.action_point_flex {
  justify-content: space-between;
}


/* action01 Point02 */
.action01_point02_object {
  width: 39.1rem;
  height: 23.8rem;
  margin-top: 8.099rem;
}


/* action01 判断を止めるための資料として */
.action_material {
  position: relative;
  margin-top: 7rem;
}

.action_block.one,
.action_block.two,
.action_block.three {
  height: auto;
}

.delivery {
  margin: 0 auto;
  width: 65rem;
  height: 7rem;
  background-color: #2F2F2F;
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 5rem;
  text-align: center;
  line-height: 7rem;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 1;
  top: 0;
  left: 50%;
}

.material_all_group {
  /* position: absolute;
  top: 3.5rem;
  background-color: #E56E07;
  border-radius: 0rem 0rem 3rem 3rem;
  width: 120rem; */
  height: 52.2rem;
  /* z-index: -1; */
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #E56E07;
  border-radius: 0rem 0rem 3rem 3rem;
  width: 120rem;
  /* min-height: 52.2rem; */
}

.material_grid {
  position: absolute;
  /* width: 120rem; */
  height: 63rem;
  /* z-index: -1; */
  display: none;
}

.material_wrap {
  /* width: 98.8rem; */
  /* margin: 0 auto; */
  padding: 7.4rem 15.8rem 6.9rem 10.6rem;
  position: relative;
}

.material_title {
  /* margin-top: 12rem; */
  font-size: 3.8rem;
  color: #FFFFFF;
  text-align: center;
  font-weight: 900;
}

.material_content_wrap {
  display: flex;
  gap: 3.7rem;
}

.material_content_left {
  margin-top: 6.526rem;
  color: #FFFFFF;
}

.judge_memo {
  font-size: 2.8rem;
  font-weight: 900;
}

.judge_memo_sentence {
  font-size: 1.6rem;
  line-height: 3.2rem;
  margin-top: 2.3rem;
  font-weight: 500;
  width: 49rem;
}

.material_object {
  width: 40.8rem;
  height: 27.9rem;
  margin-top: 4.45rem;
  transform-style: preserve-3d;
}

/* チョイスブロック */
.choices_block {
  display: flex;
  justify-content: space-between;
  gap: 2.8rem;
  width: 99.3rem;
  margin: 0 auto;
  margin-top: 5.2rem;
}

.back_button,
.try_select,
.try_talk {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.back_button {
  width: 48rem;
  height: 9rem;
  border: 0.2rem solid #7B7B7B;
  border-radius: 4.5rem;
  text-align: center;
  line-height: 9rem;
  font-weight: 800;
  padding: 0 7.2rem 0 7.2rem;
  background-color: transparent;
}

.back_button:hover {
  opacity: 0.5;
}

.back_condition {
  font-size: 2rem;
  color: #7B7B7B;
}

.try_select {
  width: 48rem;
  height: 9rem;
  background-color: #FFD800;
  border-radius: 4.5rem;
  text-align: center;
  /* line-height: 9rem; */
  padding: 0 8rem 0 8rem;
  box-shadow: 0.4rem 0.7rem 0 #E56E07;
  transition: 0.2s all ease-in-out;
}

.try_select:hover {
  box-shadow: none;
  transform: translateY(0.4rem);
}

/* 矢印テキストを消して装飾用ボックス化 */
.up_arrow,
.right_arrow,
.right_arrow_white {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
}

/* 上向き矢印 */
.up_arrow {
  width: 3.2rem;
  height: 3.2rem;
}

.up_arrow::before {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  border-right: 0.25rem solid #7B7B7B;
  border-bottom: 0.25rem solid #7B7B7B;
  transform: rotate(-135deg);
  transform-origin: right;
}

/* 白丸背景の右向き矢印 */
.right_arrow,
.right_arrow_white {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: #FFFFFF;
  right: 1.7rem;
}

.right_arrow::before,
.right_arrow_white::before {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  border-right: 0.28rem solid #E56E07;
  border-bottom: 0.28rem solid #E56E07;
  transform: rotate(-45deg);
}

/* 下部CTA
.try_talk {
  width: 53.5rem;
  height: 9rem;
  margin-top: 3.236rem;
  background-color: #E56E07;
  border-radius: 4.5rem;
  padding: 0 8rem 0 3.2rem;
} */

.try_letter {
  font-size: 2rem;
  color: #2F2F2F;
  font-weight: 800;
}


/* 判断疲れ度★★ */

.foot_object {
  width: 20.808rem;
  height: 21.921rem;
  margin-top: 10.687rem;
  margin-left: 5.5rem;
  z-index: 1;
}

/* 判断疲れ度★★のサマリー内容 */
.action_block.two {
  /* height: 239.074rem; */
}

.action_block.two .action_point {
  margin-top: 0rem;
}

.action_block.two .summary_title {
  width: 59.8rem;
}

.superscript {
  vertical-align: super;
  font-size: 50%;
}

.asterisk {
  font-size: 1.5rem;
  font-weight: 500;
  color: #7B7B7B;
  width: 50.7rem;
  height: 5.9rem;
  line-height: 2;
  margin-top: 3.4rem;
}

.action02_summary_object {
  width: 43.3rem;
  height: 72.8rem;
}

/* action02 Point01 */
.action_block.two .point_sentence {
  /* width: 42.7rem; */
  width: 51rem;
  height: 20rem;
}

.action02_point01_object01 {
  width: 16.356rem;
  height: 19.511rem;
}

/* .structure_wrap {
  margin-top: 9.817rem;
  margin-bottom: 12.072rem;
} */

/* action02 Point01 の図解 */
.structure_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
  margin-top: 9.817rem;
  margin-bottom: 12.072rem;
}

.right_arrow_black {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  flex: 0 0 6rem;
  font-size: 0;
  line-height: 0;
}

.right_arrow_black::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  border-top: 0.35rem solid #2F2F2F;
  border-right: 0.35rem solid #2F2F2F;
  transform: rotate(45deg);
}

.action02_point01_object02 {
  width: 14.97rem;
  height: 19.896rem;
}

/* action02 Point02 */
.action02_point02_object {
  width: 38rem;
  height: 23.6rem;
  margin-top: 8rem;
}


/* 判断疲れ度★★★ */
.action_block.three {
  /* height: 230.325rem; */
}

.cliff_object {
  width: 16.96rem;
  height: 27.114rem;
  margin-top: 7.462rem;
  margin-left: 7.32rem;
  z-index: 1;
}




.action03_summary_object {
  width: 35.8rem;
  height: 41.817rem;
  margin-top: 13rem;
  margin-left: 7rem;
}




.action03_point01_object {
  width: 47.682rem;
  height: 20.33rem;
  margin-top: 11.332rem;
  margin-bottom: 5rem;
}



.action03_point02_object {
  width: 42.917rem;
  height: 24.806rem;
  margin-top: 4rem;
}







/* 判断疲れを相談してみるセクション */
.lets_talk {
  display: flex;
  background-color: #ffffff;
  border: 0.8rem solid #E56E07;
  border-radius: 3rem;
  /* height: 40.734rem; */
  margin-top: 10.1rem;
}

.choices_flag {
  width: 50.2rem;
  height: 40.3rem;
  margin-top: -2rem;
  margin-left: 6rem;
}

.lets_talk_right {
  margin-top: 5.942rem;
}

.lets_sub_title {
  font-size: 2.7rem;
  line-height: 4.4rem;
  text-align: center;
  font-weight: bold;
}

.lets_main_title {
  font-size: 4.1rem;
  text-align: center;
  margin-top: 1.614rem;
  font-weight: 900;
}

.try_talk {
  display: flex;
  width: 53.5rem;
  height: 9rem;
  margin-top: 3.236rem;
  background-color: #E56E07;
  border-radius: 4.5rem;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  box-shadow: 0.4rem 0.7rem 0 #BEBEBE;
  /* 影の太さ・色 */
}

.try_talk:hover {
  transform: translateY(0.4rem);
  box-shadow: none;
}

.try_talk.sp_only {
  display: none;
}

.try_talk_sentence {
  font-size: 2.4rem;
  color: #ffffff;
  font-weight: 900;
}

@media (max-width: 767px) {
  .whats_decoa {
    margin-top: 4.8rem;
    padding: 0 3rem;
  }

  .whats_content_wrap {
    width: 100%;
    margin-top: 1.7rem;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
  }

  .whats_content_wrap_left {
    width: 100%;
    display: contents;
  }

  .whats_picture {
    display: block;
    width: 100%;
    max-width: 44.6rem;
    height: auto;
    margin: 0 auto;
    order: 2;
  }

  .condition_choice {
    width: 100%;
    margin-top: 6.1rem;
    padding: 0 1.6rem;
  }

  .choice_table_wrap,
  .choice_table_wrap tbody,
  .choice_table_wrap tr,
  .choice_table_wrap th,
  .choice_table_wrap td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .choice_table_wrap {
    height: auto;
    border-radius: 2rem;
    overflow: hidden;
  }

  .choice_table_title th {
    font-size: 1.6rem;
  }

  .choice_table_wrap tr,
  .choice_table_wrap td,
  .choice_table_wrap th {
    border-width: 0.2rem;
  }

  .choice_table_title {
    height: auto;
    font-size: 2rem;
    line-height: 1.5;
    /* padding: 1.6rem; */
  }

  .star_rating_wrap,
  .condition_contents_wrap {
    display: grid;
  }

  .star_rating {
    padding: 1.2rem 1.6rem;
  }

  .condition_content {
    padding: 2.4rem 1.6rem;
  }

  .condition_content_sentence {
    font-size: 1.6rem;
    margin-top: 0;
    line-height: 1.5;
  }

  .pictogram_confusion,
  .pictogram_running,
  .pictogram_heavy {
    display: block;
    width: min(100%, 22rem);
    height: auto;
    margin: 2.4rem auto 0;
    position: absolute;
    left: 1.5rem;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }

  .pictogram_confusion {
    width: 12.8rem;
  }

  .pictogram_running {
    width: 13rem;
  }

  .pictogram_heavy {
    width: 9.9rem;
    left: 3rem;
  }

  .transition_arrow {
    position: static;
    width: 100%;
    transform: initial;
    height: auto;
    margin-top: 2rem;
  }

  .tired_title {
    margin-top: 5.6rem;
  }

  .tired_tab {
    width: 20rem;
    height: 4.5rem;
    min-height: 5.6rem;
    border-width: 0.3rem;
    gap: 0.4rem;
  }

  .tired_rating {
    font-size: 1.4rem;
  }

  .tired_content_wrap {
    width: 100%;
    height: auto;
    min-height: 0;
    flex-direction: column;
    border-radius: 0 2rem 2rem 2rem;
    overflow: hidden;
    padding: 3.2rem 3rem;
    gap: 0;
  }

  .title_grid {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .tired_sentence_wrap {
    margin: 0;
    padding: 3.2rem 1.6rem 0;
    display: contents;
  }

  .tired_sub_title {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
  }

  .tired_main_title {
    margin: 1.2rem 0 0;
    font-size: 2.5rem;
    line-height: 1.35;
    text-align: center;
  }

  .tired_sentence {
    font-size: 1.6rem;
    line-height: calc(28 / 16);
    order: 3;
  }

  .brain_thinking_big,
  .foot_object,
  .cliff_object {
    display: block;
    width: min(100%, 24rem);
    height: auto;
    margin: 3.2rem auto;
  }

  .brain_thinking_big {
    width: 10.6rem;
  }

  .foot_object {
    width: 9.8rem;
  }

  .cliff_object {
    width: 8.2rem;
  }

  .action_block.one,
  .action_block.two,
  .action_block.three {
    height: auto;
  }

  .action_summary_top {
    width: 100%;
    height: auto;
    /* flex-direction: column; */
    align-items: stretch;
    border-radius: 3rem 3rem 0 0;
    height: 7.6rem;
  }

  .action_mark {
    /* width: 100%; */
    height: auto;
    /* border-radius: 2rem 2rem 0 0; */
    /* padding: 1.2rem 0; */
    width: 9.5rem;
  }

  .action_letter {
    font-size: 1.3rem;
  }

  .action_number {
    font-size: 3.2rem;
  }

  .decision {
    justify-content: center;
    margin-right: 0;
    padding: 1.6rem 3rem 1.6rem 0;
    gap: 0.8rem;
    flex-wrap: wrap;
  }

  .decision_letter {
    font-size: 2rem;
  }

  .noticeable_letter {
    font-size: 2rem;
    border-width: 0.3rem;
    padding: 0.3rem 1.4rem;
  }

  .action_summary_content {
    flex-direction: column;
    gap: 2.4rem;
    padding: 3rem 3rem 6.5rem;
  }

  .action_summary_content_left {
    margin-top: 3.2rem;
    margin-left: 0;
    display: contents;
  }

  .summary_title {
    font-size: 2rem;
    line-height: 1.45;
    text-align: center;
    margin-left: -1.2rem;
    width: 31.4rem !important;
  }

  .summary_sentence {
    font-size: 1.6rem;
    line-height: calc(28 / 16);
    margin-top: 0;
    order: 3;
  }

  .flow_objects {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1.39rem;
    /* gap: 1.2rem; */
  }

  .objects_wrap {
    order: 4;
    margin-top: 0;
  }

  .treatment_flow {
    text-align: center;
    font-size: 1.2rem;
  }

  .circle {
    width: 7.9rem;
    height: 7.9rem;
    font-size: 1.2rem;
    box-sizing: content-box;
    border: 0.2rem solid #E56E07;
  }

  .triangle {
    margin: 0 0.3rem 0 0.7rem;
    width: 1rem;
    height: 1.6rem;
  }

  .asterisk,
  .action_block.two .summary_title,
  .action_block.two .point_sentence {
    width: auto;
    height: auto;
  }

  .asterisk {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 0;
    order: 4;
  }

  .action01_summary_object,
  .action02_summary_object,
  .action03_summary_object {
    display: block;
    width: min(100%, 30rem);
    height: auto;
    margin: 0 auto;
  }

  .action01_summary_object {
    width: 21.3rem;
  }

  .action02_summary_object {
    width: 20.2rem;
    height: 25.2rem;
    object-position: top;
  }

  .action03_summary_object {
    width: 17.7rem;
  }

  .action_point {
    margin-top: 0;
    padding-bottom: 6.5rem;
  }

  .sticky {
    width: 10rem;
    height: auto;
    padding: 1.2rem 1.5rem;
    font-size: 1.5rem;
    border-radius: 0 0 2rem 0;
  }

  .action_point_wrap {
    flex-direction: column;
    gap: 0;
    padding: 0 3rem 0;
  }

  .action_point_left {
    margin-left: 0;
    margin-top: 3.2rem;
    display: contents;
  }

  .point_title {
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
    margin-top: 2rem;
    width: 31.8rem;
    margin-left: -1.4rem;
    margin-bottom: 3.5rem;
  }

  .point_sentence {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 4.3rem;
    width: auto;
    order: 3;
  }

  .action01_point01_object,
  .action01_point02_object,
  .action02_point02_object,
  .action03_point01_object,
  .action03_point02_object {
    display: block;
    width: min(100%, 32rem);
    height: auto;
    margin: 0 auto;
  }

  .action01_point01_object {
    width: 23.9rem;
    margin-top: 3rem;
  }

  .action01_point02_object {
    width: 23.3rem;
    /* margin-top: 3.5rem; */
  }

  .action02_point02_object {
    width: 23.3rem;
  }

  .structure_wrap {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    flex-wrap: wrap;
    margin: 0;
  }

  .right_arrow_black {
    width: 4rem;
    height: 4rem;
    flex: 0 0 4rem;
  }

  .right_arrow_black::before {
    width: 1.2rem;
    height: 1.2rem;
    border-top: 0.28rem solid #2F2F2F;
    border-right: 0.28rem solid #2F2F2F;
  }

  .action02_point01_object01,
  .action02_point01_object02 {
    width: min(100%, 10rem);
    height: auto;
  }

  .action02_point01_object01 {
    width: 10.4rem;
  }

  .action_material {
    margin-top: 0;
    /* padding-bottom: 3.2rem; */
  }

  .delivery {
    width: calc(100% - 3.2rem);
    max-width: 32rem;
    height: auto;
    min-height: 4rem;
    line-height: 1.5;
    padding: 1rem 1.6rem;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /* transform: none; */
  }

  .material_all_group {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    margin-top: 2.4rem;
    /* border-radius: 0rem 0rem 3rem 3rem; */
    overflow: hidden;
  }

  .material_grid {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .material_wrap {
    width: 100%;
    padding: 4.8rem 3rem;
    box-sizing: border-box;
  }

  .material_title {
    margin-top: 0;
    font-size: 2rem;
    line-height: 1.45;
  }

  .material_content_wrap {
    flex-direction: column-reverse;
    gap: 0rem;
    margin-top: 2.4rem;
  }

  .material_content_left {
    margin-top: 2.4rem;
  }

  .judge_memo {
    font-size: 2rem;
    text-align: center;
  }

  .judge_memo_sentence {
    font-size: 1.6rem;
    line-height: calc(28 / 16);
    width: auto;
  }

  .material_object {
    display: block;
    width: min(100%, 30rem);
    height: auto;
    margin: 0 auto;
  }

  .choices_block {
    width: 100%;
    margin-top: 2.7rem;
    flex-direction: column-reverse;
    gap: 2.1rem;
  }

  .back_button,
  .try_select {
    width: 100%;
    height: auto;
    min-height: 5rem;
    line-height: 1.5;
    padding: 1.6rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 4rem;
  }

  .try_select {
    min-height: 6.4rem;
    box-shadow: 0.2rem 0.4rem 0 #E56E07;
    /* gap: 1rem; */
  }

  .back_condition,
  .try_letter {
    font-size: 1.6rem;
  }

  .try_letter_other {
    padding-right: 2rem;
  }

  .lets_talk {
    flex-direction: column;
    height: auto;
    margin-top: 5.6rem;
    border-width: 0.5rem;
    border-radius: 2rem;
    padding: 0 3rem;
    box-sizing: border-box;
  }

  .choices_flag {
    display: block;
    width: min(100%, 28rem);
    height: auto;
    margin: 0 auto;
    order: 2;
  }

  .lets_talk_right {
    margin-top: 3rem;
  }

  .lets_sub_title {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .lets_main_title {
    font-size: 2.5rem;
    line-height: 1.35;
  }

  .try_talk {
    width: 100%;
    height: auto;
    min-height: 6.4rem;
    margin-top: 2.4rem;
    border-radius: 4rem;
    padding: 1.6rem;
    box-sizing: border-box;
    font-size: 1.6rem;
  }

  .try_talk_sentence {
    font-size: 1.6rem;
    text-align: center;
    padding-right: 1rem;
  }

  .lets_talk_right .try_talk {
    display: none;
  }

  .try_talk.sp_only {
    display: flex;
  }

  .all_container .text_both_mode {
    display: block;
  }



}