@charset "UTF-8";
/*!
global > font
------------------------------
*/
.l-diagnosis-footer__copyright {
  font-family: "Ubuntu", sans-serif;
}

.p-diagnosis {
  font-family: "Zen Maru Gothic", sans-serif;
}

html:has(.--mainboard.is-open) .l-diagnosis-header {
  display: none;
}

.l-diagnosis-header {
  position: absolute;
  z-index: 1000;
  top: 17px;
  left: 17px;
}
.l-diagnosis-header__logo {
  width: 133px;
  display: flex;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.16));
}
.l-diagnosis-header__logo img {
  width: 100%;
  display: block;
}

.l-diagnosis-footer__copyright {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 20px;
}

.p-diagnosis {
  font-weight: 700;
  position: relative;
}
.p-diagnosis-heading {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-direction: column;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4583333333;
  text-align: center;
  color: #e40c1c;
}
.p-diagnosis-heading .jp {
  font-size: 1.375rem;
  letter-spacing: 0.1em;
}
.p-diagnosis-slogan {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4545454545;
  text-align: center;
  color: #e40c1c;
  display: inline-block;
  position: relative;
  margin-top: 10px;
}
.p-diagnosis-slogan::before {
  content: "";
  width: 20px;
  aspect-ratio: 1.303030303;
  background-image: url("./../images/diagnosis/icon_quote.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  left: -17px;
}
.p-diagnosis-slogan-mark {
  position: relative;
  display: block;
  margin-inline: -10px;
}
.p-diagnosis-slogan-mark::before {
  content: "";
  width: 20px;
  aspect-ratio: 1.303030303;
  background-image: url("./../images/diagnosis/icon_quote.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: -10px;
  bottom: 0;
  scale: -1;
}
.p-diagnosis-slogan-mark::after {
  content: "です！";
  position: absolute;
  right: 50%;
  bottom: -2px;
  translate: 50% 100%;
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: #190002;
}
.p-diagnosis-btn {
  width: 288px;
  min-height: 63px;
  background-color: #e40c1c;
  border: 2px solid #e40c1c;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 4px 10px 5px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.0909090909;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
.p-diagnosis-btn.--arrow {
  font-size: 1.125rem;
  padding-right: 40px;
}
.p-diagnosis-btn.--arrow::after {
  content: "";
  width: 27px;
  aspect-ratio: 1;
  background-color: currentColor;
  -webkit-mask-image: url("./../images/diagnosis/icon_arrow.svg");
  mask-image: url("./../images/diagnosis/icon_arrow.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  translate: 0 -50%;
}
.p-diagnosis-fill {
  background-image: linear-gradient(45deg, #f7cbf7, #ffabab);
  position: fixed;
  z-index: -1;
  inset: 0;
  opacity: 0.26;
}
.p-diagnosis-flow {
  padding-inline: 20px;
}
.p-diagnosis-screen {
  --background-top: 0px;
  --background-left: 0px;
  width: 100%;
  min-height: 668px;
  display: none;
  position: relative;
  padding-block: 56px;
}
.p-diagnosis-screen.is-open {
  display: block;
}
.p-diagnosis-screen.--mainboard {
  --background-width: 603;
  --background-height: 584;
  --background-image: url("./../images/diagnosis/bg_01.webp");
  --background-top: 45px;
  --background-left: -61px;
  padding-top: 81px;
}
.p-diagnosis-screen.--short-break, .p-diagnosis-screen.--question {
  --background-width: 492;
  --background-height: 556;
  --background-image: url("./../images/diagnosis/bg_02.webp");
  --background-top: 59px;
  --background-left: -13px;
  padding-top: 79px;
}
.p-diagnosis-screen.--result {
  --background-width: 492;
  --background-height: 556;
  --background-image: url("./../images/diagnosis/bg_02.webp");
  --background-top: 60px;
  --background-left: -14px;
  padding-top: 99px;
  padding-bottom: 84px;
}
.p-diagnosis-screen::before {
  content: "";
  width: calc(var(--background-width) * 1px);
  aspect-ratio: calc(var(--background-width) / var(--background-height));
  background-image: var(--background-image);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  top: var(--background-top);
  left: calc(50% - var(--background-left));
  translate: -50% 0;
  pointer-events: none;
}

@keyframes turnon {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes turnof {
  0% {
    transform: scale(1);
    position: absolute;
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0;
  }
}
.p-diagnosis-mainboard {
  width: 100%;
  position: relative;
  z-index: 0;
  display: none;
}
.p-diagnosis-mainboard.is-open {
  display: block;
  animation: turnon 1s ease-out 0s 1 normal forwards;
}
.p-diagnosis-mainboard__shape {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.p-diagnosis-mainboard__shape .shape {
  --width: 0px;
  --top: 0;
  --left: 0;
  width: calc(var(--width) * 1px);
  position: absolute;
  top: var(--top);
  left: var(--left);
  translate: -50% -50%;
}
.p-diagnosis-mainboard__shape .shape:nth-child(1) {
  --width: 209;
  --top: 110px;
  --left: -20px;
}
.p-diagnosis-mainboard__shape .shape:nth-child(2) {
  --width: 0;
  --top: 0;
  --left: 0;
  display: none;
}
.p-diagnosis-mainboard__shape .shape:nth-child(3) {
  --width: 57;
  --top: 93.2%;
  --left: 96.7%;
}
.p-diagnosis-mainboard__shape .shape:nth-child(4) {
  --width: 62;
  --top: 369px;
  --left: 100.2%;
}
.p-diagnosis-mainboard__shape .shape:nth-child(5) {
  --width: 88;
  --top: 178px;
  --left: 83%;
}
.p-diagnosis-mainboard__shape .shape:nth-child(6) {
  --width: 0px;
  --top: 0;
  --left: 0;
  display: none;
}
.p-diagnosis-mainboard__shape .shape img {
  width: 100%;
  display: block;
}
.p-diagnosis-mainboard__photo {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.p-diagnosis-mainboard__photo .photo {
  --width: 0px;
  --top: 0;
  --left: 0;
  --translate: -50% -50%;
  width: calc(var(--width) * 1px);
  position: absolute;
  top: var(--top);
  left: var(--left);
  translate: var(--translate);
}
.p-diagnosis-mainboard__photo .photo:nth-child(1) {
  --width: 140;
  --top: 50px;
  --left: 15px;
}
.p-diagnosis-mainboard__photo .photo:nth-child(2) {
  --width: 112;
  --top: 52px;
  --left: 89%;
}
.p-diagnosis-mainboard__photo .photo:nth-child(3) {
  --width: 99;
  --top: 219px;
  --left: 22px;
}
.p-diagnosis-mainboard__photo .photo:nth-child(4) {
  --width: 107;
  --top: 350px;
  --left: 25px;
}
.p-diagnosis-mainboard__photo .photo:nth-child(5) {
  --width: 150;
  --top: 276px;
  --left: 96.4%;
}
.p-diagnosis-mainboard__photo .photo img {
  width: 100%;
  display: block;
}
.p-diagnosis-mainboard__lead {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-diagnosis-mainboard__heading {
  width: 210.85px;
  max-width: 80%;
  margin-inline: auto;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.16));
  position: relative;
  left: 2px;
  margin-top: 13px;
}
.p-diagnosis-mainboard__heading img {
  width: 100%;
  display: block;
}
.p-diagnosis-mainboard__intro {
  font-size: 0.875rem;
  line-height: 1.9;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 28px;
}
.p-diagnosis-mainboard__intro span {
  font-size: 1.25rem;
  position: relative;
  z-index: 0;
}
.p-diagnosis-mainboard__intro span::after {
  content: "";
  width: 100%;
  height: 12px;
  background-color: #ffee00;
  border-radius: 99px;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  opacity: 0.22;
}
.p-diagnosis-mainboard__txt {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2.2857142857;
  text-align: center;
  position: relative;
  left: 8px;
  margin-top: 45px;
}
.p-diagnosis-mainboard__txt span {
  position: relative;
  z-index: 0;
  color: #fff;
}
.p-diagnosis-mainboard__txt span:nth-child(1) {
  margin-right: 0.6em;
}
.p-diagnosis-mainboard__txt span:nth-child(2) {
  margin-inline: 0.6em 0.5em;
}
.p-diagnosis-mainboard__txt span::after {
  content: "";
  width: 34px;
  aspect-ratio: 1;
  background-color: #ff9292;
  border-radius: 99px;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.p-diagnosis-mainboard__more {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}
.p-diagnosis-mainboard__more-txt {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #e40c1c;
}
.p-diagnosis-mainboard__more-txt::after, .p-diagnosis-mainboard__more-txt::before {
  content: "";
  width: 2px;
  height: 25px;
  background-color: currentColor;
  position: relative;
  top: 0.7em;
  display: inline-block;
  margin-inline: 12px;
}
.p-diagnosis-mainboard__more-txt::before {
  rotate: -29deg;
}
.p-diagnosis-mainboard__more-txt::after {
  rotate: 29deg;
}
.p-diagnosis-mainboard__more .p-diagnosis-btn {
  width: 276px;
}

.p-diagnosis-question {
  --photo-width: 0;
  --photo-left: 0;
  --photo-top: 0;
  --grid-margin-top: 0px;
  width: 100%;
  position: relative;
  z-index: 0;
  display: none;
}
.p-diagnosis-question.is-open {
  display: block;
  animation: turnon 1s ease-out 0s 1 normal forwards;
}
.p-diagnosis-question__shape {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.p-diagnosis-question__shape .shape {
  --width: 0px;
  --top: 0;
  --left: 0;
  width: calc(var(--width) * 1px);
  position: absolute;
  top: var(--top);
  left: var(--left);
  translate: -50% -50%;
}
.p-diagnosis-question__shape .shape:nth-child(1) {
  --width: 85.83;
  --top: 115px;
  --left: -14px;
}
.p-diagnosis-question__shape .shape:nth-child(2) {
  --width: 116;
  --top: 25px;
  --left: 90.9%;
}
.p-diagnosis-question__shape .shape:nth-child(3) {
  display: none;
}
.p-diagnosis-question__shape .shape:nth-child(4) {
  --width: 104;
  --top: 97.7%;
  --left: 36px;
}
.p-diagnosis-question__shape .shape:nth-child(5) {
  --width: 57;
  --top: 93.3%;
  --left: 96.5%;
}
.p-diagnosis-question__shape .shape img {
  width: 100%;
  display: block;
}
.p-diagnosis-question__grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin-top: 17px;
}
.p-diagnosis-question__photo {
  width: 293px;
  margin-inline: auto;
}
.p-diagnosis-question__photo-img {
  width: 100%;
  max-width: 100%;
  position: relative;
  top: var(--photo-top);
  left: var(--photo-left);
}
.p-diagnosis-question__photo-img img {
  width: 100%;
  display: block;
}
.p-diagnosis-question__content {
  width: 420px;
  max-width: 100%;
  margin-top: 28px;
  margin-inline: auto;
  padding-left: 8px;
}
.p-diagnosis-question__txt {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
}
.p-diagnosis-question__choice {
  max-width: 420px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-top: 42px;
  margin-inline: auto;
}
.p-diagnosis-question__choice .p-diagnosis-btn {
  width: 140px;
  min-height: 48px;
  font-size: 1.125rem;
}
.p-diagnosis-question__back {
  display: flex;
  justify-content: center;
  margin-top: 46px;
}
.p-diagnosis-question__back-btn {
  width: 156px;
  height: 36px;
  background-color: #ebd374;
  border: 2px solid #ebd374;
  border-radius: 99px;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
  padding-left: 34px;
}
.p-diagnosis-question__back-btn::after {
  content: "";
  width: 14px;
  aspect-ratio: 1;
  background-color: currentColor;
  -webkit-mask-image: url("./../images/diagnosis/icon_arrow.svg");
  mask-image: url("./../images/diagnosis/icon_arrow.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 12px;
  scale: -1 1;
  translate: 0 -50%;
}

#question_01 {
  --photo-width: 536.24;
}

#question_02 {
  --photo-width: 380.41;
}

#question_03 {
  --photo-width: 424.22;
}

#question_04 {
  --photo-width: 456.94;
}

#question_05 {
  --photo-width: 436.12;
}

#question_06 {
  --photo-width: 306.2;
}

#question_07 {
  --photo-width: 387.23;
}

#question_08 {
  --photo-width: 483.46;
}

#question_09 {
  --photo-width: 382.32;
}

#question_10 {
  --photo-width: 439.02;
}

.p-diagnosis-short-break {
  --photo-width: 0;
  --photo-left: 0;
  --photo-top: 0;
  --grid-margin-top: 0px;
  width: 100%;
  position: relative;
  z-index: 0;
  display: none;
}
.p-diagnosis-short-break.is-open {
  display: block;
  animation: turnon 1s ease-out 0s 1 normal forwards;
}
.p-diagnosis-short-break__shape {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.p-diagnosis-short-break__shape .shape {
  --width: 0px;
  --top: 0;
  --left: 0;
  width: var(--width);
  max-width: var(--width);
  position: absolute;
  top: var(--top);
  left: var(--left);
  translate: -50% -50%;
}
.p-diagnosis-short-break__shape .shape:nth-child(1) {
  --width: 0px;
  --top: 0;
  --left: 0;
}
.p-diagnosis-short-break__shape .shape:nth-child(2) {
  --width: 0px;
  --top: 0;
  --left: 0;
}
.p-diagnosis-short-break__shape .shape:nth-child(3) {
  --width: 0px;
  --top: 0;
  --left: 0;
}
.p-diagnosis-short-break__shape .shape:nth-child(4) {
  --width: 0px;
  --top: 0;
  --left: 0;
}
.p-diagnosis-short-break__shape .shape:nth-child(5) {
  --width: 0px;
  --top: 0;
  --left: 0;
}
.p-diagnosis-short-break__shape .shape img {
  width: 100%;
  display: block;
}
.p-diagnosis-short-break__grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin-top: 17px;
}
.p-diagnosis-short-break__photo {
  width: 140px;
  display: flex;
  justify-content: center;
  margin-inline: auto;
}
.p-diagnosis-short-break__photo-img {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.p-diagnosis-short-break__content {
  width: 420px;
  max-width: 100%;
  margin-top: 28px;
  margin-inline: auto;
}
.p-diagnosis-short-break__txt {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.72;
  letter-spacing: 0.1em;
}
.p-diagnosis-short-break__txt + .p-diagnosis-short-break__txt {
  margin-top: 24px;
}
.p-diagnosis-short-break__choice {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 42px;
}
.p-diagnosis-short-break__choice .p-diagnosis-btn {
  min-height: 56px;
  letter-spacing: 0.2em;
}

.p-diagnosis-result {
  --photo-width: 0;
  --photo-translate: 0 0;
  width: 100%;
  position: relative;
  z-index: 0;
  display: none;
}
.p-diagnosis-result.is-open {
  display: block;
  animation: turnon 1s ease-out 0s 1 normal forwards;
}
.p-diagnosis-result__shape {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.p-diagnosis-result__shape .shape {
  width: calc(var(--width) * 1px);
  position: absolute;
  top: var(--top);
  left: var(--left);
  translate: -50% -50%;
}
.p-diagnosis-result__shape .shape:nth-child(1) {
  --width: 85.83;
  --top: 115px;
  --left: -14px;
}
.p-diagnosis-result__shape .shape:nth-child(2) {
  display: none;
}
.p-diagnosis-result__shape .shape:nth-child(3) {
  --width: 114;
  --top: 25.9px;
  --left: 90.6%;
}
.p-diagnosis-result__shape .shape:nth-child(4) {
  display: none;
}
.p-diagnosis-result__shape .shape:nth-child(5) {
  display: none;
}
.p-diagnosis-result__shape .shape img {
  width: 100%;
  display: block;
}
.p-diagnosis-result__notice {
  width: 94px;
  aspect-ratio: 1;
  background-color: #e40c1c;
  border-radius: 999px;
  position: absolute;
  top: 17px;
  right: -3px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-diagnosis-result__mainboard {
  position: relative;
  text-align: center;
}
.p-diagnosis-result__intro {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4375;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-diagnosis-result__photo {
  width: 258px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  right: 12px;
  margin-top: 34px;
  margin-inline: auto;
}
.p-diagnosis-result__photo-img {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.p-diagnosis-result__txt {
  max-width: 320px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
  text-align: left;
  margin-top: 11px;
  margin-inline: auto;
  padding-left: 4px;
}
.p-diagnosis-result__value {
  width: 336px;
  max-width: 100%;
  position: relative;
  z-index: 0;
  margin-top: 50px;
  margin-inline: auto;
  padding: 0 20px 23px;
}
.p-diagnosis-result__value::before {
  content: "";
  background-color: #fff;
  position: absolute;
  border: 1px solid #0ca2e4;
  border-radius: 16px;
  inset: 0;
  z-index: -1;
}
.p-diagnosis-result__value-border {
  width: 272px;
  height: 60px;
  position: absolute;
  z-index: -1;
  top: 20px;
  left: 49.5%;
  translate: -50% -100%;
  overflow: hidden;
}
.p-diagnosis-result__value-border::after {
  content: "";
  width: calc(100% + 20px);
  height: calc(200% + 5px);
  background-color: #fff;
  border: 1px solid #0ca2e4;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
.p-diagnosis-result__value-legend {
  position: relative;
  z-index: 0;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 0.1em;
  color: #0ca2e4;
  top: -14px;
}
.p-diagnosis-result__value-legend::after, .p-diagnosis-result__value-legend::before {
  content: "";
  width: 24px;
  aspect-ratio: 0.7083333333;
  background-image: url("./../images/diagnosis/icon_light.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  top: -0.2em;
}
.p-diagnosis-result__value-legend::after {
  scale: -1 1;
}
.p-diagnosis-result__value-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.p-diagnosis-result__value-txt {
  width: calc(50% - 4px);
  min-height: 60px;
  background-color: #0ca2e4;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
.p-diagnosis-result__find-job {
  max-width: 312px;
  position: relative;
  margin-top: 29px;
  margin-inline: auto;
  padding-left: 110px;
}
.p-diagnosis-result__find-job__txt {
  width: 100%;
  background-color: #fff;
  border: 1px solid #f28e96;
  border-radius: 99px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-align: left;
  color: #e40c1c;
  position: relative;
  left: 2px;
  padding: 4px 4px 9px 32px;
  display: inline-block;
}
.p-diagnosis-result__find-job__txt::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  background-image: url("./../images/diagnosis/icon_chat_sp.svg");
  background-size: 100%;
  position: absolute;
  top: 29.5%;
  left: -16px;
}
.p-diagnosis-result__find-job__photo {
  width: 112.8px;
  position: absolute;
  top: -16px;
  left: 5px;
}
.p-diagnosis-result__apply {
  max-width: 400px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 61px;
  margin-inline: auto;
}
.p-diagnosis-result__apply .p-diagnosis-btn {
  min-height: 56px;
}
@media screen and (min-width: 768px){
  .l-diagnosis-header {
    top: 34px;
    left: 66px;
  }
  .l-diagnosis-header__logo {
    width: 250px;
  }
  .l-diagnosis-footer__copyright {
    font-size: 0.75rem;
    bottom: 10px;
  }
  .p-diagnosis-heading {
    gap: 31px;
    font-size: 1.5rem;
  }
  .p-diagnosis-heading .en {
    padding-right: 20px;
  }
  .p-diagnosis-heading .jp {
    font-size: 3.25rem;
    padding-left: 5px;
  }
  .p-diagnosis-slogan {
    font-size: clamp(2.875rem, 1.2019230769vw + 2.2980769231rem, 3.5rem);
    line-height: 1.4583333333;
    letter-spacing: 0.1em;
    text-align: left;
    margin-top: 20px;
    padding-left: 6px;
  }
  .p-diagnosis-slogan::before {
    width: 0.8em;
    top: 0;
    left: -0.84em;
  }
  .p-diagnosis-slogan-mark {
    display: inline;
    margin-inline: 0;
  }
  .p-diagnosis-slogan-mark::before {
    width: 0.8em;
    right: -0.38em;
    bottom: 0.15em;
  }
  .p-diagnosis-slogan-mark::after {
    font-size: clamp(1.875rem, 1.2019230769vw + 1.2980769231rem, 2.5rem);
    width: 3.5em;
    right: 0.6em;
    bottom: 6px;
    translate: 0 100%;
  }
  .p-diagnosis-btn {
    width: 342px;
    min-height: 79px;
    transition: 300ms ease;
    cursor: pointer;
    font-size: 1.5rem;
  }
  .p-diagnosis-btn:hover {
    background-color: #fff;
    color: #e40c1c;
  }
  .p-diagnosis-btn.--arrow {
    width: 260px;
    min-height: 65px;
    font-size: 1.375rem;
    letter-spacing: 0.06em;
    padding-right: 50px;
  }
  .p-diagnosis-btn.--arrow::after {
    width: 24px;
    right: 18px;
  }
  .p-diagnosis-screen {
    min-height: 100vh;
    min-height: 100lvh;
  }
  .p-diagnosis-screen.--mainboard {
    --background-width: 1303;
    --background-height: 858;
    --background-top: -5px;
    --background-left: 9px;
    padding-top: 128px;
  }
  .p-diagnosis-screen.--short-break, .p-diagnosis-screen.--question {
    --background-width: 1224.33;
    --background-height: 815.99;
    --background-top: -5px;
    --background-left: -48px;
    padding-top: 115px;
  }
  .p-diagnosis-screen.--question {
    padding-bottom: 76px;
  }
  .p-diagnosis-screen.--short-break {
    padding-bottom: 177px;
  }
  .p-diagnosis-screen.--result {
    --background-width: 1298.05;
    --background-height: 785.28;
    --background-image: url("./../images/diagnosis/bg_03.webp");
    --background-top: 8px;
    --background-left: 55px;
    padding-top: 127px;
    padding-left: 146px;
    padding-left: clamp(3.75rem, 14.9305555556vw + -5.8055555556rem, 9.125rem);
    padding-bottom: 80px;
  }
  .p-diagnosis-screen::before {
    top: calc(50% - var(--background-top));
    translate: -50% -50%;
  }
  .p-diagnosis-mainboard__shape .shape {
    width: calc(var(--width) / 1600 * 100vw);
    max-width: calc(var(--width) * 1px);
    left: calc(var(--left) / 1600 * 100vw);
  }
  .p-diagnosis-mainboard__shape .shape:nth-child(1) {
    --width: 393.83;
    --top: 210px;
    --left: 203;
  }
  .p-diagnosis-mainboard__shape .shape:nth-child(2) {
    --width: 196;
    --top: 142px;
    --left: 1290;
    display: block;
  }
  .p-diagnosis-mainboard__shape .shape:nth-child(3) {
    --width: 95.19;
    --top: 48.3%;
    --left: 491;
  }
  .p-diagnosis-mainboard__shape .shape:nth-child(4) {
    --width: 137.78;
    --top: 84%;
    --left: 141;
  }
  .p-diagnosis-mainboard__shape .shape:nth-child(5) {
    --width: 211;
    --top: 55.4%;
    --left: 1203;
  }
  .p-diagnosis-mainboard__shape .shape:nth-child(6) {
    --width: 208.51;
    --top: 99.7%;
    --left: 1542;
    display: block;
  }
  .p-diagnosis-mainboard__photo .photo {
    width: calc(var(--width) / 1600 * 100vw);
    max-width: calc(var(--width) * 1px);
    left: calc(var(--left) / 1600 * 100vw);
  }
  .p-diagnosis-mainboard__photo .photo:nth-child(1) {
    --width: 423.04;
    --top: 230px;
    --left: 255;
  }
  .p-diagnosis-mainboard__photo .photo:nth-child(2) {
    --width: 408.16;
    --top: 237px;
    --left: 1356;
  }
  .p-diagnosis-mainboard__photo .photo:nth-child(3) {
    --width: 259.58;
    --top: 57.6%;
    --left: 224;
  }
  .p-diagnosis-mainboard__photo .photo:nth-child(4) {
    --width: 328.09;
    --top: unset;
    --left: 410;
    --translate: -50% 0;
    bottom: 0;
  }
  .p-diagnosis-mainboard__photo .photo:nth-child(5) {
    --width: 497.59;
    --top: unset;
    --left: 1249;
    --translate: -50% 0;
    bottom: 63px;
  }
  .p-diagnosis-mainboard__lead {
    font-size: 1.25rem;
  }
  .p-diagnosis-mainboard__heading {
    width: 796px;
    width: 48.0625vw;
    left: 5px;
    margin-top: 63px;
  }
  .p-diagnosis-mainboard__intro {
    font-size: 1.25rem;
    line-height: 2;
    margin-top: 56px;
  }
  .p-diagnosis-mainboard__intro span {
    font-size: 1.5rem;
  }
  .p-diagnosis-mainboard__txt {
    font-size: 1.125rem;
    line-height: 2.8888888889;
    letter-spacing: 0.1em;
    left: 0;
    margin-top: 31px;
  }
  .p-diagnosis-mainboard__txt span:nth-child(1) {
    margin-right: 0.8em;
  }
  .p-diagnosis-mainboard__txt span:nth-child(2) {
    margin-inline: 0.8em 0.4em;
  }
  .p-diagnosis-mainboard__txt span::after {
    width: 47px;
  }
  .p-diagnosis-mainboard__more {
    gap: 27px;
    margin-top: 74px;
  }
  .p-diagnosis-mainboard__more-txt {
    font-size: 1rem;
  }
  .p-diagnosis-mainboard__more-txt::after, .p-diagnosis-mainboard__more-txt::before {
    height: 38px;
    top: 0.9em;
    margin-inline: 15px;
  }
  .p-diagnosis-mainboard__more-txt::before {
    rotate: -25deg;
  }
  .p-diagnosis-mainboard__more-txt::after {
    rotate: 25deg;
  }
  .p-diagnosis-mainboard__more .p-diagnosis-btn {
    width: 342px;
  }
  .p-diagnosis-question__shape .shape {
    width: calc(var(--width) / 1600 * 100vw);
    max-width: calc(var(--width) * 1px);
    left: calc(var(--left) / 1600 * 100vw);
  }
  .p-diagnosis-question__shape .shape:nth-child(1) {
    --width: 165.65;
    --top: 223px;
    --left: 152;
  }
  .p-diagnosis-question__shape .shape:nth-child(2) {
    --width: 196;
    --top: 64px;
    --left: 1194;
  }
  .p-diagnosis-question__shape .shape:nth-child(3) {
    --width: 208.51;
    --top: 24.9%;
    --left: 1525;
    display: block;
  }
  .p-diagnosis-question__shape .shape:nth-child(4) {
    --width: 196;
    --top: 96.1%;
    --left: 151;
  }
  .p-diagnosis-question__shape .shape:nth-child(5) {
    --width: 393.83;
    --top: 94.4%;
    --left: 1401;
  }
  .p-diagnosis-question__grid {
    max-width: 1240px;
    min-height: 340px;
    margin-inline: auto;
    align-items: center;
    flex-direction: row;
    margin-top: var(--grid-margin-top);
  }
  .p-diagnosis-question__photo {
    width: calc(50% - 6px);
    margin-inline: 0;
  }
  .p-diagnosis-question__photo-img {
    width: calc(var(--photo-width) * 1px);
  }
  .p-diagnosis-question__content {
    width: 50%;
    width: clamp(50% + 6px, (1240px - 100vw) * 1000, 640px);
    margin-top: 0;
    margin-right: 0;
    margin-inline: 0;
    padding-left: 0;
  }
  .p-diagnosis-question__txt {
    font-size: 1.25rem;
    line-height: 3;
  }
  .p-diagnosis-question__choice {
    max-width: 100%;
    gap: 40px;
    margin-top: 35px;
    margin-inline: 0;
  }
  .p-diagnosis-question__choice .p-diagnosis-btn {
    width: 342px;
    width: clamp(280px, (100vw - 1240px) * 1000, 342px);
    min-height: 79px;
    font-size: 1.75rem;
    letter-spacing: 0.2em;
    padding-right: 5px;
  }
  .p-diagnosis-question__back {
    margin-top: 100px;
  }
  .p-diagnosis-question__back-btn {
    width: 220px;
    height: 51px;
    font-size: 1.125rem;
    padding-left: 40px;
    transition: 300ms ease;
    cursor: pointer;
  }
  .p-diagnosis-question__back-btn:hover {
    background-color: #fff;
    color: #ebd374;
  }
  .p-diagnosis-question__back-btn::after {
    width: 19px;
    left: 10px;
  }
  #question_01 {
    --photo-width: 536.24;
    --photo-top: -21px;
    --grid-margin-top: 43px;
  }
  #question_02 {
    --photo-width: 380.41;
    --photo-top: -21px;
    --photo-left: 86px;
    --grid-margin-top: 43px;
  }
  #question_03 {
    --photo-width: 424.22;
    --photo-top: -4px;
    --photo-left: 104px;
    --grid-margin-top: 43px;
  }
  #question_04 {
    --photo-width: 456.94;
    --photo-top: 7px;
    --photo-left: 54px;
    --grid-margin-top: clamp(-33px, (1400px - 100vw) * 1000, 0px);
  }
  #question_05 {
    --photo-width: 436.12;
    --photo-top: 15px;
    --photo-left: 86px;
    --grid-margin-top: -33px;
  }
  #question_06 {
    --photo-width: 306.2;
    --photo-top: -7px;
    --photo-left: 163px;
    --grid-margin-top: 43px;
  }
  #question_07 {
    --photo-width: 387.23;
    --photo-top: 3px;
    --photo-left: 87px;
    --grid-margin-top: 43px;
  }
  #question_08 {
    --photo-width: 483.46;
    --photo-top: -3px;
    --photo-left: 15px;
    --grid-margin-top: 43px;
  }
  #question_09 {
    --photo-width: 382.32;
    --photo-top: 4px;
    --photo-left: 118px;
    --grid-margin-top: 43px;
  }
  #question_10 {
    --photo-width: 439.02;
    --photo-top: -7px;
    --photo-left: 59px;
    --grid-margin-top: 43px;
  }
  .p-diagnosis-short-break__shape .shape {
    width: calc(var(--width) / 1600 * 100vw);
    left: calc(var(--left) / 1600 * 100vw);
  }
  .p-diagnosis-short-break__shape .shape:nth-child(1) {
    --width: 165.65;
    --top: 223px;
    --left: 152;
  }
  .p-diagnosis-short-break__shape .shape:nth-child(2) {
    --width: 196;
    --top: 64px;
    --left: 1194;
  }
  .p-diagnosis-short-break__shape .shape:nth-child(3) {
    --width: 208.51;
    --top: 24.9%;
    --left: 1525;
  }
  .p-diagnosis-short-break__shape .shape:nth-child(4) {
    --width: 196;
    --top: 96.1%;
    --left: 151;
  }
  .p-diagnosis-short-break__shape .shape:nth-child(5) {
    --width: 393.83;
    --top: 94.4%;
    --left: 1401;
  }
  .p-diagnosis-short-break__grid {
    max-width: 1160px;
    min-height: 340px;
    margin-inline: auto;
    gap: 26px;
    flex-direction: row;
    margin-top: var(--grid-margin-top);
  }
  .p-diagnosis-short-break__photo {
    width: 200px;
    margin-inline: 0;
  }
  .p-diagnosis-short-break__photo-img {
    width: 264.15px;
    top: var(--photo-top);
  }
  .p-diagnosis-short-break__content {
    width: calc(100% - 200px - 26px);
    margin-top: 0;
    margin-inline: 0;
  }
  .p-diagnosis-short-break__txt {
    font-size: 1.25rem;
    line-height: 2;
  }
  .p-diagnosis-short-break__txt + .p-diagnosis-short-break__txt {
    margin-top: 40px;
  }
  .p-diagnosis-short-break__choice {
    max-width: 670px;
    flex-direction: row;
    gap: 20px;
    margin-top: 74px;
  }
  .p-diagnosis-short-break__choice .p-diagnosis-btn {
    width: 325px;
    width: clamp(280px, (100vw - 1240px) * 1000, 325px);
    min-height: 65px;
    padding-right: 25px;
  }
  #short_break_01 {
    --photo-top: -18px;
    --grid-margin-top: 78px;
  }
  #short_break_02 {
    --photo-top: -18px;
    --grid-margin-top: 74px;
    padding-bottom: 54px;
  }
  #short_break_03 {
    --photo-top: -18px;
    --grid-margin-top: 74px;
    padding-bottom: 80px;
  }
  .p-diagnosis-result__shape .shape {
    width: calc(var(--width) / 1600 * 100vw);
    max-width: calc(var(--width) * 1px);
    left: calc(var(--left) / 1600 * 100vw);
  }
  .p-diagnosis-result__shape .shape:nth-child(1) {
    --width: 312.84;
    --top: -35px;
    --left: 498;
  }
  .p-diagnosis-result__shape .shape:nth-child(2) {
    --width: 142.04;
    --top: -1px;
    --left: 1036;
    display: block;
  }
  .p-diagnosis-result__shape .shape:nth-child(3) {
    --width: 196;
    --top: 21.9%;
    --left: -7;
  }
  .p-diagnosis-result__shape .shape:nth-child(4) {
    --width: 208.51;
    --top: 25.1%;
    --left: 1524;
    display: block;
  }
  .p-diagnosis-result__shape .shape:nth-child(5) {
    --width: 393.83;
    --top: 88.9%;
    --left: 118;
    display: block;
  }
  .p-diagnosis-result__notice {
    width: 249px;
    width: clamp(8.75rem, 18.9236111111vw + -3.3611111111rem, 15.5625rem);
    font-size: 2rem;
    font-size: clamp(1.5rem, 1.3888888889vw + 0.6111111111rem, 2rem);
    line-height: 1.4375;
    top: 34px;
    right: 99px;
    top: clamp(1.25rem, 2.4305555556vw + -0.3055555556rem, 2.125rem);
    right: clamp(1.25rem, 13.7152777778vw + -7.5277777778rem, 6.1875rem);
  }
  .p-diagnosis-result__mainboard {
    text-align: left;
  }
  .p-diagnosis-result__intro {
    font-size: 2rem;
    text-align: left;
    padding-left: 7px;
  }
  .p-diagnosis-result__photo {
    width: calc(var(--photo-width) * 1px);
    max-width: 60%;
    right: 0;
    margin-top: 50px;
    margin-inline: 0;
  }
  .p-diagnosis-result__txt {
    max-width: 100%;
    font-size: 1.25rem;
    line-height: 1.8;
    margin-top: 40px;
    margin-inline: 0;
    padding-left: 0;
  }
  .p-diagnosis-result__value {
    width: 900px;
    margin-top: 51px;
    margin-inline: 0;
    padding: 0 30px 30px;
  }
  .p-diagnosis-result__value-border {
    width: 362px;
    height: 49px;
    top: 14px;
  }
  .p-diagnosis-result__value-legend {
    gap: 18px;
    font-size: 1.25rem;
    top: -7px;
  }
  .p-diagnosis-result__value-legend::after, .p-diagnosis-result__value-legend::before {
    width: 34.08px;
  }
  .p-diagnosis-result__value-list {
    gap: 10px;
    margin-top: 3px;
  }
  .p-diagnosis-result__value-txt {
    width: 202px;
    min-height: 90px;
    font-size: 1.25rem;
  }
  .p-diagnosis-result__find-job {
    max-width: 100%;
    margin-top: 21px;
    margin-inline: 0;
    padding-left: 0;
  }
  .p-diagnosis-result__find-job__txt {
    width: auto;
    font-size: 1.375rem;
    left: 0;
    line-height: 2;
    padding: 2px 22px 4px 21px;
  }
  .p-diagnosis-result__find-job__txt::after {
    width: 28px;
    aspect-ratio: 2.1538461538;
    background-image: url("./../images/diagnosis/icon_chat.svg");
    background-size: 33px 18px;
    background-position: left bottom;
    top: calc(100% - 1px);
    left: 31px;
  }
  .p-diagnosis-result__find-job__photo {
    width: 150.81px;
    top: 16px;
    left: -104px;
  }
  .p-diagnosis-result__apply {
    max-width: 898px;
    margin-top: 43px;
    margin-inline: 0;
  }
  .p-diagnosis-result__apply:has(.p-diagnosis-btn + .p-diagnosis-btn + .p-diagnosis-btn) {
    padding-left: 31px;
  }
  .p-diagnosis-result__apply .p-diagnosis-btn {
    width: 260px;
    min-height: 65px;
    padding-right: 35px;
  }
  #result_01 {
    --photo-width: 588.43;
    --photo-translate: -6.2% -17.4%;
  }
  #result_02 {
    --photo-width: 584.04;
    --photo-translate: -4.2% -12.9%;
  }
  #result_03 {
    --photo-width: 448.78;
    --photo-translate: -2.4% -20.7%;
  }
  #result_04 {
    --photo-width: 601.25;
    --photo-translate: -0.6% -1.6%;
  }
  #result_05 {
    --photo-width: 526.04;
    --photo-translate: -7.4% -8.4%;
  }
}
@media screen and (min-width: 1440px){
  .p-diagnosis-question__txt {
    margin-right: -40px;
  }
  .p-diagnosis-short-break__photo {
    width: 400px;
    padding-left: 56px;
  }
  .p-diagnosis-short-break__content {
    width: calc(100% - 400px - 26px);
  }
  .p-diagnosis-result__photo {
    width: 43.125vw;
    max-width: 690px;
    aspect-ratio: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    translate: 21% 31.5%;
    margin-top: 0;
  }
  .p-diagnosis-result__photo::after {
    content: "";
    background-color: #fff;
    border-radius: 999px;
    position: absolute;
    inset: 0;
    z-index: -1;
  }
  .p-diagnosis-result__photo-img {
    width: calc(var(--photo-width) / 1600 * 100vw);
    max-width: calc(var(--photo-width) * 1px);
    translate: var(--photo-translate);
  }
  .p-diagnosis-result__txt {
    margin-top: 69px;
  }
}
/*# sourceMappingURL=diagnosis.css.map */