html {
  overflow: hidden;
}

.lp-html {
  overflow: auto;
}

body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  background-color: #fedb1a;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.question-body {
  background-color: #fedb1a;
  display: flex;
  justify-content: center;
  align-items: center;
}

.result-body {
  display: block;
}

.question-body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background-color: #e8b10c;
}

.lp-body {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
}

div {
  position: relative;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

.top-container {
  display: flex;
  justify-content: center;
  width: inherit;
  height: inherit;
  max-height: 768px;
}

.top-container > h1 {
  position: absolute;
  top: 98px;
}

.top-container > h1 > .title {
  width: 492px;
  height: 122px;
}

.top-container > .main-image {
  position: absolute;
  top: 262px;
  width: 696px;
  height: 312px;
}

.top-container > #start-check {
  width: 280px;
  height: 48px;
  border-radius: 32px;
  border: 2px solid #121212;
  background-color: #121212;
  box-shadow: 6px 6px 0px 0px #12121229;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ffffff;
  position: absolute;
  bottom: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-container > #start-check > img {
  width: 91px;
  height: auto;
}

.back {
  position: absolute;
  left: 37px;
  bottom: 30px;
  width: 128px;
  height: 45px;
  background-image: url(../../img/avatar/back-btn-bg.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.back > img {
  width: 48px;
  height: auto;
  margin: 0 auto;
}

#popup,
#job-popup {
  display: none;
  width: 100vw;
  height: 100dvh;
  min-width: 1024px;
  min-height: 767px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
}

#popup > #tutorial {
  max-width: 750px;
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 10px;
  opacity: 1;
  padding: 32px 0 32px;
}

#popup > #tutorial > .tutorial-title {
  width: 678px;
  height: 45px;
  margin-bottom: 32px;
  font-size: 26px;
  font-weight: 800;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: center;
  color: #121212;
}

#popup > #tutorial > .tutorial-description {
  width: 550px;
  position: absolute;
  top: 101px;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #121212;
}

#popup > #tutorial > #go-tutorial {
  width: 240px;
  height: 40px;
  border-radius: 28px;
  border: 2px solid #121212;
  box-shadow: 6px 6px 0px 0px #12121229;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #121212;
  margin-bottom: 16px;
}

#popup > #tutorial > #go-test {
  width: 240px;
  height: 40px;
  border-radius: 28px;
  border: 2px solid #ffffff;
  box-shadow: 6px 6px 0px 0px #12121229;
  background-color: #121212;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
}

#tutorial-1,
#tutorial-2,
#tutorial-3 {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-height: 768px;
  position: absolute;
}

.overlay-black {
  width: 100vw;
  height: 100dvh;
  background: #000000;
  opacity: 0.8;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
}

#tutorial-1 > .overlay1,
#tutorial-1 > .overlay2 {
  width: 586px;
  height: 156px;
  border-radius: 8px;
  background: #ffffff;
  position: absolute;
  top: 54px;
  mix-blend-mode: overlay;
  box-shadow: 0px 0px 40px 0px #ffffff;
  opacity: 1;
  z-index: 1000;
}

#tutorial-1 > .overlay3,
#tutorial-1 > .overlay4 {
  width: 312px;
  height: 270px;
  border-radius: 8px;
  background: #ffffff;
  position: absolute;
  top: 235px;
  mix-blend-mode: overlay;
  box-shadow: 0px 0px 40px 0px #ffffff;
  opacity: 1;
  z-index: 1000;
}

#tutorial-2 > .overlay1,
#tutorial-2 > .overlay2 {
  width: 488px;
  height: 152px;
  border-radius: 8px;
  background: #ffffff;
  position: absolute;
  top: 512px;
  mix-blend-mode: overlay;
  box-shadow: 0px 0px 40px 0px #ffffff;
  opacity: 1;
  z-index: 1000;
}

.teacher-frame {
  position: absolute;
  display: flex;
  align-items: flex-start;
  z-index: 1000;
}

#tutorial-1 > .teacher-frame {
  top: 529px;
}

#tutorial-2 > .teacher-frame,
#tutorial-3 > .teacher-frame {
  top: 356px;
}

.teacher-frame > p {
  width: 420px;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #121212;
}

.teacher-frame > .part-of-speech-bubble {
  width: 8px;
  height: 8px;
  margin-top: 37px;
}

.teacher-frame > .teacher {
  width: 52.82px;
  height: 49.79px;
  margin-top: 6px;
  margin-left: 8px;
}

.tutorial-ok {
  padding: 6px 32px;
  border-radius: 28px;
  background-color: #343434;
  border: 2px solid #121212;
  box-shadow: 4px 4px 0px 0px #12121229;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  position: absolute;
  z-index: 1000;
}

#tutorial-1 > .tutorial-ok {
  top: 619px;
}

#tutorial-2 > .tutorial-ok,
#tutorial-3 > .tutorial-ok {
  top: 462px;
}

#tutorial-2 > #button-overlay {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 48px;
  height: 152px;
  position: absolute;
  top: 512px;
  z-index: 1001;
}

#tutorial-2 > #button-overlay > div {
  width: 120px;
  height: 120px;
  background-color: rgba(18, 18, 18, 0.95);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: flash 2s linear infinite;
}

@keyframes flash {
  0%,
  100% {
    opacity: 0;
  }

  20%,
  80% {
    opacity: 1;
  }
}

#tutorial-2 > #button-overlay > div > span {
  color: #ffffff;
  font-size: 48px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
}

.tutorial-retry {
  top: 522px;
  padding: 6px 32px;
  border: 2px solid #121212;
  border-radius: 28px;
  background-color: #666666;
  box-shadow: 4px 4px 0px 0px #12121229;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
  position: absolute;
  z-index: 1000;
}

#question-container {
  display: none;
  width: inherit;
  height: inherit;
  max-height: 768px;
  flex-direction: column;
  align-items: center;
}

#question-text {
  position: absolute;
  top: 69px;
  font-size: 56px;
  font-weight: 900;
  line-height: 67px;
  letter-spacing: 0.015em;
  text-align: center;
  color: #121212;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}

#question-text > span {
  display: inline-flex;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 0 21px;
  height: 58px;
  justify-content: center;
  align-items: center;
}

#question-image {
  width: 300px;
  height: 300px;
  top: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#question-image > img {
  width: auto;
  max-height: 100%;
}

#question-container > .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  position: absolute;
  top: 528px;
}

#dislike-button,
#like-button {
  width: 120px;
  height: 120px;
  background-color: #ffffff;
  border: 3px solid #121212;
  border-radius: 50%;
  box-shadow: 6px 6px 0px 0px #12121229, -6px -6px 0px 0px #12121229 inset;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#unsure-button {
  width: 120px;
  height: 120px;
  border: 3px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#dislike-button > img {
  width: 47.93px;
  height: 40.9px;
  position: absolute;
  top: 34.25px;
}

#unsure-button > img {
  width: 27.68px;
  height: 40.74px;
  position: absolute;
  top: 33px;
}

#like-button > img {
  width: 57.89px;
  height: 47.68px;
  position: absolute;
  top: 31.2px;
}

#dislike-button > span,
#unsure-button > span,
#like-button > span {
  font-size: 13px;
  font-weight: 800;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  color: #121212;
  position: absolute;
  top: 86px;
}

#check-results {
  width: 100%;
  height: 117px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

#check-results > p {
  font-size: 26px;
  font-weight: 800;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: center;
  color: #121212;
}

#check-results > button {
  width: 240px;
  height: 40px;
  border-radius: 28px;
  border: 2px solid #ffffff;
  background-color: #121212;
  box-shadow: 6px 6px 0px 0px #12121229;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
}

.question-body > footer {
  width: 100vw;
  height: 66px;
  background-color: #121212;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
}

.progress-container {
  width: 400px;
}

.progress-container > p {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
}

.progress-container > .start-label {
  position: absolute;
  top: 16px;
  left: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.progress-container > .end-label {
  position: absolute;
  top: 16px;
  right: 0;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
}

.progress-container > progress {
  width: 100%;
  height: 8px;
  position: absolute;
  top: 42px;
  background-color: #666666;
  border: 1px solid #ffffff;
  border-radius: 8px;
}

progress::-webkit-progress-value {
  background-color: #ffffff;
}

progress::-moz-progress-bar {
  background-color: #ffffff;
}

.result-container {
  background-color: #51c6fb;
  height: 50vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.result-text {
  width: 512px;
  height: 384px;
  padding: 0 40px 64px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.result-text > .type {
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #ffffff;
}

.result-text > .type > .yellow {
  color: #f0e837;
}

.result-text > .type > .big {
  font-size: 56px;
  line-height: 56px;
}

.result-text > .title {
  font-size: 40px;
  font-weight: 900;
  line-height: 42px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #0a468a;
  width: 100%;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
}

.result-text > .title > span {
  display: inline-flex;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 0 20px;
  justify-content: center;
  align-items: flex-end;
}

.result-text > .description {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #ffffff;
  margin-top: 16px;
}

.result-graph {
  width: 512px;
  height: 384px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.result-graph > .graph-wrapper {
  background-image: url(../../img/avatar/result-graph.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 480px;
  height: 313px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.result-graph > .graph-wrapper > .graph {
  width: 432px;
  height: 256px;
}

.result-graph > .graph-wrapper > .graph > .your-type {
  width: 214px;
  height: 126px;
  border: 3px solid #f0e837;
  box-shadow: 0px 0px 56px 0px #f0e837b2;
  background-color: #0a468a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f0e837;
  font-size: 56px;
  font-weight: 900;
  line-height: 67px;
  letter-spacing: 0.06em;
  text-align: center;
  position: absolute;
}

.your-type.a {
  top: 0;
  right: 0;
}

.your-type.b {
  top: 0;
  left: 0;
}

.your-type.c {
  bottom: 0;
  right: 0;
}

.your-type.d {
  bottom: 0;
  left: 0;
}

#suited-icon-0 {
  width: 60px;
  height: 60px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 6px 6px 0px 0px #12121229;
  opacity: 0.95;
  background-color: #88d549;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
}

#suited-icon-0 > p {
  font-size: 8px;
  font-weight: 900;
  line-height: 12px;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
  margin-top: 8.86px;
}

#suited-icon-0 > img {
  width: 45px;
  height: 51px;
  position: absolute;
  top: 13px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #ffffff 11.98%,
    rgba(255, 255, 255, 0) 100%
  );
}

#suited-icon-1,
#suited-icon-2 {
  width: 45px;
  height: 45px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 6px 6px 0px 0px #12121229;
  opacity: 0.95;
  background-color: #f58b27;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
}

#suited-icon-1 > p,
#suited-icon-2 > p {
  font-size: 7px;
  font-weight: 900;
  line-height: 10px;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
  margin-top: 5.06px;
}

#suited-icon-1 > img,
#suited-icon-2 > img {
  width: 30px;
  height: 34px;
  position: absolute;
  top: 12px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #ffffff 11.98%,
    rgba(255, 255, 255, 0) 100%
  );
}

.suited-container {
  background-color: #0a468a;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}

.suited-jobs {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  padding-top: 23px;
}

.suited-container > .link-button {
  width: 240px;
  height: 40px;
  border-radius: 28px;
  border: 2px solid #ffffff;
  box-shadow: 6px 6px 0px 0px #12121229;
  background-color: #121212;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
}

.suited-container > .banner-button {
  height: fit-content;
  margin-bottom: 30px;
}

.suited-container .pc-banner {
  width: 480px;
  height: 160px;
}

.suited-container .sp-banner {
  width: 344px;
  height: 240px;
}

.super-suited {
  width: 560px;
  height: 277px;
  border-radius: 8px;
  border: 4px solid #ffffff;
  box-shadow: 6px 6px 0px 0px #12121229;
  background-color: #88d549;
}

#super-suited-label {
  border-radius: 8px;
  border: 4px solid #ffffff;
  box-shadow: 6px 6px 0px 0px #12121229;
  background-color: #88d549;
}

.super-suited > .suited-header {
  width: 100%;
  height: 36px;
  border-radius: 4px 4px 0px 0px;
  opacity: 0.8;
  background-color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #88d549;
  display: flex;
  justify-content: center;
  align-items: center;
}

.super-suited > .job-data {
  position: absolute;
  width: 489px;
  height: 189px;
  top: 60px;
  left: 28px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.super-suited > .job-data > .job-thumbnail {
  width: 142px;
  height: 189px;
  border-radius: 4px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.super-suited > .job-data > .job-thumbnail > img {
  width: auto;
  height: 100%;
}

.super-suited > .job-data > .job-info {
  width: 331px;
}

.super-suited > .job-data > .job-info > .sub_name {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 0.9);
}

.super-suited > .job-data > .job-info > .name {
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  width: 329px;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 6px;
  margin-bottom: 6px;
}

.super-suited > .job-data > .job-info > div {
  padding-bottom: 8px;
}

.super-suited > .job-data > .job-info > div > .heading {
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(18, 18, 18, 0.3);
}

.super-suited > .job-data > .job-info > div > .list {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 0.9);
}

.super-suited > .job-data > .job-info > button {
  width: 120px;
  height: 32px;
  border-radius: 28px;
  border: 2px solid rgba(18, 18, 18, 1);
  box-shadow: 4px 4px 0px 0px rgba(18, 18, 18, 0.16);
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #121212;
  position: relative;
  background-color: #f0e837;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.super-suited > .sp-job-data {
  display: none;
}

.suited {
  width: 344px;
  height: 277px;
  border-radius: 8px;
  border: 4px solid #ffffff;
  box-shadow: 6px 6px 0px 0px #12121229;
  background-color: #f58b27;
}

#suited-label {
  border-radius: 8px;
  border: 4px solid #ffffff;
  box-shadow: 6px 6px 0px 0px #12121229;
  background-color: #f58b27;
}

.suited > .suited-header {
  width: 100%;
  height: 36px;
  border-radius: 4px 4px 0px 0px;
  opacity: 0.8;
  background-color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #f58b27;
  display: flex;
  justify-content: center;
  align-items: center;
}

.suited > .job-data {
  position: absolute;
  width: 284px;
  height: 80px;
  left: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}

.suited > .job-data.first {
  top: 61px;
}

.suited > .job-data.second {
  top: 165px;
}

.suited .job-thumbnail {
  width: 60px;
  height: 80px;
  border-radius: 3px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.suited .job-thumbnail > img {
  width: auto;
  height: 100%;
}

.suited .job-info > .sub_name {
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 0.9);
}

.suited .job-info > .name {
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}

.suited .job-info > button {
  width: 88px;
  height: 24px;
  border-radius: 28px;
  border: 2px solid rgba(18, 18, 18, 1);
  box-shadow: 3px 3px 0px 0px #12121229;
  font-size: 10px;
  font-weight: 800;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: center;
  color: #121212;
  background-color: #f0e837;
}

#job-popup > .job-detail {
  width: 750px;
  max-height: calc(100vh - 200px);
  height: 480px;
  border-radius: 10px;
  border: 4px solid #ffffff;
  background-color: #ffffff;
  display: none;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 24px;
  color: #121212;
}

#job-popup > .job-detail > .job-detail-content {
  overflow: auto;
  height: calc(100vh - 248px);
}

.job-detail-header {
  border-bottom: 1px solid rgba(18, 18, 18, 0.9);
  padding-bottom: 8px;
}

#job-popup > .job-detail .sub_name {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}

#job-popup > .job-detail .name {
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
}

#job-popup > .job-detail .label {
  width: 152px;
  height: 32px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  border: 2px;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
  box-shadow: none;
}

.job-detail-data {
  margin-top: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 25px;
}

#job-popup > .job-detail .job-thumbnail {
  width: 286px;
  height: 324px;
  background-color: #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
}

#job-popup > .job-detail .job-thumbnail > img {
  width: auto;
  height: 100%;
}

#job-popup > .job-detail .job-info {
  height: 324px;
  overflow-y: auto;
}

#job-popup > .job-detail .job-info > div {
  padding-bottom: 8px;
}

#job-popup > .job-detail .job-info > div > p {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
}

#job-popup > .job-detail .job-info > div > .heading {
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(18, 18, 18, 0.3);
}

.job-detail-header > .change-job {
  padding: 7px 24px;
  border-radius: 28px;
  border: 2px solid #121212;
  box-shadow: 4px 4px 0px 0px #12121229;
  background-color: #f0e837;
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #121212;
  position: absolute;
  bottom: 12px;
  right: 0;
}

.job-detail > .close-job-popup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #4e4e4e;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  position: absolute;
  right: -34px;
  top: -34px;
}

.job-detail > .close-job-popup:hover {
  background-color: #777777;
  opacity: 1;
}

.lp-header {
  display: flex;
  align-items: center;
}

.lp-header > .once-you-know {
  width: 409px;
  height: 48px;
  border-radius: 24px;
  background-color: #4d4104;
  font-size: 24px;
  font-weight: 900;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 92px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.lp-header > h1 {
  margin-top: 37px;
}

.lp-header > h1 > .lp-header-img {
  width: 986px;
  height: 406px;
}

.lp-body > article {
  padding-bottom: 100px;
}

.lp-explanation {
  margin-top: 12px !important;
  margin-bottom: 0 !important;
  width: 760px;
  height: 349.44px;
  position: relative;
}

.lp-explanation > p {
  transform: rotate(-4.62deg);
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #121212;
  text-shadow: 3px 3px 2px #ffffff, -3px -3px 2px #ffffff, -3px 3px 2px #ffffff,
    3px -3px 2px #ffffff, 3px 0 2px #ffffff, -3px 0 2px #ffffff,
    0 3px 2px #ffffff, 0 -3px 2px #ffffff;
  position: absolute;
  z-index: 1;
}

.lp-explanation > p.text-1 {
  top: 7.1px;
  left: -30px;
}

.lp-explanation > p.text-2 {
  top: 233.2px;
  left: 526.97px;
}

.lp-explanation > .capture-list {
  width: 345px;
  height: 265px;
  position: absolute;
  top: 63px;
  left: 35px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: space-between;
}

.lp-explanation > .capture-list > img {
  width: 169.52px;
  height: 129.53px;
}

.lp-explanation > .avatar-programmer {
  width: 121px;
  height: 263px;
  position: absolute;
  top: 78px;
  left: 420px;
}

.lp-explanation > .avatar-illustrator {
  width: 138.17px;
  height: 263.78px;
  position: absolute;
  top: 51.99px;
  left: 545.12px;
  transform: rotate(1.84deg);
}

.lp-explanation > .background {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  z-index: -1;
}

.lp-explanation > .background > .circle {
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
}

.lp-explanation > .background > .circle.big {
  width: 175.53px;
  height: 175.53px;
}

.lp-explanation > .background > .circle.middle {
  width: 108.49px;
  height: 108.49px;
}

.lp-explanation > .background > .circle.small {
  width: 41.44px;
  height: 41.44px;
}

.sp {
  display: none;
}

.lp-what {
  width: 760px;
  border: 4px solid #000000;
  border-radius: 16px;
  padding: 40px;
  margin-top: 162px;
  color: #121212;
  position: relative;
}

.lp-what > h2 {
  font-size: 32px;
  font-weight: 900;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: center;
}

.lp-what > .answer {
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: center;
  width: 100%;
  border: 3px solid #121212;
  border-radius: 20px;
  background-color: #ffffff;
  margin-top: 19px;
  padding: 23px 0;
}

.lp-what > .answer > span {
  background: linear-gradient(transparent 60%, #33ff92 60%);
}

.lp-what > .supplement {
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 55px;
}

.lp-what > .features {
  margin-top: 19px;
  display: flex;
  gap: 17px;
  width: fit-content;
}

.lp-what > .features > .feature-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: fit-content;
}

.lp-what > .features > .feature-list > p {
  width: 387px;
  font-size: 14px;
  font-weight: 800;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  padding: 22px;
  border: 2px solid #121212;
  border-radius: 20px;
  background-color: #ffe866;
}

.lp-what > .features > img {
  width: 284px;
  height: 284px;
}

.lp-what > .miraiina {
  width: 90px;
  height: 87px;
  position: absolute;
  top: 184px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.lp-what > .miraiina > img {
  width: 62px;
  height: 67.81px;
}

.lp-what > .miraiina > p {
  font-size: 10px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-align: center;
}

.lp-how-to {
  width: 760px;
  margin-top: 120px;
}

.lp-how-to > h2 > img {
  width: 100%;
  height: auto;
}

.lp-how-to > .choose-job {
  width: 100%;
  height: 208px;
  border-radius: 16px;
  border: 4px solid #ff7226;
  background-color: #ffffff;
  padding: 28px;
  position: relative;
  margin-top: 35px;
}

.lp-how-to > .choose-job > h3 {
  font-size: 32px;
  font-weight: 900;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  color: #ff7226;
}

.lp-how-to > .choose-job > p {
  max-width: 410px;
  font-size: 14px;
  font-weight: 800;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #121212;
  margin-top: 16px;
}

.lp-how-to > .choose-job > .job-images {
  width: 290px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 13px;
  padding-bottom: 22px;
}

.lp-how-to > .get-points {
  width: 100%;
  height: 208px;
  border-radius: 16px;
  border: 4px solid #07b300;
  background-color: #ffffff;
  padding: 28px;
  position: relative;
  margin-top: 35px;
}

.lp-how-to > .get-points > h3 {
  font-size: 32px;
  font-weight: 900;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  color: #07b300;
}

.lp-how-to > .get-points > p {
  max-width: 410px;
  font-size: 14px;
  font-weight: 800;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #121212;
  margin-top: 16px;
}

.lp-how-to > .get-points > .mira-image {
  width: 290px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  padding-top: 43px;
}

.lp-how-to > .get-points > .mira-image > p {
  font-size: 10px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-align: center;
  position: relative;
  top: -10px;
}

.lp-how-to > .level-up {
  width: 100%;
  height: 208px;
  border-radius: 16px;
  border: 4px solid #338eff;
  background-color: #ffffff;
  padding: 28px;
  position: relative;
  margin-top: 35px;
  overflow: hidden;
}

.lp-how-to > .level-up > h3 {
  font-size: 32px;
  font-weight: 900;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  color: #338eff;
}

.lp-how-to > .level-up > p {
  max-width: 410px;
  font-size: 14px;
  font-weight: 800;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #121212;
  margin-top: 16px;
}

.lp-how-to > .level-up > .grade-up {
  position: absolute;
  top: 33px;
  right: 110px;
  z-index: 1;
}

.lp-how-to > .level-up > .programmer {
  width: 151px;
  height: auto;
  position: absolute;
  top: 43px;
  right: 28px;
}

.lp-form {
  width: 760px;
  margin-top: 120px;
}

.lp-form > h2 > img {
  width: 100%;
  height: auto;
}

.lp-form > .message {
  font-size: 14px;
  font-weight: 800;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 56px;
}

.lp-form > form {
  width: 400px;
  margin: 40px auto 0;
}

.lp-form > form > div {
  position: relative;
}

.lp-form > form label {
  display: block;
  font-size: 14px;
  font-weight: 800;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 16px;
}

.lp-form > form input {
  width: 100%;
  height: 52px;
  border: 2px solid #121212;
  border-radius: 4px;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 5px;
  padding: 14px 18px;
}

.lp-form > form input::placeholder {
  font-size: 14px;
  font-weight: 800;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #aaaaaa;
}

.lp-form > form input.null-err,
.lp-form > form input.mail-err {
  border: 2px solid #ff240d;
  background-color: #ffbdbd;
}

.lp-form > form p {
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 5px;
}

.lp-form > form button {
  width: 240px;
  height: 52px;
  border-radius: 26px;
  margin-top: 40px;
  background-color: #2463b3;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.lp-form > form .null-err-msg {
  background-image: url(../../img/avatar/err-message-short.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 140px;
  height: 35px;
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #ff240d;
  padding: 5px 10px;
  display: none;
  position: absolute;
  top: -9px;
  right: 0;
}

.lp-form > form .mail-err-msg {
  background-image: url(../../img/avatar/err-message-long.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 200px;
  height: 35px;
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #ff240d;
  padding: 5px 10px;
  display: none;
  position: absolute;
  top: -9px;
  right: 0;
}

.thanks-container {
  width: 761px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 128px 0 80px;
}

.thanks-container > h1 {
  width: 761px;
  height: auto;
}

.thanks-container > h1 > img {
  width: 761px;
  height: auto;
}

.thanks-container > p {
  font-size: 14px;
  font-weight: 800;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  color: #121212;
  margin-top: 56px;
}

.thanks-container > p > .mail-addr {
  color: #2463b3;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-decoration-line: underline;
}

.thanks-container > .line-friend {
  border-radius: 16px;
  border: 4px solid #07b300;
  background-color: #ffffff;
  padding: 26px 58px 20px;
  margin-top: 80px;
}

.thanks-container > .line-friend > h2 {
  color: #06c755;
  text-align: center;
  -webkit-text-stroke-width: 6;
  -webkit-text-stroke-color: #ffffff;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.thanks-container > .line-friend > p {
  color: #121212;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-top: 12px;
}

.thanks-container > .line-friend > .add-friend {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  margin-top: 16px;
}

.thanks-container > .line-friend > .add-friend > button {
  border-radius: 8px;
  background-color: #06c755;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  padding: 14px 33px 13px 71px;
  background-image: url(../../img/avatar/line-logo.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 32px;
}

.thanks-container > .line-friend > .add-friend > img {
  width: 100px;
  height: 100px;
}

.thanks-container > button {
  width: 240px;
  height: 52px;
  border-radius: 26px;
  background-color: #121212;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
  margin-top: 82px;
}

@media screen and (max-width: 1023px) {
  html {
    overflow-x: scroll;
  }

  body {
    width: 1023px;
  }

  .question-body {
    width: 1023px;
  }

  .question-body > footer {
    width: 1023px;
  }
}

@media screen and (max-height: 767px) {
  html {
    overflow-y: auto;
  }

  body {
    height: 767px;
  }

  .result-body {
    overflow-y: hidden;
    height: auto;
  }
}

@media screen and (max-width: 450px) {
  /* スマホ用 */
  html {
    overflow-y: scroll;
  }

  body {
    width: 100vw;
    height: 100dvh;
  }

  .question-body {
    width: 100vw;
    height: 100dvh;
    max-height: none;
  }

  .result-body {
    width: 100vw;
    height: auto;
    max-height: none;
  }

  .question-body > footer {
    width: 100vw;
  }

  .top-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-height: none;
  }

  .top-container > h1 {
    top: 0;
    padding: 0 24px;
    position: relative;
    height: fit-content;
  }

  .top-container > h1 > .title {
    width: 274px;
    height: auto;
  }

  .top-container > .main-image {
    width: 100%;
    height: auto;
    padding: 0 27px;
    position: relative;
    top: 0;
    margin-top: 40px;
  }

  .top-container > #start-check {
    position: relative;
    top: 0;
    margin-top: 40px;
  }

  .back {
    left: 24px;
    bottom: 24px;
  }

  #popup {
    min-width: auto;
    min-height: auto;
  }

  #popup > #tutorial {
    width: 81.5%;
    max-width: auto;
  }

  #popup > #tutorial > .tutorial-title {
    width: auto;
    height: 45px;
    font-size: 20px;
    line-height: 30px;
    padding: 0 16px;
    margin-bottom: 24px;
  }

  #popup > #tutorial > .tutorial-description {
    width: auto;
    top: 101px;
    font-size: 12px;
    line-height: 16px;
    padding: 0 16px;
  }

  #popup > #tutorial > #go-tutorial {
    width: 168px;
    height: 28px;
    font-size: 12px;
    line-height: 18px;
  }

  #popup > #tutorial > #go-test {
    width: 168px;
    height: 28px;
    font-size: 12px;
    line-height: 18px;
  }

  .progress-container {
    width: 81.5%;
  }

  #question-container {
    height: 503px;
    max-height: none;
  }

  #question-text {
    position: relative;
    top: 0;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.06em;
    gap: 9px;
  }

  #question-text > span {
    border-radius: 4px;
    padding: 0 8px;
    height: 34px;
  }

  #question-image {
    position: relative;
    top: 0;
    margin-top: 56px;
    width: 240px;
    height: 240px;
  }

  #question-container > .buttons {
    gap: 16px;
    position: relative;
    top: 0;
    margin-top: 23px;
  }

  #dislike-button,
  #like-button {
    width: 104px;
    height: 104px;
  }

  #unsure-button {
    width: 104px;
    height: 104px;
  }

  #dislike-button > img {
    width: 42.87px;
    height: 36.78px;
    top: 29.02px;
  }

  #unsure-button > img {
    width: 23.99px;
    height: 35.31px;
    top: 28.6px;
  }

  #like-button > img {
    width: 50.17px;
    height: 41.32px;
    top: 27.04px;
  }

  #dislike-button > span,
  #unsure-button > span,
  #like-button > span {
    top: 70px;
  }

  #tutorial-1,
  #tutorial-2,
  #tutorial-3 {
    height: 503px;
    max-height: none;
  }

  #tutorial-1 > .overlay1,
  #tutorial-1 > .overlay2 {
    width: 336px;
    height: 90px;
    top: -7px;
  }

  #tutorial-1 > .overlay3,
  #tutorial-1 > .overlay4 {
    width: 240px;
    height: 240px;
    top: 136px;
  }

  #tutorial-2 > .overlay1,
  #tutorial-2 > .overlay2 {
    width: 360px;
    height: 120px;
    top: 391px;
  }

  #tutorial-1 > .teacher-frame {
    top: 405px;
    display: block;
  }

  #tutorial-2 > .teacher-frame,
  #tutorial-3 > .teacher-frame {
    top: 217px;
    display: block;
  }

  .teacher-frame > p {
    width: 345px;
  }

  .teacher-frame > .part-of-speech-bubble {
    transform: rotate(90deg);
    margin-top: 0;
    margin-left: 284px;
  }

  .teacher-frame > .teacher {
    margin: 0;
    position: absolute;
    top: 74px;
    right: 0;
  }

  #tutorial-1 > .tutorial-ok {
    top: 527px;
  }

  #tutorial-2 > .tutorial-ok,
  #tutorial-3 > .tutorial-ok {
    top: 331px;
  }

  #tutorial-2 > #button-overlay {
    gap: 16px;
    top: 391px;
  }

  .tutorial-retry {
    top: 383px;
  }

  #check-results {
    height: 149px;
  }

  #check-results > p > span {
    display: inline-block;
  }

  .result-container {
    height: auto;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }

  .result-text {
    width: auto;
    height: auto;
    padding: 73px 24px 0;
  }

  .result-text > .type {
    font-size: 14px;
    line-height: 21px;
  }

  .result-text > .type > .big {
    font-size: 48px;
    line-height: 48px;
  }

  .result-text > .title {
    font-size: 32px;
    line-height: 36px;
    margin-top: 6px;
  }

  .result-text > .title > span {
    padding: 0 16px;
  }

  .result-text > .description {
    font-size: 14px;
    line-height: 25px;
    margin-top: 8px;
  }

  .result-graph {
    transform: scale(0.65, 0.65);
    position: relative;
    width: auto;
    height: auto;
  }

  #suited-icon-0 {
    align-items: center;
    justify-content: center;
  }

  #suited-icon-0 > img {
    width: auto;
    height: inherit;
    top: auto;
  }

  #suited-icon-1,
  #suited-icon-2 {
    align-items: center;
    justify-content: center;
  }

  #suited-icon-1 > img,
  #suited-icon-2 > img {
    width: auto;
    height: inherit;
    top: auto;
  }

  .suited-container {
    padding-bottom: 50px;
  }

  .suited-jobs {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding: 24px 24px 30px;
  }

  .super-suited {
    width: 100%;
    height: auto;
    padding-bottom: 57px;
  }

  .suited {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }

  .super-suited > .suited-header,
  .suited > .suited-header {
    height: 40px;
    font-size: 16px;
    line-height: 24px;
  }

  .super-suited > .job-data {
    display: none;
  }

  .super-suited > .sp-job-data {
    display: block;
    padding: 20px 20px 0;
  }

  .super-suited > .sp-job-data > .sub_name {
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 255, 255, 0.9);
  }

  .super-suited > .sp-job-data > .name {
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    padding-bottom: 7px;
    border-bottom: 2px solid #ffffff;
  }

  .super-suited > .sp-job-data > .job-info {
    margin-top: 14px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
  }

  .super-suited > .sp-job-data > .job-info > .job-thumbnail {
    width: 96px;
    height: 127.77px;
    border-radius: 4px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .super-suited > .sp-job-data > .job-info > .job-thumbnail > img {
    width: auto;
    height: 100%;
  }

  .super-suited > .sp-job-data > .job-info > button {
    width: 120px;
    height: 32px;
    border-radius: 28px;
    border: 2px solid #121212;
    box-shadow: 4px 4px 0px 0px #12121229;
    background-color: #f0e837;
    font-size: 12px;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    color: #121212;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .super-suited > .sp-job-data > .job-info > .job-info-text > div {
    padding-bottom: 8px;
  }

  .super-suited > .sp-job-data > .job-info > .job-info-text .heading {
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(18, 18, 18, 0.3);
  }

  .super-suited > .sp-job-data > .job-info > .job-info-text .list {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 255, 255, 0.9);
  }

  .suited-jobs > .link-button {
    top: auto;
    bottom: 120px;
  }

  .suited-container > .banner-button {
    margin-bottom: 30px;
  }

  .suited > .job-data {
    padding: 20px 20px 0;
    position: relative;
    width: 100%;
    height: auto;
    left: auto;
  }

  .suited > .job-data.first {
    top: 0;
  }

  .suited > .job-data.second {
    top: 0;
  }

  #job-popup {
    min-width: auto;
    min-height: auto;
    height: 100%;
    padding: 90px 24px;
    position: fixed;
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }

  #job-popup > .job-detail {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: auto;
    height: auto;
    padding: 24px;
  }

  .job-detail-data {
    flex-direction: column;
  }

  #job-popup > .job-detail .job-detail-header {
    padding-top: 32px;
    padding-bottom: 7px;
  }

  #job-popup > .job-detail .label {
    width: 128px;
    height: 26px;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 0;
  }

  .job-detail-header > .change-job {
    padding: 7px;
  }

  #job-popup > .job-detail .sub_name {
    font-size: 11px;
    line-height: 16px;
  }

  #job-popup > .job-detail .name {
    font-size: 20px;
    line-height: 30px;
  }

  #job-popup > .job-detail > .job-detail-data {
    margin-top: 32px;
    align-items: center;
    flex-direction: column;
    gap: 24px;
  }

  #job-popup > .job-detail .job-thumbnail {
    width: 217px;
    height: 246px;
  }

  #job-popup > .job-detail .job-info {
    height: auto;
  }

  .job-detail > .close-job-popup {
    width: 50px;
    height: 50px;
    right: -20px;
    top: -20px;
    gap: 2px;
  }

  .job-detail > .close-job-popup > img {
    width: 15px;
    object-fit: cover;
  }

  .lp-header {
    width: 100%;
  }

  .lp-header > .once-you-know {
    width: 215px;
    height: 34px;
    top: 40px;
    font-size: 12px;
    line-height: 18px;
  }

  .lp-header > h1 {
    margin-top: 45px;
    padding: 0 8px;
  }

  .lp-header > h1 > .lp-header-img {
    width: 100%;
    height: auto;
  }

  .lp-body > article {
    width: 100%;
    padding: 0 24px;
  }

  .lp-explanation {
    margin-top: 40px !important;
    width: 100%;
    height: 226px;
  }

  .lp-explanation > .background > .circle.big {
    width: 104px;
    height: 104px;
  }

  .lp-explanation > .background > .circle.middle {
    width: 93px;
    height: 93px;
  }

  .lp-explanation > .background > .circle.small {
    width: 22px;
    height: 22px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .lp-explanation > p {
    font-size: 11px;
    line-height: 16px;
  }

  .lp-explanation > p.text-1 {
    top: 10px;
    left: 0;
  }

  .lp-explanation > p.text-2 {
    top: 168.74px;
    left: auto;
    right: -10px;
  }

  .lp-explanation > .capture-list {
    width: 200px;
    height: 154.74px;
    top: 51.53px;
    left: 0;
  }

  .lp-explanation > .capture-list > img {
    width: 96px;
    height: 73.27px;
  }

  .lp-explanation > .avatar-programmer {
    width: 67.13px;
    height: 146.05px;
    top: 79.95px;
    left: auto;
    right: 79.6px;
  }

  .lp-explanation > .avatar-illustrator {
    width: 76.66px;
    height: 146.48px;
    top: 65.51px;
    left: auto;
    right: 0;
  }

  .lp-what {
    width: 100%;
    border: 3px solid #000000;
    padding: 41.82px 21px 21px;
    margin-top: 32px;
  }

  .lp-what > h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .lp-what > .answer {
    font-size: 16px;
    line-height: 24px;
    border: 2px solid #121212;
    border-radius: 20px;
    margin-top: 17.56px;
    padding: 14px 0;
  }

  .lp-what > .miraiina {
    width: 80px;
    height: 86px;
    top: 165px;
    right: 10px;
  }

  .lp-what > .miraiina > img {
    width: 54px;
    height: 59.06px;
  }

  .lp-what > .supplement {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    margin-top: 75px;
  }

  .lp-what > .features {
    margin: 16px auto 0;
    flex-direction: column-reverse;
    align-items: center;
  }

  .lp-what > .features > .feature-list > p {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    padding: 14px;
  }

  .lp-what > .features > img {
    width: 120px;
    height: 120px;
  }

  .lp-how-to {
    width: 100%;
    margin-top: 40px;
  }

  .lp-how-to > .choose-job {
    width: 100%;
    height: auto;
    border: 3px solid #ff7226;
    padding: 13px 21px;
    margin-top: 24px;
  }

  .lp-how-to > .choose-job > h3 {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
  }

  .lp-how-to > .choose-job > p {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    margin-top: 143px;
  }

  .lp-how-to > .choose-job > .job-images {
    width: 192px;
    height: 132.41px;
    position: absolute;
    top: 74px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    right: auto;
    gap: 0;
    padding-bottom: 12.58px;
  }

  .lp-how-to > .choose-job > .job-images > img {
    transform: scale(0.66);
  }

  .lp-how-to > .get-points {
    width: 100%;
    height: auto;
    border: 3px solid #07b300;
    padding: 13px 21px;
    margin-top: 16px;
  }

  .lp-how-to > .get-points > h3 {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
  }

  .lp-how-to > .get-points > p {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    margin-top: 143px;
  }

  .lp-how-to > .get-points > .mira-image {
    width: 192px;
    height: 132.41px;
    position: absolute;
    top: 54px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    right: auto;
    justify-content: center;
    gap: 0;
    padding-bottom: 0;
    padding-top: 0;
  }

  .lp-how-to > .get-points > .mira-image > img {
    width: 70.25px;
    height: 70.25px;
  }

  .lp-how-to > .get-points > .mira-image > p {
    top: 0;
  }

  .lp-how-to > .level-up {
    width: 100%;
    height: auto;
    border: 3px solid #338eff;
    padding: 13px 21px;
    margin-top: 16px;
  }

  .lp-how-to > .level-up > h3 {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
  }

  .lp-how-to > .level-up > p {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    margin-top: 143px;
  }

  .lp-how-to > .level-up > .level-up-image {
    overflow: hidden;
    width: 192px;
    height: 132.41px;
    position: absolute;
    top: 54px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    right: auto;
    padding-bottom: 0;
    padding-top: 0;
  }

  .lp-how-to > .level-up > .level-up-image > .grade-up {
    position: absolute;
    top: 27.81px;
    left: 18.68px;
  }

  .lp-how-to > .level-up > .level-up-image > .programmer {
    position: absolute;
    width: 99.97px;
    height: auto;
    top: 28.47px;
    left: 76.14px;
  }

  .lp-form {
    width: 100%;
    margin-top: 40px;
  }

  .lp-form > .message {
    font-size: 12px;
    line-height: 18px;
    width: 297px;
    margin: 24px auto 0;
  }

  .lp-form > form {
    width: 297px;
    margin: 24px auto 0;
  }

  .lp-form > form label {
    font-size: 12px;
    line-height: 18px;
  }

  .lp-form > form input {
    height: 46px;
    font-size: 12px;
    padding: 12px;
  }

  .lp-form > form p {
    font-size: 10px;
    line-height: 15px;
  }

  .lp-form > form button {
    width: 160px;
    height: 44px;
    border-radius: 26px;
    margin-top: 24px;
    font-size: 14px;
    line-height: 21px;
  }

  .lp-form > form .null-err-msg {
    top: -12px;
  }

  .lp-form > form .mail-err-msg {
    top: -12px;
  }

  .thanks-container {
    width: 100%;
    padding: 80px 24px;
  }

  .thanks-container > h1 {
    width: 100%;
  }

  .thanks-container > h1 > img {
    width: 100%;
    height: auto;
  }

  .thanks-container > p {
    padding: 0 24px;
    margin-top: 48px;
  }

  .thanks-container > .line-friend {
    border: 3px solid #07b300;
    padding: 12px 36px;
    margin-top: 56px;
  }

  .thanks-container > .line-friend > h2 {
    font-size: 24px;
  }

  .thanks-container > .line-friend > p {
    font-size: 12px;
    margin-top: 16px;
  }

  .thanks-container > .line-friend > .add-friend {
    margin-top: 24px;
  }

  .thanks-container > .line-friend > .add-friend > button {
    font-size: 13px;
    padding: 12px 26px 11px 56px;
    background-size: auto 24px;
  }

  .thanks-container > button {
    width: 218px;
    height: 44px;
    font-size: 14px;
    line-height: 21px;
    margin-top: 40px;
  }
}
