@charset "UTF-8";
@keyframes yurari {
  0% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes yurari_2deg {
  0% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}
@keyframes yurari_1deg {
  0% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}
@keyframes yurari_10deg {
  0% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(-7deg);
  }
}
@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  40% {
    opacity: 0.3;
    transform: scale(0.8);
  }
  80% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes passing-bar {
  0% {
    transform: scaleX(0) translateX(-100%);
  }
  50% {
    transform: scaleX(1) translateX(0);
  }
  51% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(101%);
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes roll {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes mask-bg {
  0% {
    transform: translate(0, 101%);
  }
  40%,
  60% {
    transform: translate(0, 0%);
  }
  100% {
    transform: translate(0, -100%);
  }
}
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%,
  100% {
    opacity: 1;
  }
}
@keyframes stroke-width {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: calc(100% - 20px);
    width: 100%;
    opacity: 1;
  }
}
@keyframes stroke-height {
  0% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: calc(100% - 20px);
    height: 100%;
    opacity: 1;
  }
}
p,
a,
li,
dt,
dd,
th,
td {
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  p,
  a,
  li,
  dt,
  dd,
  th,
  td {
    line-height: 1.8;
  }
}
.display_w600 {
  display: none;
}

@media screen and (max-width: 600px) {
  .display_w600 {
    display: block;
  }
}
.f_en {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.sub__head .titleArea {
  height: 20vw;
  background-size: 100%;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.sub__head .titleArea::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.sub__head .titleArea .title02 {
  position: relative;
  z-index: 2;
}

.sub__head .titleArea .title02 .ja .txt {
  font-size: clamp(16px, 2.0833333333vw, 4rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .sub__head .titleArea .title02 .ja .txt {
    font-size: clamp(12px, 3.90625vw, 2rem);
  }
}
.header-inner.flex {
  z-index: 9999;
}

#diagnosisForm {
  display: block;
  padding: 60px 15px;
  background-image: url(/wp-content/uploads/2025/07/meo-diagnosis-bg-illust.png),
    url(/wp-content/uploads/2025/07/meo-diagnosis-bg-illust03.png);
  background-size: 300px auto, 300px auto;
  background-repeat: no-repeat;
  background-position: bottom left 100px, bottom right 100px;
}

.diagnosisFormInner {
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  #diagnosisForm {
    display: block;
    padding: 60px 15px;
    background-image: url(/wp-content/uploads/2025/07/meo-diagnosis-bg-illust.png),
      url(/wp-content/uploads/2025/07/meo-diagnosis-bg-illust03.png);
    background-size: 200px auto, 200px auto;
    background-repeat: no-repeat;
    background-position: bottom left 40px, bottom right 40px;
  }
}

@media screen and (max-width: 1024px) {
  #diagnosisForm {
    padding: 70px 15px;
    background-size: 100px auto, 100px auto;
  }
}

@media screen and (max-width: 1024px) {
  #diagnosisForm fieldset {
    margin-bottom: 30px;
  }
}
#diagnosisForm legend {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 30px;
  padding-left: 10px;
  text-align: center;
  color: #173558;
  line-height: 1.5em;
}

@media screen and (max-width: 1024px) {
  #diagnosisForm legend {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  #diagnosisForm legend {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 600px) {
  #diagnosisForm legend {
    text-align: left;
  }
}
#diagnosisForm input[type="radio"] {
  aspect-ratio: 1;
  width: 18px !important;
  height: auto !important;
  transform: translateY(-1px);
}

@media screen and (max-width: 1024px) {
  #diagnosisForm input[type="radio"] {
    width: 14px !important;
  }
}
@media screen and (max-width: 1024px) {
  #diagnosisForm input[type="radio"]:checked:before {
    left: 2px;
    top: 2px;
    aspect-ratio: 1;
    width: 10px;
    height: auto;
  }
}
#diagnosisForm .swiper-slide {
  background-color: #fff;
  margin-bottom: 0px;
}

@media screen and (max-width: 1024px) {
  #diagnosisForm .swiper-slide {
    border-radius: 1px;
  }
}
@media screen and (max-width: 1024px) {
  #diagnosisForm .swiper-slide {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 1024px) {
  #diagnosisForm .swiper-slide {
    margin-bottom: 10px;
  }
}
#diagnosisForm .swiper-slide p {
  width: 100%;
  font-weight: bold;
  font-size: 2rem;
}

#diagnosisForm .swiper-slide .label_area label {
  width: 100%;
  display: block;
  font-size: 1em;
  cursor: pointer;
  padding: 10px;
}

@media screen and (max-width: 1024px) {
  #diagnosisForm .swiper-slide .label_area label {
    padding: 5px;
  }
}
#diagnosisForm .swiper-slide .label_area label:hover {
  background-color: rgba(221, 221, 221, 0.4);
}

#diagnosisForm fieldset {
  display: none;
}

#diagnosisForm fieldset:first-of-type {
  display: block;
}

#diagnosisForm .swiper-slide {
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
}

@media screen and (max-width: 1024px) {
  #diagnosisForm .swiper-slide {
    padding: 30px 20px;
  }

  #diagnosisForm .swiper-slide p {
    font-size: 1.5rem;
  }
}
#diagnosisForm .swiper-slide.first-slide .prevBtn {
  display: none;
}

#diagnosisForm .swiper .back-btn,
#diagnosisForm .swiper .next-btn {
  margin-top: 20px !important;
  background-color: #f5f5f5;
  padding: 0px 10px;
  border-radius: 4px;
}

@media screen and (max-width: 1024px) {
  #diagnosisForm .swiper .back-btn,
  #diagnosisForm .swiper .next-btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  #diagnosisForm .swiper .back-btn,
  #diagnosisForm .swiper .next-btn {
    padding: 0px 5px;
  }
}
#diagnosisForm .swiper .next-btn {
  margin-left: 10px;
  margin-right: 0;
}

.progress-container {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80%;
  background: rgba(255, 255, 255, 0.95);
  padding: 30px 30px;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .progress-container {
    padding: 15px 15px;
  }
}
.progress-container .progress-text {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 6px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .progress-container .progress-text {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.progress-container .progress-outer {
  background: #e0e0e0;
  height: 8px;
  border-radius: 4px;
  overflow: hidden;
}

.progress-container .progress-outer .progress-bar {
  background: var(--blue);
  height: 100%;
  width: 0%;
  transition: width 0.3s ease;
}

#loading_form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.3s ease;
  text-align: center;
}

#loading_form .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  aspect-ratio: 1;
  width: 28vw;
}

#loading_form .content .logo img {
  max-width: 70px;
  margin: 0 auto 20px;
  opacity: 0.5;
}

#loading_form .content .txtArea .txt {
  color: #999999;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: clamp(16px, 1.5625vw, 3rem);
  white-space: nowrap;
  margin-bottom: -3vw;
}

@media screen and (max-width: 1024px) {
  #loading_form .content .txtArea .txt {
    font-size: clamp(12px, 2.9296875vw, 1.5rem);
  }
}
@media screen and (max-width: 1024px) {
  #loading_form .content .txtArea .txt {
    margin-bottom: -6vw;
  }
}
#loading_form #lottie-loading {
  display: inline-block;
  aspect-ratio: 1;
  width: 10vw;
  height: auto;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  #loading_form #lottie-loading {
    width: 20vw;
  }
}
.result {
  display: block;
  width: 70%;
  margin: auto;
  margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .result {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .result {
    width: 90%;
  }
}
.result h2 {
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  color: var(--txt-color);
  text-align: center;
  border-bottom: solid 1px #000;
  margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .result h2 {
    font-size: clamp(12px, 1.7rem, 1.7rem);
  }
}
@media screen and (max-width: 1024px) {
  .result h2 {
    margin-bottom: 30px;
  }
}
.result h3 {
  border-left: 5px solid #000;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  color: var(--txt-color);
  padding-left: 10px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .result h3 {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
@media screen and (max-width: 1024px) {
  .result h3 {
    margin-bottom: 20px;
  }
}
.result__content {
  background-color: #f5f5f5;
  padding: 60px 30px;
  margin-bottom: 7vw;
}

@media screen and (max-width: 1024px) {
  .result__content {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .result__content {
    margin-bottom: 9vw;
  }
}
.result__total {
  border: solid 15px #dedede;
  background-color: #fff;
  padding: 50px 100px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 80px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .result__total {
    padding: 25px 50px;
  }
}
@media screen and (max-width: 1024px) {
  .result__total {
    margin-bottom: 40px;
  }
}
.result__total::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 33%;
  height: auto;
  background: url(../img/diagnosis-result_woman.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: -5%;
  bottom: -5%;
  z-index: 1;
}

.result__total__score p {
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  color: var(--txt-color);
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .result__total__score p {
    font-size: clamp(12px, 1.7rem, 1.7rem);
  }
}
.result__total__score p span {
  font-size: 6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  color: var(--txt-color);
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .result__total__score p span {
    font-size: clamp(12px, 3rem, 3rem);
  }
}
.result__total__rank p {
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  color: var(--txt-color);
  text-align: center;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .result__total__rank p {
    font-size: clamp(12px, 1.7rem, 1.7rem);
  }
}
.result__total__rank p span {
  font-size: 8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  color: var(--txt-color);
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .result__total__rank p span {
    font-size: clamp(12px, 4rem, 4rem);
  }
}
.result .comment {
  width: 80%;
  background-color: #fff;
  padding: 60px 8%;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .result .comment {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .result .comment {
    padding: 30px 8%;
  }
}
.result .comment::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 15%;
  height: auto;
  background: url(../img/diagnosis-result_comment.png) no-repeat;
  background: url(../img/diagnosis_result_icon.png) no-repeat;
  background-size: contain;
  background-position: bottom right;
  position: absolute;
  right: 0;
  top: -2vw;
  z-index: 1;
}

.result .comment::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 20%;
  height: auto;
  background: url(../img/diagnosis-result_comment_man.png) no-repeat;
  background-size: contain;
  background-position: bottom right;
  position: absolute;
  left: -12%;
  bottom: -6vw;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .result .comment::after {
    left: -11%;
    bottom: -11vw;
  }
}
.result .cat__score {
  width: 80%;
  margin: auto;
  margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .result .cat__score {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .result .cat__score {
    width: 90%;
  }
}
.result .categoryScore__list li {
  list-style: disc;
  list-style-position: inside;
  font-weight: bold;
}

.result #ctaArea p {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .result #ctaArea p {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
@media screen and (max-width: 1024px) {
  .result #ctaArea p {
    margin-bottom: 15px;
  }
}
.result #ctaArea p::before,
.result #ctaArea p::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  top: -5vw;
  width: 3px;
  height: 30px;
  border-radius: 10px;
  background-color: #000;
}

@media screen and (max-width: 1024px) {
  .result #ctaArea p::before,
  .result #ctaArea p::after {
    height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .result #ctaArea p::before,
  .result #ctaArea p::after {
    display: none;
  }
}
.result #ctaArea p::before {
  left: -30px;
  transform: rotate(-45deg);
}

@media screen and (max-width: 1024px) {
  .result #ctaArea p::before {
    left: -15px;
  }
}
.result #ctaArea p::after {
  right: -30px;
  transform: rotate(45deg);
}

@media screen and (max-width: 1024px) {
  .result #ctaArea p::after {
    right: -15px;
  }
}
.result #ctaArea .img {
  margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .result #ctaArea .img {
    margin-bottom: 30px;
  }
}
.result #ctaArea .img img {
  width: 40%;
  margin: auto;
}

.result #ctaArea .cta-button {
  max-width: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 3rem;
  letter-spacing: 0.1em;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: bold;
  padding: 30px 60px;
  background-size: auto auto;
  background-color: rgb(31, 31, 31);
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 10px,
    rgb(37, 36, 36) 10px,
    rgb(37, 36, 36) 20px
  );
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .result #ctaArea .cta-button {
    max-width: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .result #ctaArea .cta-button {
    gap: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .result #ctaArea .cta-button {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
@media screen and (max-width: 1024px) {
  .result #ctaArea .cta-button {
    padding: 15px 30px;
  }
}
.result #ctaArea .cta-button .cta-icon {
  aspect-ratio: 1;
  width: 30px;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .result #ctaArea .cta-button .cta-icon {
    width: 15px;
  }
}
.result #ctaArea .cta-button .cta-icon path {
  fill: #fff;
}

.result #ctaArea .cta-button:hover {
  border-bottom-width: 1px;
  transform: translateY(1px);
  background-color: #fff;
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 10px,
    #def1fa 10px,
    #def1fa 20px
  );
  color: #78a6d9;
}

.result #ctaArea .cta-button:hover .cta-icon path {
  fill: #78a6d9;
}

/*===================================================

スタート画面

====================================================*/
main.meo-diagnosis {
  background-color: #eff8fa;
  position: relative;
  overflow: hidden;
}

#startScreen {
  padding: 100px 15px 100px;
  background-image: url(/wp-content/uploads/2025/07/meo-diagnosis-bg-illust01.png),
    url(/wp-content/uploads/2025/07/meo-diagnosis-bg-illust02.png);
  background-repeat: no-repeat;
  background-size: 300px auto;
  background-position: left 100px bottom, right 100px bottom;
  position: relative;
  z-index: 1;
}

.start-head {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #1161bf;
  margin-bottom: 40px;
}

.start-lead {
  color: #173558;
  max-width: 800px;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.75em;
  margin-bottom: 60px;
}

.start-ttl {
  max-width: 500px;
  margin: 0 auto 40px;
}

.start-btn {
  display: block;
  padding: 10px 40px;
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.75em;
  color: #fff;
  background-color: var(--orange);
  border: solid 4px var(--orange);
  border-radius: 10px;
  margin: auto;
  position: relative;
}
.start-btn::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/diabosis_icon_start01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 64px;
  height: auto;
  position: absolute;
  top: -30px;
  right: -40px;
  z-index: 1;
  transform: rotate(0deg);
  transition: all 0.3s;
}
.start-btn:hover {
  background-color: #fff;
  color: var(--orange);
  cursor: pointer !important;
}
.start-btn:hover::before {
  transform: rotate(5deg);
  transition: all 0.3s;
}

input[type="radio"]:checked:before {
  background-color: var(--blue);
}

.toResult_btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 40px;
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.75em;
  color: #fff;
  background-color: var(--blue);
  border: solid 2px var(--blue);
  border-radius: 10px;
  margin: auto;
}
.toResult_btn:hover {
  background-color: #fff;
  color: var(--blue);
  cursor: pointer !important;
}
.toResult_btn:hover i {
  color: var(--blue);
}
.earth {
  position: absolute;
  left: 0;
  right: 0;
  width: 450px;
  height: auto;
  top: 40px;
  margin: 0 auto;
  z-index: -1;
  opacity: 0.7;
  animation: rotate 40s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 1200px) {
  #startScreen {
    background-size: 200px auto;
    background-position: left 100px bottom, right 100px bottom;
  }
}

@media screen and (max-width: 1024px) {
  #startScreen {
    padding: 70px 15px 70px;
    background-size: 140px auto;
    background-position: left 20px bottom, right 20px bottom;
  }

  .start-ttl {
    max-width: 200px;
    margin: 0 auto 30px;
  }

  .start-head {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .start-lead {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }

  .earth {
    width: 270px;
  }
}

@media screen and (max-width: 600px) {
  #startScreen {
    padding: 70px 15px 120px;
    background-size: 90px auto;
    background-position: left 20px bottom, right 20px bottom;
  }

  .start-lead {
    text-align: left;
  }
}

.fix-meo-bnr-wrap {
  position: fixed;
  width: 400px;
  bottom: 120px;
  right: 40px;
  z-index: 100;
}

.fix-meo-bnr {
  position: relative;
}

.fix-meo-bnr .link img {
  transition-duration: 0.3s;
}

.fix-meo-bnr .link img:hover {
  opacity: 0.7;
}

.fix-meo-bnr-close {
  position: absolute;
  top: -30px;
  width: 30px;
  right: 0;
}

.fix-meo-bnr-close:hover {
  cursor: pointer;
}

.sp-meo-bnr {
  display: none;
}

@media screen and (max-width: 1024px) {
  .fix-meo-bnr-wrap {
    position: fixed;
    width: 250px;
    bottom: 80px;
    right: 20px;
    z-index: 100;
  }
}

@media screen and (max-width: 600px) {
  .fix-meo-bnr-wrap {
    width: 280px;
    bottom: 65px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .sp-meo-bnr {
    display: block;
  }

  .pc-meo-bnr {
    display: none;
  }

  .fix-meo-bnr-close {
    top: -20px;
    width: 20px;
  }
}
