.footer-structure{
	display: none;
}

.screen {
  min-height: 1420px;
  background: linear-gradient(0deg, #cee4f2 0%, white 100%);
  position: relative;
  z-index: 0;
  padding-top: 230px;
}

.screen:before {
  content: '';
  background-image: url("../img/diagnosis/bg2@2x.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.screen .logo-screen {
  width: 384px;
  margin: 0 auto 35px;
}

.screen h3 {
  text-align: center;
  margin-bottom: 63px;
}

.screen h3 .eng {
  display: block;
  color: #005e36;
  opacity: 0.1;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.09em;
  margin-bottom: 34px;
}

.screen h3 .ja {
  display: block;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.4;
}

.screen-1 {
  height: 1415px;
  background-image: url("../img/diagnosis/bg1@2x.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 20% 0%;
  text-align: center;
  padding-top: 485px;
  color: #000;
  display: block;
}

.screen-1 .box {
  display: none;
}

.screen-1 h2 {
  font-size: 66px;
  line-height: 1.35;
  margin-bottom: 39px;
}

.screen-1 h2 span {
  font-size: 94px;
}

.screen-1 .txt {
  font-size: 26px;
  line-height: 44px;
  margin-bottom: 105px;
}

.screen-1 .q0-radio {
  max-width: 597px;
  width: 100%;
  margin: 0 auto;
}

.screen-1 .q0-radio input {
  display: none;
}

.screen-1 .q0-radio span {
  display: block;
  background: #002a70;
  border-radius: 10px;
  color: #fff;
  font-size: 33px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.15em;
  position: relative;
  padding: 24px 0 32px;
  cursor: pointer;
}

.screen-1 .q0-radio span:after {
  content: '';
  width: 37px;
  background-image: url("../img/shared/icon_right3@2x.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
}

.screen-1 .q0-radio span small {
  display: block;
  font-size: 23px;
  margin-bottom: 4px;
}

.screen-1 .q0-radio span:hover {
  animation: shine 1s;
}

@keyframes shine {
  0% {
    background: #002a70;
  }
  10% {
    background: #005dad;
  }
  100% {
    background: #002a70;
  }
}

.screen-2 .form-step {
  display: none;
}

.screen-2 .form-step.active {
  display: block;
}

.screen-3 {
  display: grid;
}

.screen-3 .wrap {
  margin: auto;
  margin-top: 80px;
}

.screen-3 .step-close {
  color: #737276;
  position: absolute;
  top: -80px;
  right: 0;
}

.screen-4 {
  padding-bottom: 117px;
}

.screen-4 .logo-screen {
  margin-bottom: 24px;
}

.screen-4 .result-title {
  font-size: 55px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  margin-bottom: 89px;
}

.screen-4 .result-box {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  padding: 40px 40px 70px;
  margin-bottom: 85px;
}

.screen-4 .result-box .medal {
  width: 193px;
  margin: 0 auto 13px;
}

.screen-4 .result-box .boxs {
  max-width: 956px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.screen-4 .result-box .boxs.box1 {
  padding: 75px 30px 73px;
  margin-bottom: 3px;
}

.screen-4 .result-box .boxs.box1 .boxs-ttl {
  font-size: 48px;
  line-height: 1.4;
  letter-spacing: 0.3em;
  margin-bottom: 9px;
}

.screen-4 .result-box .boxs.box1 .boxs-txt {
  font-size: 18px;
  line-height: 31px;
}

.screen-4 .result-box .boxs.box2 {
  padding: 61px 30px 73px;
  margin-bottom: 72px;
}

.screen-4 .result-box .boxs.box2 .boxs-ttl {
  font-size: 33px;
  line-height: 1.4;
  letter-spacing: 0.23em;
  margin-bottom: 6px;
}

.screen-4 .result-box .boxs.box2 .boxs-txt {
  font-size: 14px;
  line-height: 22px;
}

.screen-4 .result-box .boxs-plus {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 22px;
}

.diagnosis {
  position: relative;
}

.diagnosis .box {
  max-width: 715px;
  margin: 0 auto 38px;
  position: relative;
  color: #595757;
}

.diagnosis .process,
.diagnosis .loading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
}

.diagnosis .process-bar,
.diagnosis .loading-bar {
  width: 655px;
  height: 20px;
  border-radius: 30px;
  background-color: #c6c3c3;
  overflow: hidden;
}

.diagnosis .process-active,
.diagnosis .loading-active {
  display: block;
  height: 100%;
  background-color: #246bac;
  transition: width 0.5s ease;
}

.diagnosis .process-percent,
.diagnosis .loading-percent {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}

.diagnosis .step-nav {
  padding-top: 50px;
}

.diagnosis .step-close {
  color: inherit;
  background: transparent;
  border: 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  right: 3px;
  cursor: pointer;
}

.diagnosis .btn-prev {
  color: inherit;
  background: transparent;
  border: 0;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 26px;
  cursor: pointer;
  margin-left: 15px;
}

.diagnosis .btn-next {
  display: block;
  width: 254px;
  height: 46px;
  background-color: #246bac;
  color: #fff;
  border: 0;
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.12em;
  border-radius: 50px;
  position: relative;
  margin: 0 auto;
  transition: all 0.3s;
  cursor: pointer;
}

.diagnosis .btn-next:after {
  content: '';
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #246bac;
  border-style: solid;
  position: absolute;
  top: calc(50% - 8px);
  right: 15px;
}

.diagnosis .btn-next:hover {
  opacity: 0.7;
}

.diagnosis .radio-group {
  max-width: 816px;
  width: 100%;
  margin: 0 auto;
}

.diagnosis .radio-group input {
  display: none;
}

.diagnosis .radio-group .wpcf7-list-item {
  margin-bottom: 35px;
  display: block;
  position: relative;
}

.diagnosis .radio-group .wpcf7-list-item:after {
  content: '';
  width: 37px;
  background-image: url("../img/shared/icon_right5@2x.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 33px;
}

.diagnosis .result-preview .in {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 650px;
  background-image: linear-gradient(to bottom, #e1e6e9, #d1e9f5);
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.15);
  border-radius: 24px;
  padding: 0 45px;
}

.diagnosis .result-preview .loading-ttl {
  color: #595757;
  font-weight: 700;
  font-size: 92px;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
}

.diagnosis .result-preview .loading {
  max-width: 760px;
  margin: 0 auto 60px;
}

.diagnosis .result-preview .note {
  color: #231815;
  font-size: 26px;
  line-height: 44px;
}

.diagnosis .result-text {
  color: #231815;
  background-color: #fff;
  border: 1px solid #231815;
  line-height: 32px;
  box-sizing: border-box;
  padding: 15px;
}

.diagnosis .result-text .sim-desc a {
  text-decoration: underline;
}

.diagnosis .result-text .sim-desc a:hover {
  text-decoration: none;
}

.diagnosis .result-text hr {
  border-top: 1px solid #231815;
  margin: 15px 0;
}

.diagnosis .result-text .sim-answers {
  white-space: pre-wrap;
}

.diagnosis [class*="screen-"] {
  display: none;
  width: 100%;
}

.diagnosis .form-step:not([data-step="0"], .mailform) .input .item + .item {
  margin-top: 15px;
}

.diagnosis .form-step:not([data-step="0"], .mailform) .wpcf7-not-valid-tip {
  display: none;
}

.diagnosis .form-step:not([data-step="0"], .mailform) .wpcf7-checkbox,
.diagnosis .form-step:not([data-step="0"], .mailform) .wpcf7-radio {
  gap: 16px;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.03em;
  line-height: 44px;
  color: #595757;
}

.diagnosis .form-step:not([data-step="0"], .mailform) .wpcf7-checkbox label,
.diagnosis .form-step:not([data-step="0"], .mailform) .wpcf7-radio label {
  display: block;
  cursor: pointer;
}

.diagnosis .form-step:not([data-step="0"], .mailform) .wpcf7-checkbox .wpcf7-list-item-label,
.diagnosis .form-step:not([data-step="0"], .mailform) .wpcf7-radio .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  background-color: #fff;
  width: 100%;
  height: 120px;
  padding: 0 50px 0 100px;
  box-sizing: border-box;
  transition: all 0.3s;
  border-radius: 5px;
}

.diagnosis .form-step:not([data-step="0"], .mailform) .wpcf7-checkbox .wpcf7-list-item-label {
  grid-template-columns: 36px 1fr;
  gap: 30px;
}

.diagnosis .form-step:not([data-step="0"], .mailform) .wpcf7-checkbox .wpcf7-list-item-label:before,
.diagnosis .form-step:not([data-step="0"], .mailform) .wpcf7-checkbox .wpcf7-list-item-label:after {
  border-radius: 50%;
  margin: auto;
}

.diagnosis .form-step:not([data-step="0"], .mailform) .wpcf7-checkbox .wpcf7-list-item-label:before {
  width: 36px;
  height: 36px;
}

.diagnosis .form-step:not([data-step="0"], .mailform) .wpcf7-checkbox .wpcf7-list-item-label:after {
  background: #246bac;
  width: 24px;
  height: 24px;
}

.diagnosis .form-step:not([data-step="0"], .mailform) .wpcf7-radio .wpcf7-list-item-label {
  grid-template-columns: 1fr;
  gap: 0;
}

.diagnosis .form-step:not([data-step="0"], .mailform) .wpcf7-radio .wpcf7-list-item-label:before,
.diagnosis .form-step:not([data-step="0"], .mailform) .wpcf7-radio .wpcf7-list-item-label:after {
  display: none;
}

.diagnosis .form-step:not([data-step="0"], .mailform) .wpcf7-radio .wpcf7-list-item-label:hover {
  background-color: #f4f4f4;
}

.diagnosis .form-step:not([data-step="0"], .mailform) .wpcf7-radio input:checked + .wpcf7-list-item-label {
  background-color: #f4f4f4;
}

.diagnosis .form-step:not([data-step="0"], .mailform) .select + .select {
  margin-top: 15px;
}

.diagnosis .form-step:not([data-step="0"], .mailform) .select .wpcf7-form-control-wrap:after {
  content: '';
  width: 0;
  height: 0;
  background: transparent;
  border-width: 14px 10px 0 10px;
  border-color: #6d6e71 transparent transparent transparent;
  border-style: solid;
  position: absolute;
  top: 50px;
  right: 40px;
}

.diagnosis .form-step:not([data-step="0"], .mailform) .select select {
  height: 108px;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.15em;
  padding: 0 70px;
  border: 0;
}

.diagnosis .form-step:not([data-step="0"], .mailform) .rank div {
  display: grid;
  grid-template-columns: 120px 1fr;
}

.diagnosis .form-step:not([data-step="0"], .mailform) .rank div:not(:last-child) {
  margin-bottom: 16px;
}

.diagnosis .form-step:not([data-step="0"], .mailform) .rank .cap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 108px;
  background-color: #246bac;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.15em;
}

.diagnosis .form-step:not([data-step="0"], .mailform) .rank .cap span {
  font-size: 40px;
}

@media screen and (max-width: 1180px) {
  .screen-1 h2 {
    font-size: 64px;
  }
}

@media screen and (max-width: 1080px) {
  .screen-1 h2 {
    font-size: 58px;
  }
}

@media screen and (max-width: 980px) {
  .screen h3 .eng {
    font-size: 50px;
  }
  .screen h3 .ja {
    font-size: 33px;
  }
  .screen-1 h2 {
    font-size: 45px;
  }
  .screen-1 .txt {
    font-size: 23px;
  }
  .screen-4 .result-title {
    font-size: 50px;
  }
  .screen-4 .result-box {
    padding: 40px 30px 70px;
  }
  .screen-4 .result-box .boxs.box1 {
    padding: 75px 20px 73px;
  }
  .screen-4 .result-box .boxs.box2 {
    padding: 60px 20px 70px;
  }
  .diagnosis .form-step:not([data-step="0"], .mailform) .wpcf7-checkbox, .diagnosis .form-step:not([data-step="0"], .mailform) .wpcf7-radio {
    font-size: 27px;
  }
  .diagnosis .form-step:not([data-step="0"], .mailform) .wpcf7-checkbox .wpcf7-list-item-label, .diagnosis .form-step:not([data-step="0"], .mailform) .wpcf7-radio .wpcf7-list-item-label {
    padding: 0 50px 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .screen {
    min-height: 100vh;
    padding-top: 70px;
  }
  .screen .logo-screen {
    width: 150px;
    margin-bottom: 20px;
  }
  .screen h3 {
    margin-bottom: 7vw;
  }
  .screen h3 .eng {
    font-size: 6.3vw;
    margin-bottom: 4vw;
  }
  .screen h3 .ja {
    font-size: 4.1vw;
  }
  .screen-1 {
    height: 172vw;
    background-image: url("../img/diagnosis/bg1_sp@2x.jpg");
    background-position: 50%;
    padding-top: 37vw;
  }
  .screen-1 h2 {
    font-size: 8.8vw;
    line-height: 1.23;
    margin-bottom: 6vw;
  }
  .screen-1 h2 span {
    font-size: 12.5vw;
  }
  .screen-1 .txt {
    font-size: 13px;
    line-height: 22px;
    font-weight: 700;
    max-width: 312px;
    width: 100%;
    margin: 0 auto 14vw;
  }
  .screen-1 .q0-radio {
    max-width: 320px;
    width: 90%;
  }
  .screen-1 .q0-radio span {
    border-radius: 5px;
    font-size: 18px;
    line-height: 20px;
    padding: 10px 0 14px;
  }
  .screen-1 .q0-radio span:after {
    width: 20px;
    right: 25px;
  }
  .screen-1 .q0-radio span small {
    font-size: 12px;
    margin-bottom: 0px;
  }
  .screen-3 .wrap {
    margin-top: 0;
  }
  .screen-4 {
    padding-bottom: 10vw;
  }
  .screen-4 .result-title {
    font-size: 6vw;
    margin-bottom: 12vw;
  }
  .screen-4 .result-box {
    padding: 4.5vw 4vw 9.6vw;
    margin-bottom: 11vw;
    border-radius: 4vw;
  }
  .screen-4 .result-box .medal {
    width: 25.7vw;
    margin-bottom: 2vw;
  }
  .screen-4 .result-box .boxs.box1 {
    padding: 7vw 4vw 6vw;
    border-radius: 3vw;
    margin-bottom: 3vw;
  }
  .screen-4 .result-box .boxs.box1 .boxs-ttl {
    font-size: 6.4vw;
    letter-spacing: 0.12em;
    margin-bottom: 3vw;
  }
  .screen-4 .result-box .boxs.box1 .boxs-txt {
    font-size: 13px;
    line-height: 18px;
  }
  .screen-4 .result-box .boxs.box2 {
    padding: 7vw 4vw 6vw;
    border-radius: 3vw;
    margin-bottom: 10vw;
  }
  .screen-4 .result-box .boxs.box2 .boxs-ttl {
    font-size: 4.4vw;
    margin-bottom: 1vw;
  }
  .screen-4 .result-box .boxs.box2 .boxs-txt {
    font-size: 13px;
    line-height: 18px;
  }
  .screen-4 .result-box .boxs-plus {
    font-size: 8.5vw;
    margin-bottom: 3vw;
  }
  .screen-4 .result-box .btn-common {
    margin: 0 -2vw;
  }
  .screen-4 #banner-contact {
    padding: 0;
  }
  .diagnosis .box {
    margin-bottom: 16vw;
  }
  .diagnosis .btn-prev {
    font-size: 10px;
    line-height: 18px;
    margin-left: 0;
  }
  .diagnosis .process,
  .diagnosis .loading {
    margin-top: 0;
  }
  .diagnosis .process-bar,
  .diagnosis .loading-bar {
    height: 9px;
  }
  .diagnosis .process-percent,
  .diagnosis .loading-percent {
    font-size: 10px;
    line-height: 18px;
  }
  .diagnosis .step-close {
    font-size: 15px;
    top: 3px;
  }
  .diagnosis .radio-group .wpcf7-list-item:after {
    width: 4vw;
    right: 3vw;
  }
  .diagnosis .result-preview {
    height: calc(100vh - 300px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .diagnosis .result-preview .loading-ttl {
    font-size: 12.3vw;
    margin-bottom: 5vw;
  }
  .diagnosis .result-preview .loading {
    margin-bottom: 7vw;
  }
  .diagnosis .result-preview .note {
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
  }
  .diagnosis .radio-group .wpcf7-list-item {
    margin-bottom: 3.7vw;
  }
  .diagnosis .form-step:not([data-step="0"], .mailform) .wpcf7-checkbox, .diagnosis .form-step:not([data-step="0"], .mailform) .wpcf7-radio {
    font-size: 3.6vw;
    line-height: 5vw;
    letter-spacing: 0;
  }
  .diagnosis .form-step:not([data-step="0"], .mailform) .wpcf7-checkbox .wpcf7-list-item-label, .diagnosis .form-step:not([data-step="0"], .mailform) .wpcf7-radio .wpcf7-list-item-label {
    padding: 0 4vw;
    height: 12.4vw;
  }
}
