@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&display=swap");
@keyframes scroll_bar {
  0% {
    transform: scaleX(0);
  }
  80% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1);
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  color: #414141;
  margin: 0;
}
body * {
  position: relative;
  box-sizing: border-box;
}
body img {
  width: 100%;
  height: auto;
  display: block;
}
body p {
  margin: 0;
}
body a {
  text-decoration: none;
}
body ul {
  list-style: none;
}

body.modal_on {
  overflow: hidden;
}

main {
  width: 100%;
  overflow: hidden;
}

.animate {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 2000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show {
  opacity: 1;
}

@keyframes bg_anim {
  0% {
    background-position: 90% 26%;
  }
  100% {
    background-position: 5% 90%;
  }
}
@keyframes bg_anim_sp {
  0% {
    background-position: 80% 30%;
  }
  100% {
    background-position: 5% 75%;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: 0.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body {
    background: url(/files/user/mirai-eye/images/shindan/bg.png) center top/cover #FFBF7A;
    background-attachment: fixed;
  }
  body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 235, 185, 0.7);
  }
  body:has(section.top):before {
    display: none;
  }
  body:has(section.blue) {
    background: url(/files/user/mirai-eye/images/shindan/bg.png) center top/cover #005881;
    background-attachment: fixed;
  }
  body:has(section.blue):before {
    background: rgba(0, 88, 129, 0.6);
  }
  body.modal_on {
    overflow: hidden;
  }
  .top_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/files/user/mirai-eye/images/shindan/bg_full.png);
    background-size: 410rem auto;
    background-position: 90% 26%;
    animation: bg_anim 100s linear both;
  }
  header {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    z-index: 2;
  }
  header .header_inner {
    width: 100%;
    height: 9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header_left {
    padding-left: 5.6rem;
    width: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  header .header_left .bar {
    height: 5.6rem;
    margin: 0 4.5rem 0 4.3rem;
    width: 1px;
    background: #111872;
  }
  header .header_left .header_glory {
    transition: opacity 0.2s ease;
  }
  header .header_left .header_glory:hover {
    opacity: 0.6;
  }
  header .header_left .header_glory {
    width: 5.1rem;
    display: block;
  }
  header .header_left .header_miraieye {
    transition: opacity 0.2s ease;
  }
  header .header_left .header_miraieye:hover {
    opacity: 0.6;
  }
  header .header_left .header_miraieye {
    width: 11.1rem;
    display: block;
  }
  header .header_right {
    padding-right: 8.2rem;
    width: fit-content;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
  }
  header .header_right .contact {
    width: 16.8rem;
    height: 5.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #111872 2px solid;
    background-color: #fff;
    color: #111872;
    font-weight: 600;
    font-size: 1.8rem;
    border-radius: 2.8rem;
    transition: background-color 0.2s ease, color 0.2s ease;
  }
  header .header_right .contact:hover {
    background-color: #111872;
    color: #fff;
  }
  header .header_right .nav {
    width: fit-content;
    margin-right: 3.8rem;
  }
  header .header_right .nav ul {
    width: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  header .header_right .nav ul li {
    width: fit-content;
  }
  header .header_right .nav ul li a {
    transition: opacity 0.2s ease;
  }
  header .header_right .nav ul li a:hover {
    opacity: 0.6;
  }
  header .header_right .nav ul li a {
    width: fit-content;
    display: block;
    color: #111872;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
  header .header_right .nav ul li a.blank {
    padding-left: 2.6rem;
    background: url(/files/user/mirai-eye/images/shindan/icon_blank.png) left center/1.7rem auto no-repeat;
  }
  main {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 89.2rem;
    height: 100vh;
    padding-top: 8.8rem;
  }
  section .inner_wrap {
    width: 112.3rem;
    background: rgb(255, 255, 255);
    padding: 3.5rem 9.6rem 6.9rem;
    border-radius: 2rem;
    margin: 0 auto;
    height: 80.3rem;
    box-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 0.15);
  }
  section.top .inner_wrap {
    width: 76rem;
    height: 70rem;
    padding: 8.18rem 0 7.7rem;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1);
  }
  section.top .top_title {
    width: 37.2rem;
    margin: 0 auto;
  }
  section.top .text {
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 1.82;
    text-align: center;
    margin-top: 4.2rem;
  }
  section.top .btn_start {
    transition: filter 0.2s ease;
  }
  section.top .btn_start:hover {
    filter: brightness(1.5);
  }
  section.top .btn_start {
    display: block;
    width: 38.8rem;
    margin: 4.2rem auto 0;
  }
  section.orange .inner_wrap {
    height: auto;
  }
  section.orange .progress {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 3.7rem;
  }
  section.orange .progress .bar {
    width: 18.2rem;
    height: 1rem;
    border-radius: 0.5rem;
    background: #005881;
    opacity: 0.3;
  }
  section.orange .progress .bar.active {
    opacity: 1;
  }
  section.orange .progress .bar.clear {
    opacity: 0.7;
  }
  section.orange .progress .last {
    position: absolute;
    background: #111872;
    color: #fff;
    width: 10rem;
    aspect-ratio: 1;
    border-radius: 50%;
    right: -5.4rem;
    top: -4.6rem;
    padding-top: 2.1rem;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    line-height: 2.9rem;
  }
  section.orange .progress .last strong {
    font-family: Avenir, "Avenir Next", Helvetica, Arial, sans-serif;
    font-size: 2.6rem;
    font-weight: 500;
    padding-left: 0.4em;
  }
  section.orange .q_text {
    font-weight: 600;
    font-size: 2rem;
    color: #2B2B2B;
    line-height: 4rem;
    min-height: 4rem;
    padding-left: 4.5rem;
    background: url(/files/user/mirai-eye/images/shindan/icon_q.png) left top/3.8rem auto no-repeat;
    width: fit-content;
    margin: 0 auto 4.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
  }
  section.orange .q_text small {
    font-size: 1.6rem;
    line-height: 3.1rem;
    width: 100%;
  }
  section.orange .choices {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  section.orange .choices .col {
    width: 30rem;
    overflow: hidden;
    color: #FF9900;
    background: #FFF4DB;
    border-radius: 1rem;
    cursor: pointer;
  }
  section.orange .choices .col:before {
    pointer-events: none;
    border-radius: 2.5rem;
    content: "";
    display: block;
    position: absolute;
    left: -0.6rem;
    top: -0.6rem;
    width: calc(100% + 1.2rem);
    height: calc(100% + 1.2rem);
    box-sizing: border-box;
    border: #fff 0rem solid;
    transition: border-width 0.2s ease;
    z-index: 1;
  }
  section.orange .choices .col:not(.active):hover:before {
    border-width: 1.6rem;
  }
  section.orange .choices .col.active:after {
    pointer-events: none;
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    border: #FF9900 0.2rem solid;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 1rem;
  }
  section.orange .choices .col .col_inner {
    min-height: 100%;
  }
  section.orange .choices .col.choice_q1 {
    font-weight: 600;
    font-size: 3rem;
    line-height: 6.7rem;
    text-align: center;
    height: 44rem;
  }
  section.orange .choices .col.choice_q1 .col_inner {
    padding-top: 3.2rem;
  }
  section.orange .choices .col.choice_q1 .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  section.orange .choices .col.choice_q1 .pic .down,
  section.orange .choices .col.choice_q1 .pic .up {
    position: absolute;
    left: 0;
    top: 0;
    transition: opacity 0.2s ease;
  }
  section.orange .choices .col.choice_q1 .pic .down {
    opacity: 1;
  }
  section.orange .choices .col.choice_q1 .pic .up {
    opacity: 0;
    transition: opacity 0.2s ease 0.1s;
  }
  section.orange .choices .col.choice_q1:hover .pic .down, section.orange .choices .col.choice_q1.active .pic .down {
    opacity: 0;
    transition: opacity 0.2s ease 0.1s;
  }
  section.orange .choices .col.choice_q1:hover .pic .up, section.orange .choices .col.choice_q1.active .pic .up {
    opacity: 1;
    transition: opacity 0.2s ease;
  }
  section.orange .choices .col.choice_q2 {
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 3.2rem;
    text-align: center;
    height: 17.8rem;
  }
  section.orange .choices .col.choice_q2 .col_inner {
    padding-top: 10.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.orange .choices .col.choice_q2 .pic {
    position: absolute;
    top: 4.3rem;
    left: calc(50% - 4.45rem);
    width: 8.9rem;
  }
  section.orange .choices .col.choice_q2:nth-child(n+4) {
    margin-top: 1.5rem;
  }
  section.orange .choices .col.choice_q2:nth-child(2) .pic {
    top: 2.6rem;
  }
  section.orange .choices .col.choice_q2:nth-child(3) .pic {
    top: 2.9rem;
    width: 7.8rem;
    left: calc(50% - 3.9rem);
  }
  section.orange .choices .col.choice_q2:nth-child(4) .pic {
    top: 3.9rem;
    width: 13rem;
    left: calc(50% - 6.5rem);
  }
  section.orange .choices .col.choice_q2:nth-child(5) .pic {
    top: 3.1rem;
    width: 13.8rem;
    left: calc(50% - 6.9rem);
  }
  section.orange .choices .col.choice_q2:nth-child(6) .pic {
    top: 2.5rem;
    width: 9.5rem;
    left: calc(50% - 4.55rem);
  }
  section.orange .choices .col.choice_q2:last-child {
    width: 100%;
    height: 7.2rem;
  }
  section.orange .choices .col.choice_q2:last-child .col_inner {
    padding: 0;
  }
  section.orange .choices .col.choice_q3 {
    font-weight: 600;
    font-size: 3rem;
    line-height: 5.2rem;
    text-align: center;
    height: 44.3rem;
  }
  section.orange .choices .col.choice_q3 .col_inner {
    padding-bottom: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.orange .choices .col.choice_q3 .small {
    font-size: 1.6rem;
    line-height: 2.6rem;
    position: absolute;
    width: 100%;
    margin-top: 14.8rem;
  }
  section.orange .choices .col.choice_q4 {
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 3rem;
    text-align: left;
    height: 19.7rem;
    width: 45.8rem;
  }
  section.orange .choices .col.choice_q4 .col_inner {
    padding-left: 4.5rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
  }
  section.orange .choices .col.choice_q4 .pic {
    margin-left: 3.3rem;
    width: 16.9rem;
  }
  section.orange .choices .col.choice_q4:nth-child(n+3) {
    margin-top: 2.3rem;
  }
  section.orange .choices .col.choice_q4:nth-child(2) .pic {
    margin-left: 3.9rem;
    width: 15.4rem;
  }
  section.orange .choices .col.choice_q4:nth-child(3) .pic {
    margin-left: 8.4rem;
    width: 20.87rem;
  }
  section.orange .choices .col.choice_q4:nth-child(4) .col_inner {
    padding-left: 0;
    justify-content: center;
    text-align: center;
  }
  section.orange .choices .col.choice_q5 {
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 2.4rem;
    text-align: center;
    height: 24.57rem;
    width: 30.3rem;
  }
  section.orange .choices .col.choice_q5 .col_inner {
    padding-top: 17.9rem;
  }
  section.orange .choices .col.choice_q5 .pic {
    position: absolute;
    top: 1.27rem;
    width: 16rem;
    left: calc(50% - 8rem);
  }
  section.orange .choices .col.choice_q5 .text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 4.8rem;
  }
  section.orange .choices .col.choice_q5:nth-child(n+4) {
    margin-top: 1.6rem;
    width: 45.8rem;
    height: 24.57rem;
  }
  section.orange .choices .col.choice_q5:nth-child(n+4) .col_inner {
    padding-top: 0;
    padding-left: 3rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  section.orange .choices .col.choice_q5:nth-child(n+4) .pic {
    position: relative;
    top: auto;
    left: 0;
    margin-right: 2.8rem;
  }
  section.orange .choices .col.choice_q5:nth-child(n+4) .text {
    display: block;
    width: auto;
  }
  section.orange .choices .col.choice_q6 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.8rem;
    text-align: left;
    height: 22.5rem;
    width: 45.8rem;
  }
  section.orange .choices .col.choice_q6 .col_inner {
    padding-left: 3.8rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  section.orange .choices .col.choice_q6 .pic {
    margin-right: 3.3rem;
    width: 16rem;
    border-radius: 1rem;
    overflow: hidden;
  }
  section.orange .choices:has(.col.choice_q6:nth-child(3)) .col.choice_q6 .text {
    width: 20rem;
  }
  section.orange .choices:has(.col.choice_q6:nth-child(3)) .col.choice_q6:first-child {
    margin: 0 23.65rem;
  }
  section.orange .choices:has(.col.choice_q6:nth-child(3)) .col.choice_q6:nth-child(n+2) {
    margin-top: 1.3rem;
  }
  section .btn_next {
    transition: filter 0.2s ease;
  }
  section .btn_next:hover {
    filter: brightness(1.5);
  }
  section .btn_next {
    display: flex;
    width: 23rem;
    height: 6rem;
    border-radius: 3rem;
    background: #F46F21;
    color: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 600;
    font-size: 2rem;
    margin: 5.9rem auto 0;
  }
  section .btn_next:not(.active) {
    opacity: 0.6;
    filter: grayscale(1);
    pointer-events: none;
  }
  section .btn_next:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 0.7rem);
    right: 2.4rem;
    width: 1rem;
    height: 1.4rem;
    box-sizing: border-box;
    border-left: #fff 1rem solid;
    border-top: transparent 0.7rem solid;
    border-bottom: transparent 0.7rem solid;
  }
  section .btn_next.set {
    width: 37.7rem;
    height: 8rem;
    border-radius: 4rem;
    padding-right: 2rem;
  }
  section .btn_next.set:after {
    right: 4rem;
    width: 1.2rem;
    height: 1.4rem;
    border-left: #fff 1.2rem solid;
    border-top: transparent 0.7rem solid;
    border-bottom: transparent 0.7rem solid;
  }
  section .btn_back {
    transition: opacity 0.2s ease;
  }
  section .btn_back:hover {
    opacity: 0.6;
  }
  section .btn_back {
    display: flex;
    width: 23rem;
    height: 6rem;
    border-radius: 3rem;
    color: #F46F21;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 600;
    font-size: 2rem;
    background: rgba(244, 111, 33, 0.1);
    border: #F46F21 0.2rem solid;
  }
  section .btn_back:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 0.7rem);
    right: 2.4rem;
    width: 1rem;
    height: 1.4rem;
    box-sizing: border-box;
    border-left: #F46F21 1rem solid;
    border-top: transparent 0.7rem solid;
    border-bottom: transparent 0.7rem solid;
  }
  section.blue .inner_wrap {
    height: auto;
    min-height: 75.7rem;
    padding: 0 0 2rem;
  }
  section.blue .atosukoshi {
    position: absolute;
    background: #F9A51B;
    color: #fff;
    width: 14.9rem;
    aspect-ratio: 1;
    right: -1.8rem;
    top: -1.8rem;
    text-align: center;
    padding-top: 3.9rem;
    font-size: 2.2rem;
    line-height: 2.6rem;
    font-weight: 600;
    border-radius: 50%;
  }
  section.blue .atosukoshi small {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 0.7rem;
  }
  section.blue .result_title {
    width: 49.6rem;
    height: 24.2rem;
    border-radius: 100%;
    background: #fff;
    margin: 0 auto;
    top: -4.1rem;
    text-align: center;
    padding-top: 7.2rem;
  }
  section.blue .result_title img {
    width: 29.6rem;
    margin: 0 auto;
  }
  section.blue .result_title:after {
    content: "";
    display: block;
    background: #09B0DD;
    width: 29.5rem;
    height: 0.5rem;
    margin: 1.4rem auto 0;
  }
  section.blue .result_title.nara {
    padding-top: 0;
    padding-bottom: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #F46F21;
    font-size: 3rem;
    font-weight: 600;
  }
  section.blue .result_title.nara img {
    width: 20.87rem;
    margin: 0;
    margin-right: 0.33rem;
    display: inline-block;
  }
  section.blue .result_title.nara:after {
    display: none;
  }
  section.blue .result_sub {
    margin: -13rem auto 3rem;
    font-weight: 600;
    color: #005881;
    font-size: 2.8rem;
    line-height: 3.4rem;
    text-align: center;
  }
  section.blue .result_sub + .title_text {
    margin: 0 auto 3.2rem;
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
  }
  section.blue .result_sub + .title_text strong {
    font-weight: 600;
  }
  section.blue .room {
    width: 57.4rem;
    margin: 3.9rem auto 0;
  }
  section.blue .room + .btn_next {
    margin-top: 5.2rem;
    width: 33.8rem;
    height: 8rem;
    border-radius: 4rem;
  }
  section.blue .room + .btn_next:after {
    display: none;
  }
  section.blue .title_text {
    margin: -9.5rem auto 3rem;
    text-align: center;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  section.blue .deco {
    position: absolute;
    pointer-events: none;
  }
  section.blue .deco.deco1 {
    left: -13.8rem;
    top: -8.1rem;
    width: 33.2rem;
  }
  section.blue .deco.deco2 {
    left: -4.9rem;
    bottom: 2.4rem;
    width: 16rem;
  }
  section.blue .deco.deco3 {
    right: -3rem;
    bottom: 2.4rem;
    width: 14.2rem;
  }
  section.blue .flex_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 4rem;
  }
  section.blue .flex_wrap .bar {
    background: #005881;
    width: 0.2rem;
    height: 26rem;
  }
  section.blue .flex_wrap .col {
    width: 24.5rem;
    padding-top: 0.25rem;
  }
  section.blue .flex_wrap .col .col_title {
    width: 100%;
    background: #56C9E7;
    color: #fff;
    height: 4.8rem;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.6rem;
    margin: 0 0 1.5rem;
  }
  section.blue .flex_wrap .col .pic {
    overflow: hidden;
    border-radius: 0.5rem;
  }
  section.blue .flex_wrap .col .text {
    width: 100%;
    height: 5.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-top: 1.5rem;
  }
  section.blue .orange_area {
    width: 76rem;
    padding: 4.4rem 5.8rem;
    border: #F46F21 0.2rem solid;
    border-radius: 2rem;
    background: #FFF3E6;
    margin: 0 auto;
  }
  section.blue .orange_area:has(.result_main .logo) {
    padding: 4.4rem 4rem;
  }
  section.blue .orange_area .result_main {
    font-weight: 600;
    font-size: 3rem;
    line-height: 4rem;
    color: #F46F21;
    text-align: center;
  }
  section.blue .orange_area .result_main:has(.logo) {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.blue .orange_area .result_main .logo {
    display: inline-block;
    width: 16.3rem;
    margin-right: 2.6rem;
  }
  section.blue .orange_area .text {
    margin-top: 2.4rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  section.blue .orange_area .text.center {
    text-align: center;
  }
  section.blue .orange_area .text.strong {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.4;
  }
  section.blue:has(.blue_area) .result_title {
    padding-top: 3.2rem;
  }
  section.blue:has(.blue_area) .result_title img {
    width: 18.4rem;
  }
  section.blue:has(.blue_area) .result_title:after {
    display: none;
  }
  section.blue:has(.blue_area) .title_text {
    margin-top: -18.2rem;
  }
  section.blue:has(.blue_area) .result_main {
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 3.4rem;
    color: #F46F21;
    text-align: center;
    margin: 3rem auto 1.6rem;
  }
  section.blue:has(.blue_area) .result_main + .text {
    font-size: 1.6rem;
    line-height: 2.6rem;
    width: 80rem;
    margin: 0 auto;
  }
  section.blue .blue_area {
    width: 80.5rem;
    margin: 2.1rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  section.blue .blue_area .col {
    width: 40rem;
    background: #E8FAFF;
    border-radius: 0.5rem;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 2rem;
  }
  section.blue .blue_area .col .col_title {
    background: #56C9E7;
    color: #fff;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    height: 4.4rem;
    font-size: 1.6rem;
    line-height: 2.3rem;
    padding: 0 1.5rem 0 1.7rem;
    margin: 0;
  }
  section.blue .blue_area .col .col_title .tag {
    transition: opacity 0.2s ease;
  }
  section.blue .blue_area .col .col_title .tag:hover {
    opacity: 0.6;
  }
  section.blue .blue_area .col .col_title .tag {
    display: block;
    background: #005881;
    min-width: 8.8rem;
    height: 2.2rem;
    text-align: center;
    font-size: 1.2rem;
    line-height: 2.2rem;
    border-radius: 1.1rem;
    padding: 0 1rem;
    color: #fff;
  }
  section.blue .blue_area .col p {
    margin-top: 2.3rem;
    margin-left: 2.5rem;
    font-size: 1.4rem;
    line-height: 2rem;
    width: 16.1rem;
  }
  section.blue .blue_area .col .pic {
    display: block;
    width: 18rem;
    margin-top: 2.6rem;
    margin-right: 2.5rem;
  }
  section.blue .blue_area .col .pic.modal_btn {
    transition: opacity 0.2s ease;
  }
  section.blue .blue_area .col .pic.modal_btn:hover {
    opacity: 0.6;
  }
  section.blue .blue_area .col .pic.modal_btn:after {
    content: "";
    display: block;
    position: absolute;
    top: -0.8rem;
    right: -0.7rem;
    width: 1.9rem;
    aspect-ratio: 1;
    background: url(/files/user/mirai-eye/images/shindan/icon_modal.png) center top/1.9rem auto no-repeat;
  }
  section.blue .blue_area .col .pic.modal_btn.size_s:after {
    right: 3.1rem;
  }
  section.blue .blue_area + .btn_wrap {
    margin-top: 2rem;
    justify-content: center;
    gap: 0.9rem;
    flex-direction: row-reverse;
  }
  section.blue .blue_area + .btn_wrap .btn_next {
    margin: 0;
  }
  section.blue .points {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 75.6rem;
    margin: 4.5rem auto 0;
  }
  section.blue .points .point_list {
    width: fit-content;
    min-width: 62.3rem;
    margin: 0 auto 3.6rem;
    padding-left: 14.4rem;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  section.blue .points .point_list dd {
    margin: 0;
  }
  section.blue .points .point_list dd:before {
    content: "・";
  }
  section.blue .points .point_list dt {
    position: absolute;
    width: 11.66rem;
    height: 7.1rem;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #56C9E7;
    left: 0;
    top: calc(50% - 3.55rem);
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
  }
  section.blue .points .pic {
    display: block;
    width: 30.3rem;
    margin: 0 1.75rem;
  }
  section.blue .points .pic.modal_btn {
    cursor: pointer;
    transition: opacity 0.2s ease;
  }
  section.blue .points .pic.modal_btn:hover {
    opacity: 0.6;
  }
  section.blue .points .pic.modal_btn:after {
    content: "";
    display: block;
    position: absolute;
    top: -0.8rem;
    right: -0.7rem;
    width: 1.9rem;
    aspect-ratio: 1;
    background: url(/files/user/mirai-eye/images/shindan/icon_modal.png) center top/1.9rem auto no-repeat;
  }
  section.blue .points .pic.modal_btn.mov_mdl:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/files/user/mirai-eye/images/shindan/icon_play.png) center/6.4rem auto no-repeat;
    z-index: 1;
  }
  section.blue .btn_next {
    margin-top: 10rem;
  }
  section.blue .btn_next.set {
    margin-top: 4.8rem;
  }
  section.blue .btn_restart {
    transition: filter 0.2s ease;
  }
  section.blue .btn_restart:hover {
    filter: brightness(1.5);
  }
  section.blue .btn_restart {
    width: 23rem;
    height: 6rem;
    border-radius: 3rem;
    background: #005881;
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.9rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 1rem;
    margin: 4.4rem auto 0;
  }
  section.blue .btn_restart:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 0.8rem);
    right: 2.4rem;
    width: 1.2rem;
    height: 1.6rem;
    box-sizing: border-box;
    border-left: #fff 1.2rem solid;
    border-top: transparent 0.8rem solid;
    border-bottom: transparent 0.8rem solid;
  }
  section.blue .btn_jirei {
    transition: filter 0.2s ease;
  }
  section.blue .btn_jirei:hover {
    filter: brightness(1.5);
  }
  section.blue .btn_jirei {
    width: 23rem;
    height: 6rem;
    border-radius: 3rem;
    background: #F46F21;
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.9rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 1rem;
    margin: 4.4rem auto 0;
  }
  section.blue .btn_jirei:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 0.8rem);
    right: 2.4rem;
    width: 1.2rem;
    height: 1.6rem;
    box-sizing: border-box;
    border-left: #fff 1.2rem solid;
    border-top: transparent 0.8rem solid;
    border-bottom: transparent 0.8rem solid;
  }
  section.blue .btn_wrap {
    width: 76rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 3.6rem auto 0;
    gap: 2.7rem 0.8rem;
  }
  section.blue .btn_wrap:has(.btn_jirei) {
    gap: 2.7rem 2rem;
  }
  section.blue .btn_wrap .btn_more {
    transition: filter 0.2s ease;
  }
  section.blue .btn_wrap .btn_more:hover {
    filter: brightness(1.5);
  }
  section.blue .btn_wrap .btn_more {
    width: 33.8rem;
    height: 8rem;
    border-radius: 4rem;
    background: #F46F21;
    color: #fff;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.blue .btn_wrap .btn_contact {
    width: 33.8rem;
    height: 8rem;
    border-radius: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #111872 2px solid;
    background-color: #fff;
    color: #111872;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.2;
    transition: background-color 0.2s ease, color 0.2s ease;
  }
  section.blue .btn_wrap .btn_contact:hover {
    background-color: #111872;
    color: #fff;
  }
  section.blue .btn_wrap .btn_restart,
  section.blue .btn_wrap .btn_jirei {
    margin: 0;
  }
  #modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    z-index: 5;
    padding: 0 0 0;
  }
  #modal.open {
    opacity: 1;
    pointer-events: auto;
  }
  #modal.open .modal_inner .modal_contents {
    opacity: 1;
    transition: opacity 0.2s ease 0.1s;
  }
  #modal .modal_close {
    position: absolute;
    width: 5rem;
    aspect-ratio: 1;
    right: 0;
    top: -6rem;
    z-index: 2;
    cursor: pointer;
    border: #fff 1px solid;
    display: block;
    overflow: hidden;
    color: transparent;
    background: transparent;
    border: none;
  }
  #modal .modal_close:before, #modal .modal_close:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    width: 100%;
    height: 2px;
    box-sizing: border-box;
    background: #fff;
    transform-origin: center;
  }
  #modal .modal_close:before {
    transform: rotate(45deg);
  }
  #modal .modal_close:after {
    transform: rotate(-45deg);
  }
  #modal .modal_bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.8;
    cursor: pointer;
  }
  #modal .modal_inner {
    height: 100%;
    overflow-y: auto;
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #modal .modal_contents {
    padding: 0 0;
    z-index: 1;
    position: relative;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  #modal .modal_content {
    padding: 0;
    display: none;
    width: 100%;
    max-width: 780px;
  }
  #modal .modal_content img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  #modal .modal_content * {
    position: relative;
  }
  #modal .modal_content.show {
    display: block;
  }
  #modal2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    z-index: 5;
    padding: 0 0 0;
  }
  #modal2.open {
    opacity: 1;
    pointer-events: auto;
  }
  #modal2.open .modal_inner .modal_contents {
    opacity: 1;
    transition: opacity 0.2s ease 0.1s;
  }
  #modal2 .modal_close {
    transition: filter 0.2s ease;
  }
  #modal2 .modal_close:hover {
    filter: brightness(1.5);
  }
  #modal2 .modal_close {
    position: absolute;
    width: 23rem;
    height: 6rem;
    border-radius: 3rem;
    z-index: 2;
    cursor: pointer;
    border: none;
    display: flex;
    color: #fff;
    background: url(/files/user/mirai-eye/images/jirei/icon_close.png) calc(100% - 2.2rem) center/1.6rem auto no-repeat #111872;
    border: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    left: calc(50% - 11.5rem);
    bottom: 0;
    margin-bottom: 4.3333333333%;
  }
  #modal2 .modal_bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    cursor: pointer;
  }
  #modal2 .modal_inner {
    height: 100%;
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #modal2 .modal_contents {
    padding: 0 0;
    z-index: 1;
    position: relative;
    opacity: 0;
    transition: opacity 0.3s ease;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #modal2 .modal_content {
    padding: 0;
    display: none;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 120rem;
    padding-bottom: 16.2rem;
    border-radius: 4rem;
    overflow: hidden;
    box-shadow: 0 0 2rem rgba(9, 176, 221, 0.3);
    background: url(/files/user/mirai-eye/images/jirei/modal_bg.png) left bottom/auto 100% no-repeat #FFD8B1;
  }
  #modal2 .modal_content img {
    display: block;
    width: 100%;
    height: auto;
  }
  #modal2 .modal_content * {
    position: relative;
  }
  #modal2 .modal_content .modal_head {
    margin: 0;
    width: 100%;
    background: #F46F21;
    color: #fff;
    text-align: center;
    padding: 3rem 0;
    line-height: 1;
    font-weight: bold;
    font-size: 4rem;
  }
  #modal2 .modal_content .modal_head small {
    display: block;
    font-size: 1.8rem;
    text-decoration: underline;
    margin-bottom: 1.4rem;
  }
  #modal2 .modal_content .col {
    width: 41.6666666667%;
    padding-top: 3rem;
  }
  #modal2 .modal_content .col .col_title {
    font-weight: bold;
    font-size: 8rem;
    line-height: 1;
    margin: 0 0 2.5rem;
    color: #A2B3B7;
  }
  #modal2 .modal_content .col .illust {
    position: absolute;
    left: -0.4rem;
    margin-top: -15.6rem;
    width: 11.9rem;
  }
  #modal2 .modal_content .col .huki {
    position: relative;
    left: calc(100% - 39.3rem);
    padding: 1.6rem 2.2rem 0 6rem;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.5;
    color: #111872;
    margin: 0 0 2.1rem;
    width: 39.3rem;
    height: 17.5rem;
    background: url(/files/user/mirai-eye/images/jirei/huki.png) right top/contain no-repeat;
  }
  #modal2 .modal_content .col .huki strong {
    color: #F46F21;
  }
  #modal2 .modal_content .col .note {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-top: 1.4rem;
    color: #111872;
  }
  #modal2 .modal_content .col.col_a .col_title {
    color: #F46F21;
  }
  #modal2 .modal_content .arrow {
    width: 9.0833333333%;
    margin: 26.5% 0.3333333333% 0 0.6666666667%;
  }
  #modal2 .modal_content.show {
    display: flex;
  }
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
  body {
    background: url(/files/user/mirai-eye/images/shindan/bg_sp.png) center top/cover #FFBF7A;
    background-attachment: fixed;
  }
  body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 235, 185, 0.7);
  }
  body:has(section.top):before {
    display: none;
  }
  body:has(section.blue) {
    background: url(/files/user/mirai-eye/images/shindan/bg_sp.png) center top/cover #005881;
    background-attachment: fixed;
  }
  body:has(section.blue):before {
    background: rgba(0, 88, 129, 0.6);
  }
  body.modal_on {
    overflow: hidden;
  }
  .top_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/files/user/mirai-eye/images/shindan/bg_full.png);
    background-size: 205rem auto;
    background-position: 80% 30%;
    animation: bg_anim_sp 100s linear both;
  }
  header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
  }
  header .header_inner {
    width: 100%;
    height: 6.9rem;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header_inner:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    z-index: 2;
  }
  header .header_left {
    width: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 2;
  }
  header .header_left .bar {
    height: 3.2rem;
    margin: 0 1.25rem;
    width: 0.1rem;
    background: #111872;
  }
  header .header_left .header_glory {
    width: 3.3rem;
    display: block;
  }
  header .header_left .header_miraieye {
    width: 10.6rem;
    display: block;
  }
  header .header_right {
    width: fit-content;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  header .header_right .menu_btn {
    background: none;
    border: none;
    padding: 0;
    appearance: none;
    cursor: pointer;
    z-index: 3;
    width: 3.2rem;
    height: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  header .header_right .menu_btn .bar {
    display: block;
    width: 100%;
    height: 0.2rem;
    background: #111872;
  }
  header .header_right .contact {
    z-index: 3;
    width: 10.2rem;
    height: 3.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #111872 0.2rem solid;
    background-color: #fff;
    color: #111872;
    font-weight: 600;
    font-size: 1.2rem;
    border-radius: 1.9rem;
    margin-right: 1.7rem;
  }
  header .header_right .nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.1s ease;
  }
  header .header_right .nav .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    display: none;
  }
  header .header_right .nav ul {
    margin: 0;
    padding: 8.9rem 2rem 2rem;
    width: 100%;
    transition: transform 0.3s ease;
    transform: translateY(-101%);
    background-image: url(../images/nav_bg.png);
    background-repeat: repeat;
    background-size: 4px;
  }
  header .header_right .nav ul li {
    width: fit-content;
  }
  header .header_right .nav ul li a {
    width: fit-content;
    display: block;
    color: #111872;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #111872;
    filter: brightness(20);
  }
  header .header_right .nav ul li a.blank {
    padding-left: 1.8rem;
    background: url(/files/user/mirai-eye/images/shindan/icon_blank.png) left center/1.2rem auto no-repeat;
  }
  header .header_right .nav.open {
    opacity: 1;
    pointer-events: auto;
  }
  header .header_right .nav.open ul {
    transform: translateY(0);
  }
  main {
    width: 100%;
    padding: 9.4rem 0 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
  }
  main:has(section.blue) {
    padding-top: 14rem;
  }
  section .inner_wrap {
    width: 33.5rem;
    background: rgb(255, 255, 255);
    padding: 1.9rem 1.7rem 4.2rem;
    border-radius: 2rem;
    margin: 0 auto;
  }
  section.top .inner_wrap {
    padding: 3.8rem 0 4.5rem;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1);
  }
  section.top .top_title {
    width: 21.6rem;
    margin: 0 auto;
  }
  section.top .text {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.6rem;
    text-align: center;
    margin-top: 2.6rem;
  }
  section.top .btn_start {
    display: block;
    width: 27.05rem;
    margin: 3.5rem auto 0;
  }
  section.orange .progress {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 3rem;
  }
  section.orange .progress .bar {
    width: 5.6rem;
    height: 0.8rem;
    border-radius: 0.4rem;
    background: #005881;
    opacity: 0.3;
  }
  section.orange .progress .bar.active {
    opacity: 1;
  }
  section.orange .progress .bar.clear {
    opacity: 0.7;
  }
  section.orange .progress:has(.last) {
    justify-content: flex-start;
  }
  section.orange .progress:has(.last) .bar {
    width: 4.8rem;
    margin-right: 0.5rem;
  }
  section.orange .progress .last {
    position: absolute;
    background: #111872;
    color: #fff;
    width: 6.5rem;
    aspect-ratio: 1;
    border-radius: 50%;
    right: -1.8rem;
    top: -2.9rem;
    padding-top: 1.3rem;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
  }
  section.orange .progress .last strong {
    font-family: Avenir, "Avenir Next", Helvetica, Arial, sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    padding-left: 0.4em;
  }
  section.orange .q_text {
    font-weight: 600;
    font-size: 1.6rem;
    color: #2B2B2B;
    line-height: 2.2rem;
    padding: 0.6rem 0 0 4.1rem;
    min-height: 4.3rem;
    padding-left: 4.5rem;
    background: url(/files/user/mirai-eye/images/shindan/icon_q.png) left top/2.9rem auto no-repeat;
    width: fit-content;
    margin: 0 auto 4.4rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  section.orange .q_text small {
    font-size: 1.4rem;
    line-height: 2.2rem;
    width: 100%;
  }
  section.orange .choices {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
  }
  section.orange .choices .col {
    overflow: hidden;
    color: #FF9900;
    background: #FFF4DB;
    border-radius: 1rem;
    cursor: pointer;
  }
  section.orange .choices .col.active:after {
    pointer-events: none;
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    border: #FF9900 0.2rem solid;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 1rem;
  }
  section.orange .choices .col .col_inner {
    min-height: 100%;
  }
  section.orange .choices .col.choice_q1 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 3rem;
    text-align: left;
    height: 14.6rem;
    width: 100%;
  }
  section.orange .choices .col.choice_q1 + .col {
    margin-top: 1.6rem;
  }
  section.orange .choices .col.choice_q1 .col_inner {
    padding-top: 5.8rem;
    padding-left: 2.8rem;
  }
  section.orange .choices .col.choice_q1 .pic {
    position: absolute;
    left: 18.2rem;
    bottom: 0;
    width: 12.2rem;
    height: 16.8rem;
  }
  section.orange .choices .col.choice_q1 .pic .down,
  section.orange .choices .col.choice_q1 .pic .up {
    position: absolute;
    left: 0;
    top: 0;
    transition: opacity 0.2s ease;
  }
  section.orange .choices .col.choice_q1 .pic .down {
    opacity: 1;
  }
  section.orange .choices .col.choice_q1 .pic .up {
    opacity: 0;
    transition: opacity 0.2s ease 0.1s;
  }
  section.orange .choices .col.choice_q1.active .pic .down {
    opacity: 0;
    transition: opacity 0.2s ease 0.1s;
  }
  section.orange .choices .col.choice_q1.active .pic .up {
    opacity: 1;
    transition: opacity 0.2s ease;
  }
  section.orange .choices .col.choice_q2 {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: center;
    height: 14.6rem;
    width: 14.5rem;
  }
  section.orange .choices .col.choice_q2 .col_inner {
    padding-top: 8.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.orange .choices .col.choice_q2 .pic {
    position: absolute;
    top: 3.2rem;
    left: calc(50% - 3.25rem);
    width: 6.5rem;
  }
  section.orange .choices .col.choice_q2:nth-child(n+3) {
    margin-top: 1rem;
  }
  section.orange .choices .col.choice_q2:nth-child(2) .pic {
    top: 1.9rem;
  }
  section.orange .choices .col.choice_q2:nth-child(3) .pic {
    top: 2.2rem;
    width: 5.8rem;
    left: calc(50% - 2.9rem);
  }
  section.orange .choices .col.choice_q2:nth-child(4) .pic {
    top: 3rem;
    width: 9.6rem;
    left: 2.6rem;
  }
  section.orange .choices .col.choice_q2:nth-child(5) .pic {
    top: 3rem;
    width: 10.1rem;
    left: 2.9rem;
  }
  section.orange .choices .col.choice_q2:nth-child(6) .pic {
    top: 2.6rem;
    width: 6.9rem;
    left: calc(50% - 3.45rem);
  }
  section.orange .choices .col.choice_q2:last-child {
    width: 100%;
    height: 5.8rem;
  }
  section.orange .choices .col.choice_q2:last-child .col_inner {
    padding: 0;
  }
  section.orange .choices .col.choice_q3 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
    height: 14.6rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.orange .choices .col.choice_q3 .col_inner {
    width: 100%;
    min-height: 0;
    height: auto;
  }
  section.orange .choices .col.choice_q3 .small {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-top: 0.6rem;
  }
  section.orange .choices .col.choice_q3 + .col {
    margin-top: 1.6rem;
  }
  section.orange .choices .col.choice_q4 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.5;
    text-align: left;
    height: 14.3rem;
    width: 100%;
  }
  section.orange .choices .col.choice_q4 .col_inner {
    padding-left: 2rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
  }
  section.orange .choices .col.choice_q4 .pic {
    margin-left: 1.5rem;
    width: 11.1rem;
  }
  section.orange .choices .col.choice_q4 + .col {
    margin-top: 0.9rem;
  }
  section.orange .choices .col.choice_q4:nth-child(2) .pic {
    margin-left: 3.1rem;
    width: 9.3rem;
  }
  section.orange .choices .col.choice_q4:nth-child(3) .pic {
    margin-left: 4.3rem;
    width: 15.2rem;
  }
  section.orange .choices .col.choice_q4:nth-child(4) .col_inner {
    padding-left: 0;
    justify-content: center;
    text-align: center;
  }
  section.orange .choices .col.choice_q5 {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 2.2rem;
    text-align: left;
    height: 16.7rem;
    width: 100%;
  }
  section.orange .choices .col.choice_q5 .col_inner {
    padding-right: 1.5rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }
  section.orange .choices .col.choice_q5 .pic {
    margin-right: 2rem;
    width: 11.9rem;
  }
  section.orange .choices .col.choice_q5 .text {
    width: 12.9rem;
  }
  section.orange .choices .col.choice_q5 .text br {
    display: none;
  }
  section.orange .choices .col.choice_q5 + .col {
    margin-top: 1.8rem;
  }
  section.orange .choices .col.choice_q6 {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 2.2rem;
    text-align: left;
    height: 16.7rem;
    width: 100%;
  }
  section.orange .choices .col.choice_q6 .col_inner {
    padding-left: 1.4rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  section.orange .choices .col.choice_q6 .pic {
    margin-right: 1.3rem;
    width: 11.7rem;
    border-radius: 1rem;
    overflow: hidden;
  }
  section.orange .choices .col.choice_q6 .text {
    width: 14.1rem;
  }
  section.orange .choices .col.choice_q6 + .col {
    margin-top: 1.3rem;
  }
  section .btn_next {
    display: flex;
    width: 17.4rem;
    height: 4.5rem;
    border-radius: 2.25rem;
    background: #F46F21;
    color: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 600;
    font-size: 1.8rem;
    margin: 3.3rem auto 0;
  }
  section .btn_next:not(.active) {
    opacity: 0.6;
    filter: grayscale(1);
    pointer-events: none;
  }
  section .btn_next:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 0.5rem);
    right: 1.8rem;
    width: 0.8rem;
    height: 1rem;
    box-sizing: border-box;
    border-left: #fff 0.8rem solid;
    border-top: transparent 0.5rem solid;
    border-bottom: transparent 0.5rem solid;
  }
  section .btn_next.set {
    width: 100%;
    height: 7rem;
    border-radius: 3.5rem;
    padding-right: 2rem;
  }
  section .btn_back {
    display: flex;
    width: 23rem;
    height: 6rem;
    border-radius: 3rem;
    background: rgba(244, 111, 33, 0.1);
    color: #F46F21;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 600;
    font-size: 1.8rem;
    margin: 0 auto;
    border: #F46F21 0.2rem solid;
  }
  section .btn_back:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 0.5rem);
    right: 1.8rem;
    width: 0.8rem;
    height: 1rem;
    box-sizing: border-box;
    border-left: #F46F21 0.8rem solid;
    border-top: transparent 0.5rem solid;
    border-bottom: transparent 0.5rem solid;
  }
  section.blue .inner_wrap {
    padding: 0 1.6rem 4rem;
  }
  section.blue .atosukoshi {
    position: absolute;
    background: #F9A51B;
    color: #fff;
    width: 8.1rem;
    aspect-ratio: 1;
    right: -0.4rem;
    top: -5.2rem;
    text-align: center;
    padding-top: 2.3rem;
    font-size: 1.5rem;
    line-height: 3rem;
    font-weight: 600;
    border-radius: 50%;
    z-index: 1;
  }
  section.blue .atosukoshi small {
    display: block;
    font-size: 1rem;
    line-height: 2;
    margin-bottom: -0.9rem;
  }
  section.blue .result_title {
    width: 23.4rem;
    height: 13.2rem;
    border-radius: 100%;
    background: #fff;
    margin: 0 auto;
    top: -2.6rem;
    text-align: center;
    padding-top: 5.6rem;
  }
  section.blue .result_title img {
    width: 18.2rem;
    margin: 0 auto;
  }
  section.blue .result_title:after {
    content: "";
    display: block;
    background: #09B0DD;
    width: 18.2rem;
    height: 0.4rem;
    margin: 0.9rem auto 0;
  }
  section.blue .result_title.nara {
    padding-top: 0;
    padding-bottom: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #F46F21;
    font-size: 2rem;
    font-weight: 600;
  }
  section.blue .result_title.nara img {
    width: 11.4rem;
    margin: 0;
    margin-right: 0;
    display: inline-block;
  }
  section.blue .result_title.nara:after {
    display: none;
  }
  section.blue .result_sub {
    margin: -6.4rem auto 1.8rem;
    font-weight: 600;
    color: #005881;
    font-size: 2rem;
    line-height: 2.8rem;
    text-align: center;
  }
  section.blue .result_sub + .title_text {
    margin: 0 auto 3.2rem;
    text-align: left;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  section.blue .result_sub + .title_text strong {
    font-weight: 600;
  }
  section.blue .title_text {
    margin: -1.5rem auto 3.1rem;
    text-align: center;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  section.blue .deco {
    position: absolute;
    pointer-events: none;
    left: -2.3rem;
    top: -6.3rem;
    width: 12.4rem;
  }
  section.blue .flex_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 2.7rem;
  }
  section.blue .flex_wrap .col .col_title {
    width: 100%;
    background: #56C9E7;
    color: #fff;
    height: 4rem;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin: 0 0 1.6rem;
  }
  section.blue .flex_wrap .col .pic {
    overflow: hidden;
    border-radius: 0.5rem;
  }
  section.blue .flex_wrap .col .text {
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-top: 1.8rem;
  }
  section.blue .orange_area {
    width: 100%;
    padding: 4rem 1.6rem 2.9rem;
    border: #F46F21 0.2rem solid;
    border-radius: 2rem;
    background: #FFF3E6;
    margin: 0 auto;
  }
  section.blue .orange_area .result_main {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #F46F21;
  }
  section.blue .orange_area .result_main:has(.logo) {
    text-align: center;
  }
  section.blue .orange_area .result_main .logo {
    display: block;
    width: 16.3rem;
    margin: 0 auto 1.3rem;
  }
  section.blue .orange_area .text {
    margin-top: 2.5rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  section.blue .orange_area .text.strong {
    font-weight: 600;
  }
  section.blue:has(.blue_area) .result_title {
    height: 14.5rem;
  }
  section.blue:has(.blue_area) .result_title:after {
    display: none;
  }
  section.blue:has(.blue_area) .title_text {
    margin-top: -3.7rem;
  }
  section.blue:has(.blue_area) .result_main {
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 3rem;
    color: #F46F21;
    text-align: center;
    margin: 2.3rem auto 1.6rem;
  }
  section.blue:has(.blue_area) .result_main + .text {
    font-size: 1.6rem;
    line-height: 2.6rem;
    width: 100%;
    margin: 0 auto;
  }
  section.blue .blue_area {
    width: 100%;
    margin: 3.2rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 2.2rem;
  }
  section.blue .blue_area .col {
    width: 100%;
    background: #E8FAFF;
    border-radius: 0.6rem;
    overflow: hidden;
    padding-bottom: 2.2rem;
  }
  section.blue .blue_area .col .col_title {
    background: #56C9E7;
    color: #fff;
    width: 100%;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.3rem;
    padding: 1.2rem 1.7rem 1.1rem;
    margin: 0;
  }
  section.blue .blue_area .col .col_title .tag {
    display: block;
    background: #005881;
    min-width: 11rem;
    width: fit-content;
    white-space: nowrap;
    height: 2.5rem;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.5rem;
    border-radius: 1.25rem;
    margin-top: 1.1rem;
    margin-left: 100%;
    transform: translateX(-100%);
    padding: 0 1.5rem;
    color: #fff;
  }
  section.blue .blue_area .col p {
    margin: 2.1rem auto 2rem;
    font-size: 1.4rem;
    line-height: 1.5;
    width: 26.5rem;
  }
  section.blue .blue_area .col .pic {
    display: block;
    width: 25.4rem;
    margin: 0 auto;
  }
  section.blue .blue_area .col .pic.modal_btn:after {
    content: "";
    display: block;
    position: absolute;
    top: -1rem;
    right: -1rem;
    width: 2.7rem;
    aspect-ratio: 1;
    background: url(/files/user/mirai-eye/images/shindan/icon_modal.png) center top/2.7rem auto no-repeat;
  }
  section.blue .blue_area + .btn_wrap {
    margin-top: 3.6rem;
    justify-content: center;
    gap: 1.3rem;
  }
  section.blue .blue_area + .btn_wrap .btn_next {
    margin: 0;
  }
  section.blue .points {
    margin: 3.4rem auto 0;
  }
  section.blue .points .point_list {
    margin: 0 auto 4.2rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  section.blue .points .point_list dt {
    width: 100%;
    height: 4rem;
    border-radius: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #56C9E7;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  section.blue .points .point_list dd {
    margin: 0;
    padding-left: 1em;
  }
  section.blue .points .point_list dd + dd {
    margin-top: 0.8rem;
  }
  section.blue .points .point_list dd:before {
    content: "・";
    display: inline-block;
    left: 0;
    position: absolute;
  }
  section.blue .points .pic {
    display: block;
    width: 100%;
    margin: 0;
  }
  section.blue .points .pic.modal_btn:after {
    content: "";
    display: block;
    position: absolute;
    top: -0.8rem;
    right: -0.7rem;
    width: 2rem;
    aspect-ratio: 1;
    background: url(/files/user/mirai-eye/images/shindan/icon_modal.png) center top/2rem auto no-repeat;
  }
  section.blue .points .pic.modal_btn.mov_mdl:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/files/user/mirai-eye/images/shindan/icon_play.png) center/6.4rem auto no-repeat;
    z-index: 1;
  }
  section.blue .points .pic + .pic {
    margin-top: 3rem;
  }
  section.blue .btn_next {
    margin-top: 3.8rem;
    width: 23rem;
    height: 6rem;
    border-radius: 3rem;
  }
  section.blue .btn_next.set {
    width: 100%;
    height: 7rem;
    border-radius: 3.5rem;
    font-size: 1.6rem;
  }
  section.blue .btn_next.set:after {
    right: 3.1rem;
    width: 1rem;
    height: 1.4rem;
    box-sizing: border-box;
    border-left: #fff 1rem solid;
    border-top: transparent 0.7rem solid;
    border-bottom: transparent 0.7rem solid;
  }
  section.blue .btn_restart {
    width: 29rem;
    height: 6rem;
    border-radius: 3rem;
    background: #005881;
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.9rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 1rem;
    margin: 3.1rem auto 0;
  }
  section.blue .btn_restart:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 0.8rem);
    right: 2.4rem;
    width: 1.2rem;
    height: 1.6rem;
    box-sizing: border-box;
    border-left: #fff 1.2rem solid;
    border-top: transparent 0.8rem solid;
    border-bottom: transparent 0.8rem solid;
  }
  section.blue .btn_jirei {
    width: 29rem;
    height: 6rem;
    border-radius: 3rem;
    background: #F46F21;
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.9rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 1rem;
    margin: 3.1rem auto 0;
  }
  section.blue .btn_jirei:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 0.8rem);
    right: 2.4rem;
    width: 1.2rem;
    height: 1.6rem;
    box-sizing: border-box;
    border-left: #fff 1.2rem solid;
    border-top: transparent 0.8rem solid;
    border-bottom: transparent 0.8rem solid;
  }
  section.blue .btn_wrap {
    margin: 2.6rem auto 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 1.3rem;
  }
  section.blue .btn_wrap .btn_more {
    width: 100%;
    height: 8rem;
    border-radius: 4rem;
    background: #F46F21;
    color: #fff;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.blue .btn_wrap .btn_contact {
    width: 100%;
    height: 8rem;
    border-radius: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #111872 0.2rem solid;
    background-color: #fff;
    color: #111872;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  section.blue .btn_wrap .btn_restart,
  section.blue .btn_wrap .btn_jirei {
    width: 23.47rem;
    margin: 0;
  }
  #modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    z-index: 5;
    padding: 0 0 0;
  }
  #modal.open {
    opacity: 1;
    pointer-events: auto;
  }
  #modal.open .modal_inner .modal_contents {
    opacity: 1;
    transition: opacity 0.2s ease 0.1s;
  }
  #modal .modal_close {
    position: absolute;
    width: 4rem;
    aspect-ratio: 1;
    right: 0;
    top: -4.5rem;
    z-index: 2;
    cursor: pointer;
    border: #fff 1px solid;
    display: block;
    overflow: hidden;
    color: transparent;
    background: transparent;
    border: none;
  }
  #modal .modal_close:before, #modal .modal_close:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    width: 100%;
    height: 2px;
    box-sizing: border-box;
    background: #fff;
    transform-origin: center;
  }
  #modal .modal_close:before {
    transform: rotate(45deg);
  }
  #modal .modal_close:after {
    transform: rotate(-45deg);
  }
  #modal .modal_bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.8;
    cursor: pointer;
  }
  #modal .modal_inner {
    height: 100%;
    overflow-y: auto;
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
  }
  #modal .modal_contents {
    padding: 0 0;
    z-index: 1;
    position: relative;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  #modal .modal_content {
    padding: 0;
    display: none;
    width: 100%;
  }
  #modal .modal_content img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  #modal .modal_content * {
    position: relative;
  }
  #modal .modal_content.show {
    display: block;
  }
  #modal2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    z-index: 5;
    padding: 0 0 0;
  }
  #modal2.open {
    opacity: 1;
    pointer-events: auto;
  }
  #modal2.open .modal_inner .modal_contents {
    opacity: 1;
    transition: opacity 0.2s ease 0.1s;
  }
  #modal2 .modal_close {
    position: absolute;
    width: 23rem;
    height: 6rem;
    border-radius: 3rem;
    z-index: 2;
    cursor: pointer;
    border: none;
    display: flex;
    color: #fff;
    background: url(/files/user/mirai-eye/images/jirei/icon_close.png) calc(100% - 2.2rem) center/1.6rem auto no-repeat #111872;
    border: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    left: calc(50% - 11.5rem);
    bottom: 5.1rem;
  }
  #modal2 .modal_bg {
    width: 100%;
    height: 100lvh;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    opacity: 1;
    cursor: pointer;
  }
  #modal2 .modal_inner {
    max-height: 100%;
    position: relative;
    z-index: 1;
    width: 100%;
    overflow-y: auto;
    padding: 4.6rem 1.8rem 7rem;
  }
  #modal2 .modal_contents {
    padding: 0 0;
    z-index: 1;
    position: relative;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  #modal2 .modal_content {
    padding: 0;
    display: none;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 15.2rem;
    border-radius: 4rem;
    overflow: hidden;
    box-shadow: 0 0 2rem rgba(9, 176, 221, 0.3);
    background: url(/files/user/mirai-eye/images/jirei/modal_bg_sp.png) center 10.5rem/100% auto no-repeat #FFD8B1;
  }
  #modal2 .modal_content img {
    display: block;
    width: 100%;
    height: auto;
  }
  #modal2 .modal_content * {
    position: relative;
  }
  #modal2 .modal_content .modal_head {
    margin: 0;
    width: 100%;
    background: #F46F21;
    color: #fff;
    text-align: center;
    padding: 2.5rem 1rem 2.2rem;
    line-height: 4rem;
    font-weight: bold;
    font-size: 3.6rem;
  }
  #modal2 .modal_content .modal_head small {
    display: block;
    font-size: 1.8rem;
    line-height: 2.4rem;
    text-decoration: underline;
    margin-bottom: 0.9rem;
  }
  #modal2 .modal_content .col {
    padding-top: 2rem;
  }
  #modal2 .modal_content .col .col_title {
    font-weight: bold;
    font-size: 6rem;
    line-height: 1;
    margin: 0 0 2.2rem;
    color: #A2B3B7;
    text-align: center;
  }
  #modal2 .modal_content .col .illust {
    position: absolute;
    left: 0.6rem;
    margin-top: -9.9rem;
    width: 8.3rem;
    z-index: 1;
  }
  #modal2 .modal_content .col .huki {
    position: relative;
    padding: 1.1rem 1.6rem 0.9rem 5.1rem;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #111872;
    margin: 0 0 0 4.6rem;
    width: 27.9rem;
    background: #fff;
    border-radius: 1rem;
  }
  #modal2 .modal_content .col .huki strong {
    color: #F46F21;
  }
  #modal2 .modal_content .col .pic {
    margin: 1rem auto 0;
    width: 31rem;
  }
  #modal2 .modal_content .col .note {
    font-size: 1rem;
    line-height: 1.4;
    margin: 1rem auto 0;
    color: #111872;
    width: 31rem;
  }
  #modal2 .modal_content .col.col_a .col_title {
    color: #F46F21;
  }
  #modal2 .modal_content .arrow {
    width: 10.9rem;
    margin: 1.4rem auto 1.2rem;
  }
  #modal2 .modal_content.show {
    display: block;
  }
  .sp_none {
    display: none !important;
  }
}