<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@keyframes fade {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
body {
  line-height: normal;
}

main {
  color: var(--main-font-color);
  margin: 0 auto;
  min-height: calc(100vh - 165px) !important;
  padding: 0 0 100px;
  position: relative;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

.is-sp {
  display: none !important;
}
@media (max-width: 767px) {
  .is-sp {
    display: block !important;
  }
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.entry_head {
  margin-bottom: 35px;
  margin-top: 50px;
}

.recruit {
  background-color: #f8f8f8;
  padding: 25px 0;
}

.recruit__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  max-width: 1200px;
}

.recruit .short_under_line_h {
  align-items: center;
  display: flex;
  font-size: 18px;
  margin-right: 0;
}

.recruit_info {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  justify-content: center;
  margin: 0;
}

.recruit_info dt {
  flex-basis: 25%;
  margin: 10px 0;
  text-align: right;
}

.recruit_info dd {
  flex-basis: 60%;
  font-weight: bold;
  margin: auto 25px;
}

.entryBanner.game {
  background: url("/entry_assets/index/img/bg_kyuujinn_game_pc.webp") no-repeat center center;
  background-size: cover;
  height: 350px;
}
@media (max-width: 767px) {
  .entryBanner.game {
    background: none;
    height: auto;
  }
}
.entryBanner.game picture {
  padding: 20px 0 0 90px;
  margin: 0 auto;
  height: 300px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .entryBanner.game picture {
    padding: 0;
    height: auto;
    width: 100%;
  }
}

.entryBanner.banner-creator {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 350px;
}
.entryBanner.banner-creator.kyuujinn_creator_1, .entryBanner.banner-creator.kyuujinn_creator_3, .entryBanner.banner-creator.kyuujinn_creator_4 {
  background-image: url("/entry_assets/index/img/bg_kyuujinn_creator1_pc.webp");
}
.entryBanner.banner-creator.kyuujinn_creator_2, .entryBanner.banner-creator.kyuujinn_creator_5, .entryBanner.banner-creator.kyuujinn_creator_6 {
  background-image: url("/entry_assets/index/img/bg_kyuujinn_creator2_pc.webp");
}
@media (max-width: 767px) {
  .entryBanner.banner-creator {
    background: none;
    height: auto;
  }
}
.entryBanner.banner-creator picture {
  padding: 13px 0 0 0;
  margin: 0 auto;
  height: 350px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .entryBanner.banner-creator picture {
    padding: 0;
    height: auto;
    width: 100%;
  }
}

.entryBanner.banner-engineer {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 350px;
}
.entryBanner.banner-engineer.kyuujinn_engineer_1 {
  background-image: url("/entry_assets/index/img/bg_kyuujinn_engineer1_pc.webp");
}
@media (min-width: 767px) and (max-width: 1280px) {
  .entryBanner.banner-engineer.kyuujinn_engineer_1 {
    height: 27.34375vw;
  }
}
.entryBanner.banner-engineer.kyuujinn_engineer_1 picture {
  padding: 25px 0 0 0;
  transform: translateX(-175px);
}
@media (min-width: 767px) and (max-width: 1280px) {
  .entryBanner.banner-engineer.kyuujinn_engineer_1 picture {
    padding: 1.953125vw 27.34375vw 0 0;
    transform: unset;
    display: flex;
    align-items: center;
    height: 27.34375vw;
  }
}
@media (max-width: 767px) {
  .entryBanner.banner-engineer.kyuujinn_engineer_1 picture {
    padding: 0;
    transform: unset;
  }
}
.entryBanner.banner-engineer.kyuujinn_engineer_2 {
  background-image: url("/entry_assets/index/img/bg_kyuujinn_engineer2_pc.webp");
}
.entryBanner.banner-engineer.kyuujinn_engineer_2 picture {
  padding: 16px 0 2px 0;
}
@media (max-width: 767px) {
  .entryBanner.banner-engineer.kyuujinn_engineer_2 picture {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .entryBanner.banner-engineer {
    background: none;
    height: auto;
  }
}
.entryBanner.banner-engineer picture {
  padding: 13px 0 0 0;
  margin: 0 auto;
  height: 350px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .entryBanner.banner-engineer picture {
    padding: 0;
    height: auto;
    width: 100%;
  }
}

.entry-form {
  text-align: center;
}

.entry-form section {
  display: none;
}

.entry-form section.is-active {
  animation-duration: 1s;
  animation-name: fade;
  display: block;
}

h1 {
  color: var(--main-blue);
}

.kyuujinn_creator_1 h1,
.kyuujinn_creator_3 h1,
.kyuujinn_creator_4 h1 {
  color: #a258c9;
}

.kyuujinn_creator_2 h1,
.kyuujinn_creator_5 h1,
.kyuujinn_creator_6 h1 {
  color: #9aa900;
}

.entry-form p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .entry-form p {
    font-size: 14px;
  }
}

.step_bar_box {
  margin: 15px auto 0;
  max-width: 700px;
  width: 100%;
}

.step_bar {
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 767px) {
  .step_bar .is-pc {
    display: none;
  }
}

.step_bar .step-name {
  display: flex;
}
@media (max-width: 767px) {
  .step_bar .step-name {
    display: block;
    height: 12px;
  }
}

.step_bar::before {
  background-color: var(--main-light-gray);
  content: "";
  height: 4px;
  left: 0;
  margin: 0 37px;
  position: absolute;
  top: calc(50% - 9px);
  transform: translateY(-50%);
  width: calc(100% - 100px);
  z-index: -1;
}
@media (max-width: 767px) {
  .step_bar::before {
    height: 1.0256410256vw;
    margin: 0 8.2051282051vw;
    max-width: 83.5897435897vw;
    top: calc(50% - 2.3076923077vw);
    width: calc(100% - 16.4102564103vw);
  }
}

.step_bar li {
  align-items: center;
  color: var(--main-gray);
  display: flex;
  flex-direction: column;
  font-size: 12px;
  width: 100px;
}
@media (max-width: 767px) {
  .step_bar li {
    font-size: 2.5641025641vw;
    width: 25.641025641vw;
  }
}

.progress_box {
  height: 5px;
  left: 50%;
  max-width: 600px;
  position: absolute;
  top: calc(50% - 9px);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .progress_box {
    height: 1.2820512821vw;
    max-width: 65.641025641vw;
    top: calc(50% - 2.3076923077vw);
  }
}

.progress {
  background-color: var(--main-blue);
  height: 5px;
  transition: 0.6s ease-in-out;
  width: 0;
}
@media (max-width: 767px) {
  .progress {
    height: 1.2820512821vw;
  }
}

.kyuujinn_creator_1 .progress,
.kyuujinn_creator_3 .progress,
.kyuujinn_creator_4 .progress {
  background-color: #a258c9;
}

.kyuujinn_creator_2 .progress,
.kyuujinn_creator_5 .progress,
.kyuujinn_creator_6 .progress {
  background-color: #9aa900;
}

.kyuujinn_engineer_1 .progress,
.kyuujinn_engineer_2 .progress {
  background-color: #1e1f25;
}

.step_bar span {
  align-items: center;
  background-color: #fff;
  border: 2px solid var(--main-light-gray);
  border-radius: 50%;
  color: #999;
  display: flex;
  height: 30px;
  justify-content: center;
  margin-bottom: 5px;
  transition: 0.6s ease-in-out;
  width: 30px;
}
@media (max-width: 767px) {
  .step_bar span {
    height: 7.6923076923vw;
    width: 7.6923076923vw;
  }
}

.step_bar span.is-active {
  background-color: var(--main-blue);
  border-color: var(--main-blue);
  color: #fff;
}

.kyuujinn_creator_1 .step_bar span.is-active,
.kyuujinn_creator_2 .step_bar span.is-active,
.kyuujinn_creator_3 .step_bar span.is-active,
.kyuujinn_creator_4 .step_bar span.is-active,
.kyuujinn_creator_5 .step_bar span.is-active,
.kyuujinn_creator_6 .step_bar span.is-active {
  background-color: #383b3e;
  border-color: #383b3e;
}

.kyuujinn_engineer_1 .step_bar span.is-active,
.kyuujinn_engineer_2 .step_bar span.is-active {
  background-color: #1e1f25;
  border-color: #1e1f25;
}

.step_bar span.is-checked {
  border-color: var(--main-blue);
  font-size: 0;
  transition: unset;
}

.kyuujinn_creator_1 .step_bar span.is-checked,
.kyuujinn_creator_3 .step_bar span.is-checked,
.kyuujinn_creator_4 .step_bar span.is-checked {
  border-color: #a258c9;
}

.kyuujinn_creator_2 .step_bar span.is-checked,
.kyuujinn_creator_5 .step_bar span.is-checked,
.kyuujinn_creator_6 .step_bar span.is-checked {
  border-color: #9aa900;
}

.kyuujinn_engineer_1 .step_bar span.is-checked,
.kyuujinn_engineer_2 .step_bar span.is-checked {
  border-color: #1e1f25;
}

.step_bar span.is-checked::before {
  color: var(--main-blue);
  content: "✓";
  font-size: 16px;
  font-weight: bold;
}

.kyuujinn_creator_1 .step_bar span.is-checked::before,
.kyuujinn_creator_3 .step_bar span.is-checked::before,
.kyuujinn_creator_4 .step_bar span.is-checked::before {
  color: #a258c9;
}

.kyuujinn_creator_2 .step_bar span.is-checked::before,
.kyuujinn_creator_5 .step_bar span.is-checked::before,
.kyuujinn_creator_6 .step_bar span.is-checked::before {
  color: #9aa900;
}

.kyuujinn_engineer_1 .step_bar span.is-checked::before,
.kyuujinn_engineer_2 .step_bar span.is-checked::before {
  color: #01bb2d;
}

h2 {
  color: var(--main-light-blue);
}

.kyuujinn_creator_1 h2,
.kyuujinn_creator_3 h2,
.kyuujinn_creator_4 h2 {
  color: #a258c9;
}

.kyuujinn_creator_2 h2,
.kyuujinn_creator_5 h2,
.kyuujinn_creator_6 h2 {
  color: #9aa900;
}

.kyuujinn_engineer_1 h2,
.kyuujinn_engineer_2 h2 {
  color: #01bb2d;
  font-weight: 500;
}

.entry_box {
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.0980392157);
  display: block;
  margin: auto;
  position: relative;
  text-align: left;
}

.entry_name {
  display: flex;
  gap: 5px;
  justify-content: space-between;
}

form dl {
  -moz-column-gap: 18px;
       column-gap: 18px;
  font-size: 1.4rem;
  /* display: flex;
  flex-wrap: wrap; */
  width: 100%;
}

form dl dt {
  align-items: center;
  color: var(--main-font-color);
  display: flex;
  font-size: 18px;
  margin-bottom: 6px;
  opacity: 0.7;
}

.entry_box input,
.entry_box select,
.form dl input,
.form dl select,
.like_select,
.js-hope_pref_add {
  border: 1px solid var(--main-light-gray);
  border-radius: 4px;
  height: 50px;
  padding: 0 12px;
  width: 100%;
}

.numeric-only {
  ime-mode: disabled !important;
  -webkit-ime-mode: disabled !important;
  -moz-ime-mode: disabled !important;
}

.is-entered {
  border-color: var(--main-light-blue);
}

.is-error {
  border-color: var(--main-red) !important;
}

form dl input::-moz-placeholder {
  color: #b1b1b1;
}

form dl input::placeholder {
  color: #b1b1b1;
}

form dl select,
.entry_box select,
.js-hope_pref_add {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding-right: 30px;
}

.entry_box select {
  color: #000;
}
.entry_box select:disabled {
  color: #666;
}
.entry_box select:disabled:hover {
  cursor: default;
}

.select_hope_pref_box {
  display: none;
  margin-top: 10px;
}
.select_hope_pref_box &gt; div {
  align-items: center;
  display: flex;
  justify-content: end;
}

.entry_box.no-bg {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  margin-top: 60px;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .entry_box.no-bg {
    margin-top: 24px;
  }
}

.mt-inner-section {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .mt-inner-section {
    margin-top: 16px;
  }
}

.radio_parent {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 12px;
  width: 100%;
}
@media (max-width: 767px) {
  .radio_parent {
    gap: 16px 9px;
  }
}
.radio_parent label {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  border-radius: 5px;
  background: #004c96;
  box-shadow: 0px 7px 0px 0px #00356a;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
  cursor: pointer;
  position: relative;
  transition: opacity 0.15s ease-out;
}
@media (max-width: 767px) {
  .radio_parent label {
    height: 58px;
    font-size: 18px;
    line-height: 21.78px;
  }
}
.radio_parent label:hover {
  opacity: 0.5;
}
.radio_parent label::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 24px;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .radio_parent label::after {
    width: 8px;
    height: 8px;
    right: 15px;
  }
}
.radio_parent label:last-child {
  font-size: 18px;
}
@media (max-width: 767px) {
  .radio_parent label span {
    margin-top: 4px;
    font-size: 16px;
    line-height: 1;
  }
}
.radio_parent label small {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .radio_parent label small {
    font-size: 14px;
    line-height: 20px;
  }
}
.radio_parent &gt; label {
  width: 100%;
}
.radio_parent &gt; label ~ label {
  width: calc(50% - 6px);
}
@media (max-width: 767px) {
  .radio_parent &gt; label ~ label {
    width: calc(50% - 4.5px);
  }
}
.radio_parent input[type=radio]:checked + label {
  background: #00356a;
  box-shadow: 0px 7px 0px 0px #00274e;
}
.radio_parent input[type=radio]:checked + label::before {
  display: inline;
  background-image: url("/img/entry/icon_checked.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  width: 22px;
  height: 22px;
  margin-right: 6px;
  margin-top: 2px;
}
@media (max-width: 767px) {
  .radio_parent input[type=radio]:checked + label::before {
    width: 18px;
    height: 18px;
    margin-right: 2px;
  }
}
@media (max-width: 767px) {
  .radio_parent input[type=radio]:checked + label::after {
    right: 8px;
  }
}

.kyuujinn_creator_1 .radio_parent label,
.kyuujinn_creator_3 .radio_parent label,
.kyuujinn_creator_4 .radio_parent label {
  background: #a258c9;
  box-shadow: 0px 7px 0px 0px #6f3190;
}
.kyuujinn_creator_1 .radio_parent input[type=radio]:checked + label,
.kyuujinn_creator_3 .radio_parent input[type=radio]:checked + label,
.kyuujinn_creator_4 .radio_parent input[type=radio]:checked + label {
  background: #753398;
  box-shadow: 0px 7px 0px 0px #562570;
}

.kyuujinn_creator_2 .radio_parent label,
.kyuujinn_creator_5 .radio_parent label,
.kyuujinn_creator_6 .radio_parent label {
  color: #000;
  background: #dbf200;
  box-shadow: 0px 7px 0px 0px #a3b300;
}
.kyuujinn_creator_2 .radio_parent label::after,
.kyuujinn_creator_5 .radio_parent label::after,
.kyuujinn_creator_6 .radio_parent label::after {
  border-color: #000;
}
.kyuujinn_creator_2 .radio_parent input[type=radio]:checked + label,
.kyuujinn_creator_5 .radio_parent input[type=radio]:checked + label,
.kyuujinn_creator_6 .radio_parent input[type=radio]:checked + label {
  background: #b8ca00;
  box-shadow: 0 7px 0 0 #8e9d00;
}
.kyuujinn_creator_2 .radio_parent input[type=radio]:checked + label::before,
.kyuujinn_creator_5 .radio_parent input[type=radio]:checked + label::before,
.kyuujinn_creator_6 .radio_parent input[type=radio]:checked + label::before {
  background-image: url("/img/entry/icon_checked_bk.png");
}

.kyuujinn_engineer_1 .radio_parent label,
.kyuujinn_engineer_2 .radio_parent label {
  color: #000;
  background: #4fe24c;
  box-shadow: 0px 7px 0px 0px #01bb2d;
}
.kyuujinn_engineer_1 .radio_parent label::after,
.kyuujinn_engineer_2 .radio_parent label::after {
  border-color: #000;
}
.kyuujinn_engineer_1 .radio_parent input[type=radio]:checked + label,
.kyuujinn_engineer_2 .radio_parent input[type=radio]:checked + label {
  background: #01bf2e;
  box-shadow: 0 7px 0 0 #018721;
}
.kyuujinn_engineer_1 .radio_parent input[type=radio]:checked + label::before,
.kyuujinn_engineer_2 .radio_parent input[type=radio]:checked + label::before {
  background-image: url("/img/entry/icon_checked_bk.png");
}

.js-hope_pref_add {
  font-size: 13px;
  margin: 10px 0 0 auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 12px 16px;
}
.js-hope_pref_add:before {
  content: url("/img/entry/plus-circle.svg");
  display: block;
  left: 10px;
  height: 16px;
}

.kyuujinn_creator_1 .js-hope_pref_add:before,
.kyuujinn_creator_3 .js-hope_pref_add:before,
.kyuujinn_creator_4 .js-hope_pref_add:before {
  content: url("/img/entry/plus-circle-c1.svg");
}

.kyuujinn_creator_2 .js-hope_pref_add:before,
.kyuujinn_creator_5 .js-hope_pref_add:before,
.kyuujinn_creator_6 .js-hope_pref_add:before {
  content: url("/img/entry/plus-circle-c2.svg");
}

.kyuujinn_engineer_1 .js-hope_pref_add:before,
.kyuujinn_engineer_2 .js-hope_pref_add:before {
  content: url("/img/entry/plus-circle-e1.svg");
}

.js-hope_pref_delete {
  display: none;
  position: relative;
  width: 20px;
  height: 20px;
  background: url("/img/entry/cross-circle.svg") no-repeat left center/20px;
  white-space: nowrap;
  cursor: pointer;
}

.hope_pref_text {
  font-size: 14px;
  margin-left: 2px;
  margin-right: 10px;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .hope_pref_text {
    font-size: 12px;
  }
}
.select_parent,
.select_hope_pref,
.select_hope_pref_2,
.select_hope_pref_3 {
  position: relative;
  display: block;
}

.select_hope_pref {
  flex-grow: 1;
}

@media (max-width: 767px) {
  .select_hope_pref .hope_pref {
    font-size: 13px;
  }
}

.select_hope_pref_comment {
  display: none;
  padding: 8px 20px;
  background-color: #e8f4ff;
  text-align: center;
  margin-left: 86px;
  margin-top: 10px;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 767px) {
  .select_hope_pref_comment {
    margin-left: 0;
  }
  .select_hope_pref_comment img {
    width: 4.2666666667vw;
  }
}
.select_hope_pref_comment .select_hope_pref_comment_title {
  display: flex;
  gap: 3px;
  justify-content: center;
  font-size: 13px;
  color: #0062c3;
  font-weight: bold;
}
.select_hope_pref_comment .select_hope_pref_comment_text {
  font-size: 11px;
  font-weight: normal;
}
.select_hope_pref_comment::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #e8f4ff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  bottom: 0;
  right: 76px;
  transform: translateY(50%);
  width: 14px;
  height: 16px;
}
@media (max-width: 767px) {
  .select_hope_pref_comment::after {
    left: 50%;
    right: 0;
    width: 3.7333333333vw;
    height: 4.2666666667vw;
    transform: translate(-50%, 50%);
  }
}

.select_parent:after,
.select_jobtype_kibo .entry-pointer:after,
.select_jobtype_gakusyu .entry-pointer:after,
.select_hope_pref:after,
.select_hope_pref_2:after,
.select_hope_pref_3:after {
  content: "";
  margin-top: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: var(--main-font-color);
}

form dl dd {
  cursor: pointer;
  margin: 0;
  width: 100%;
}

.form_2c {
  justify-content: space-between;
}

.form_2c dd {
  flex-basis: calc(50% - 15px);
}

.error,
.error select {
  background-color: #fff1f1;
}

.error_msg {
  color: var(--main-red);
  font-size: 12px;
  text-align: right;
  margin-top: 5px;
}

.error_msg.common {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
}

.error_msg.no_dd {
  margin-top: 0;
  margin-bottom: 5px;
}

.privacypolicy {
  border: 1px solid var(--main-light-gray);
  font-size: 1.4rem;
  line-height: 1.5;
  max-height: 210px;
  overflow: auto;
  padding: 30px;
  text-align: justify;
}

.entry-next #step2-rest::before,
.entry-next #step2::before {
  content: "残り4ステップ";
  font-size: 14px;
  font-weight: 400;
  left: calc(50% - 45px);
  position: absolute;
  top: 0;
}

.entry-next.e-4steps #step2::before {
  content: "残り3ステップ";
}

.entry-next #step3::before {
  content: "残り3ステップ";
  font-size: 14px;
  font-weight: 400;
  left: calc(50% - 45px);
  position: absolute;
  top: 0;
}

.entry-next.e-4steps #step3::before {
  content: "残り2ステップ";
}

.entry-next #step4::before {
  content: "残り2ステップ";
  font-size: 14px;
  font-weight: 400;
  left: calc(50% - 45px);
  position: absolute;
  top: 0;
}

.entry-next.e-4steps #step4::before {
  content: "残り1ステップ";
}

.entry-next #step5::before,
.entry-next #step6::before {
  content: "残り1ステップ";
  font-size: 14px;
  font-weight: 400;
  left: calc(50% - 45px);
  position: absolute;
  top: 0;
}

.kyuujinn_engineer_1 .entry-next #step2-rest::before,
.kyuujinn_engineer_1 .entry-next #step2::before,
.kyuujinn_engineer_1 .entry-next #step3::before,
.kyuujinn_engineer_1 .entry-next #step4::before,
.kyuujinn_engineer_1 .entry-next #step5::before,
.kyuujinn_engineer_2 .entry-next #step2-rest::before,
.kyuujinn_engineer_2 .entry-next #step2::before,
.kyuujinn_engineer_2 .entry-next #step3::before,
.kyuujinn_engineer_2 .entry-next #step4::before,
.kyuujinn_engineer_2 .entry-next #step5::before {
  font-weight: 700;
}

.entry-next,
.entry_submit {
  margin-top: 36px;
  text-align: center;
}

.entry-prev {
  color: var(--main-blue);
  cursor: pointer;
  font-size: 13px;
  margin-top: 30px;
}

.kyuujinn_creator_1 .entry-prev,
.kyuujinn_creator_3 .entry-prev,
.kyuujinn_creator_4 .entry-prev {
  color: #a258c9;
}

.kyuujinn_creator_2 .entry-prev,
.kyuujinn_creator_5 .entry-prev,
.kyuujinn_creator_6 .entry-prev {
  color: #9aa900;
}

.kyuujinn_engineer_1 .entry-prev,
.kyuujinn_engineer_2 .entry-prev {
  color: #8d8f98;
}

.entry-next a {
  background-color: #004c96;
  box-shadow: 0px 7px 0px 0px #00356a;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  padding: 20px 0 5px;
  position: relative;
}
.entry-next a.disabled {
  background-color: #c4cacf;
  box-shadow: 0px 7px 0px 0px #a2a8af;
  cursor: default;
}
.entry-next a.disabled:hover {
  opacity: 1 !important;
}
.entry-next a:after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  height: 10px;
  position: absolute;
  right: 20px;
  top: 25px;
  transform: rotate(225deg);
  width: 10px;
}

.kyuujinn_creator_1 .entry-next a,
.kyuujinn_creator_3 .entry-next a,
.kyuujinn_creator_4 .entry-next a {
  background-color: #a258c9;
  box-shadow: 0px 7px 0px 0px #6f3190;
}

.kyuujinn_creator_2 .entry-next a,
.kyuujinn_creator_5 .entry-next a,
.kyuujinn_creator_6 .entry-next a {
  color: #000;
  background-color: #dbf200;
  box-shadow: 0px 7px 0px 0px #9aa900;
}
.kyuujinn_creator_2 .entry-next a:after,
.kyuujinn_creator_5 .entry-next a:after,
.kyuujinn_creator_6 .entry-next a:after {
  border-color: #000;
}

.kyuujinn_engineer_1 .entry-next a,
.kyuujinn_engineer_2 .entry-next a {
  color: #000;
  background: #4fe24c;
  box-shadow: 0px 7px 0px 0px #01bb2d;
  font-weight: 700;
}
.kyuujinn_engineer_1 .entry-next a:after,
.kyuujinn_engineer_2 .entry-next a:after {
  border-color: #000;
}

.entry_submit button {
  box-sizing: border-box;
  background-color: #eb690a;
  box-shadow: 0px 7px 0px 0px #a74700;
  border: none;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 24.2px;
  margin-top: 10px;
  padding: 16px 0 15px 19px;
  position: relative;
  width: 300px;
  height: 77px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .entry_submit button {
    padding: 10px 0 9px 13px;
    height: 65px;
  }
}
.entry_submit button.disabled {
  background-color: #c4cacf;
  box-shadow: 0px 7px 0px 0px #a2a8af;
  position: relative;
  cursor: default;
}
.entry_submit button.disabled:hover {
  opacity: 1 !important;
}
.entry_submit button.disabled &gt; span {
  border: 1px solid #c4cacf;
  color: #c4cacf;
}
.entry_submit button.disabled::before {
  content: "";
  background-image: url("/img/cta-img-disabled.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .entry_submit button.disabled::before {
    background-size: 54px auto;
  }
}
.entry_submit button &gt; span {
  background: #fff;
  border: 1px solid #eb690c;
  border-radius: 100vh;
  color: #eb690c;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: normal;
  left: calc(50% - 128px);
  line-height: 20px;
  padding: 0 5px;
  position: absolute;
  text-align: center;
  top: -10px;
}

.entry_submit button::before {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 11px;
  height: 61px;
  width: 61px;
  background-image: url("/img/cta-img.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .entry_submit button::before {
    background-size: 54px auto;
    bottom: -5px;
  }
}

.entry_submit button::after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  height: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(225deg);
  width: 10px;
}

/* .entry-next a::after {
	content: "&gt;";
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
} */
.entry_feature {
  background-color: #f5fcff;
}

.entry_feature ul {
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px 0 15px;
}

.entry_feature ul li {
  align-items: center;
  display: flex;
  justify-content: center;
}

.entry_feature ul li img {
  margin-right: 10px;
}

.entry_feature .point_part {
  color: #0066c9;
  font-size: 12px;
  font-weight: bold;
}

.entry_feature .point_part strong {
  font-size: 21px;
  margin: 0 3px;
}

.entry_feature .point_ex {
  font-size: 12px;
  margin-top: 5px;
}

.entry_box .age {
  font-size: 18px;
}

.entry_box .age input {
  margin-right: 15px;
  width: 120px;
}

.entry_box .select_birthday.pc {
  display: flex;
  justify-content: space-between;
}
.entry_box .select_birthday.pc select {
  width: 110px;
}
@media (max-width: 767px) {
  .entry_box .select_birthday.pc {
    display: none;
  }
}

.entry_box .select_birthday.sp {
  display: none;
}
@media (max-width: 767px) {
  .entry_box .select_birthday.sp {
    display: block;
  }
}

.career:not(:first-of-type) {
  display: none;
}

.career_mail {
  display: block;
}

.career dd:not(:first-of-type):not(.select_jobtype_kibo):not(.select_jobtype_gakusyu) {
  margin-top: 40px;
  position: relative;
}

.career dd:not(:first-of-type):not(.select_jobtype_kibo):not(.select_jobtype_gakusyu)::before {
  border-right: 2px solid var(--main-light-blue);
  border-top: 2px solid var(--main-light-blue);
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: -50%;
  transform: rotate(135deg);
  width: 10px;
}

.kyuujinn_creator_1 .career dd:not(:first-of-type):not(.select_jobtype_kibo):not(.select_jobtype_gakusyu)::before,
.kyuujinn_creator_3 .career dd:not(:first-of-type):not(.select_jobtype_kibo):not(.select_jobtype_gakusyu)::before,
.kyuujinn_creator_4 .career dd:not(:first-of-type):not(.select_jobtype_kibo):not(.select_jobtype_gakusyu)::before {
  border-color: #a258c9;
}

.kyuujinn_creator_2 .career dd:not(:first-of-type):not(.select_jobtype_kibo):not(.select_jobtype_gakusyu)::before,
.kyuujinn_creator_5 .career dd:not(:first-of-type):not(.select_jobtype_kibo):not(.select_jobtype_gakusyu)::before,
.kyuujinn_creator_6 .career dd:not(:first-of-type):not(.select_jobtype_kibo):not(.select_jobtype_gakusyu)::before {
  border-color: #9aa900;
}

.kyuujinn_engineer_1 .career dd:not(:first-of-type):not(.select_jobtype_kibo):not(.select_jobtype_gakusyu)::before,
.kyuujinn_engineer_2 .career dd:not(:first-of-type):not(.select_jobtype_kibo):not(.select_jobtype_gakusyu)::before {
  border-color: #01bb2d;
}

.career .career_add {
  border-top: 1px dashed var(--main-blue);
  color: var(--main-blue);
  font-size: 11px;
  font-weight: bold;
  margin: 30px auto;
  text-align: center;
  width: 100%;
}

.kyuujinn_creator_1 .career .career_add,
.kyuujinn_creator_3 .career .career_add,
.kyuujinn_creator_4 .career .career_add {
  border-color: #a258c9;
  color: #a258c9;
}

.kyuujinn_creator_2 .career .career_add,
.kyuujinn_creator_5 .career .career_add,
.kyuujinn_creator_6 .career .career_add {
  border-color: #9aa900;
  color: #9aa900;
}

.kyuujinn_engineer_1 .career .career_add,
.kyuujinn_engineer_2 .career .career_add {
  border-color: #01bb2d;
  color: #01bb2d;
}

.js-career_add {
  cursor: pointer;
}

.career .career_add p {
  padding-top: 18px;
}

p.show_kiyaku {
  font-size: 10px;
  margin-bottom: 16px;
}

p.show_kiyaku a {
  text-decoration: underline;
}
p.show_kiyaku a:hover {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  main {
    min-height: calc(100vh - 176px) !important;
    padding-bottom: 18px;
  }
  .recruit {
    padding: 15px 0;
  }
  .recruit .short_under_line_h {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .recruit_info {
    font-size: 12px;
  }
  .recruit_info dt {
    margin: 5px 0;
  }
  .entry_feature ul {
    padding: 12px 5px;
  }
  .entry_feature ul li:not(:first-child) {
    margin-left: 5px;
  }
  .entry_feature ul li img {
    height: 50px;
    margin-right: 5px;
    width: 30px;
  }
  .entry_feature .point_part strong {
    font-size: 15px;
  }
  .entry_feature .point_ex {
    font-size: 8px;
  }
  .entry-form {
    padding: 18px 39px;
  }
}
@media screen and (max-width: 768px) and (max-width: 767px) {
  .entry-form {
    padding: 18px 25px;
  }
}
@media screen and (max-width: 768px) {
  .entry-form.kyuujinn_creator_1, .entry-form.kyuujinn_creator_2, .entry-form.kyuujinn_creator_3, .entry-form.kyuujinn_creator_4, .entry-form.kyuujinn_creator_5, .entry-form.kyuujinn_creator_6 {
    padding: 10px 25px 30px;
  }
  .entry-form.kyuujinn_engineer_1, .entry-form.kyuujinn_engineer_2 {
    padding: 25px;
  }
  .entry_box {
    margin-top: 18px;
    padding: 30px 16px;
    width: 100%;
  }
  .entry-prev {
    float: left;
  }
  h1 {
    font-size: 18px;
    margin-bottom: 12px;
    margin-top: 0;
  }
  h2 {
    font-size: 15px;
    margin-top: 36px;
  }
  form dl input,
  form dl select {
    font-size: 13px;
    width: 100%;
  }
  form dl select option {
    cursor: pointer;
    font-size: 1.5rem;
  }
  form dl dt {
    font-size: 14px;
    margin-bottom: 5px;
  }
  form dl dt:not(:first-child) {
    margin-top: 20px;
  }
  .form_2c dd {
    flex-basis: calc(50% - 8px);
  }
  .entry-next,
  .entry_submit {
    margin-top: 30px;
  }
  .entry-next a {
    font-size: 18px;
    line-height: 40px;
    width: 80%;
  }
  .entry_submit button {
    font-size: 20px;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .entry_box {
    margin-top: 36px;
    padding: 48px 60px;
    width: 480px;
  }
  h1 {
    font-size: 24px;
    margin-top: 45px;
  }
  h2 {
    color: var(--main-light-blue);
    font-size: 28px;
    font-weight: 400;
    margin-top: 45px;
  }
  form dl dt:not(:first-child) {
    margin-top: 24px;
  }
  .entry-next a {
    font-family: Noto Sans JP, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    width: 270px;
  }
  .entry_submit button {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    width: 300px;
  }
  .entry-prev {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 480px;
  }
}
@media screen and (max-width: 385px) {
  .entry-form {
    padding: 18px 25px;
  }
}
#overlay {
  background: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.save_message {
  margin-top: 35vh;
  position: absolute;
  text-align: center;
  transform: scale(1.5);
  width: 100%;
}

.save_message p {
  color: #fff;
}

.save-spinner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.spinner {
  animation: sp-anime 0.8s infinite linear;
  border: 4px #ddd solid;
  border-radius: 50%;
  border-top: 4px #999 solid;
  height: 80px;
  width: 80px;
}

@keyframes sp-anime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.is-hide {
  display: none;
}

/* プライバシーポリシーポップアップ */
.l-innerS {
  font-size: 13px;
  line-height: 20px;
  padding: 25px;
  word-break: break-word;
}

@media screen and (max-width: 768px) {
  .l-innerS {
    padding: 20px;
  }
}
.l-innerS .m-solid-title {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  margin: 5px 0 15px;
  text-align: left;
}

.l-innerS .m-solid-title.is-S {
  margin: 45px 0 15px;
}

/* 個人情報保護方針 */
.l-innerS .m-solid-title.is-S.is-mt0 {
  margin-top: 0;
}

.l-innerS .m-txt-box p {
  line-height: 1.8rem;
  margin-top: 20px;
}

.l-innerS .m-txt-box p.about-delete {
  margin: 0 0 20px 0;
}

/* お問い合わせ窓口、お問い合わせ先 */
.l-innerS .is-mtM.is-fwB {
  font-weight: bold;
  margin: 45px 0 15px;
  text-align: left;
}

.l-innerS .m-list-std {
  margin-left: 15px;
}

.l-innerS .m-list-ind {
  margin-top: 15px;
}

.l-innerS .m-list-ind &gt; li {
  display: flex;
  margin-top: 20px;
}

.l-innerS .m-list-ind &gt; li &gt; div:first-child {
  white-space: nowrap;
}

/* 改定日 */
.l-innerS .m-txt-box p.is-mtL {
  margin-top: 35px;
}

/* ポインター */
.entry-pointer {
  position: relative;
  display: block;
}

.entry-pointer:before {
  display: none;
  content: "";
  position: absolute;
  top: 80%;
  right: 0;
  width: 42px;
  height: 46px;
  background: url("/img/entry/icon_pointer.svg") no-repeat center/contain;
  animation: pointer 1s ease-in-out infinite alternate;
  z-index: 2;
}

.entry-pointer.active:before {
  display: block;
}

.entry-next.entry-pointer:before {
  right: 10px;
}

@keyframes pointer {
  0% {
    transform: translate(20%, 10%);
  }
  100% {
    transform: translate(0%, -10%);
  }
}
#entryBanner {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  #entryBanner {
    margin-bottom: 22px;
  }
  #entryBanner.kyuujinn_creator_1, #entryBanner.kyuujinn_creator_2, #entryBanner.kyuujinn_creator_3, #entryBanner.kyuujinn_creator_4, #entryBanner.kyuujinn_creator_5, #entryBanner.kyuujinn_creator_6, #entryBanner.kyuujinn_engineer_1, #entryBanner.kyuujinn_engineer_2 {
    margin-bottom: 0;
  }
}

.popup-entry__overlay {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6980392157);
}
.popup-entry__overlay .popup-entry__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Sans JP", sans-serif;
}
.popup-entry__overlay .popup-entry__close-btn {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 16px;
  color: #bcc2c7;
  border: 2px solid #929395;
  border-radius: 50%;
  background-color: #333333;
  font-weight: 700;
  padding: 0 8px 1px;
  transition: all 0.15s ease-out;
}
.popup-entry__overlay .popup-entry__close-btn:hover {
  filter: brightness(1.25);
}
.popup-entry__overlay .ga-trigger-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
}

.overflow-hidden {
  overflow: hidden;
}

.ga-trigger-popup-close {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 5px;
  height: 5px;
}
.ga-trigger-popup-close.show {
  display: block;
}

.popup-entry__overlay .popup-entry__box {
  width: 460px;
  padding: 40px 0px 35px;
  border-radius: 8px;
  background: #fff;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry__box {
    width: 92vw;
    padding: 35px 0px 25px;
  }
}
.popup-entry__overlay .popup-entry__box .popup-entry__msg {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%; /* 28.8px */
  margin-bottom: 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry__box .popup-entry__msg {
    margin-bottom: 6.6666666667vw;
    font-size: 4vw;
  }
}
.popup-entry__overlay .popup-entry__box .popup-entry__stay-button {
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  width: 318px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #014c96;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 0.8px;
  margin: 0 auto 20px;
  transition: opacity 0.15s ease-out;
  cursor: pointer;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry__box .popup-entry__stay-button {
    width: 69.6vw;
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0.8px;
  }
}
.popup-entry__overlay .popup-entry__box .popup-entry__stay-button:hover {
  opacity: 0.5;
}
.popup-entry__overlay .popup-entry__box .popup-entry__leave-button {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%; /* 12px */
  letter-spacing: 0.6px;
  text-decoration-line: underline;
  background-color: transparent;
  border: none;
  display: block;
  margin: 0 auto;
  padding: 4px 6px 5px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry__box .popup-entry__leave-button {
    font-size: 3.2vw;
    padding: 8px 6px 10px;
  }
}

.popup-entry__overlay .popup-entry-jobs__box {
  width: 460px;
  border-radius: 8px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-jobs__box {
    width: 92vw;
  }
}
.popup-entry__overlay .popup-entry-jobs__box .popup-entry-jobs__box-top-row {
  background: linear-gradient(180deg, #e1e9f3 0%, #d0e3ff 100%);
  border-radius: 8px 8px 0 0;
  padding: 35px 30px 25px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-jobs__box .popup-entry-jobs__box-top-row {
    padding: 30px 0 20px;
  }
}
.popup-entry__overlay .popup-entry-jobs__box .popup-entry-jobs__box-top-row .popup-entry-jobs__msg1 {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%; /* 13px */
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 12px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-jobs__box .popup-entry-jobs__box-top-row .popup-entry-jobs__msg1 {
    font-size: 3.2vw;
    margin: 0 auto 3.2vw;
  }
}
.popup-entry__overlay .popup-entry-jobs__box .popup-entry-jobs__box-top-row .popup-entry-jobs__msg1 strong {
  display: inline-flex;
  padding: 3px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background: #0062c3;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 0 3px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-jobs__box .popup-entry-jobs__box-top-row .popup-entry-jobs__msg1 strong {
    font-size: 3.2vw;
  }
}
.popup-entry__overlay .popup-entry-jobs__box .popup-entry-jobs__box-top-row .popup-entry-jobs__msg1::before, .popup-entry__overlay .popup-entry-jobs__box .popup-entry-jobs__box-top-row .popup-entry-jobs__msg1::after {
  position: absolute;
  content: "";
  height: 19px;
  width: 1.5px;
  border-radius: 100px;
  background-color: #4a8fd2;
  top: 50%;
}
.popup-entry__overlay .popup-entry-jobs__box .popup-entry-jobs__box-top-row .popup-entry-jobs__msg1::before {
  transform: translateY(-50%) rotate(-27deg);
  left: -10px;
}
.popup-entry__overlay .popup-entry-jobs__box .popup-entry-jobs__box-top-row .popup-entry-jobs__msg1::after {
  transform: translateY(-50%) rotate(27deg);
  right: -10px;
}
.popup-entry__overlay .popup-entry-jobs__box .popup-entry-jobs__box-top-row .popup-entry-jobs__msg2 {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  font-feature-settings: "palt";
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-jobs__box .popup-entry-jobs__box-top-row .popup-entry-jobs__msg2 {
    font-size: 5.8666666667vw;
    line-height: 5.6vw;
    margin-bottom: 16px;
  }
}
.popup-entry__overlay .popup-entry-jobs__box .popup-entry-jobs__box-top-row .popup-entry-jobs__msg2 .msg2-blue {
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -1.26px;
  background: linear-gradient(123deg, #0081ff 1.87%, #0057ad 104.93%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 2px;
  margin-right: 2px;
  vertical-align: -0.03em;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-jobs__box .popup-entry-jobs__box-top-row .popup-entry-jobs__msg2 .msg2-blue {
    font-size: 8.5333333333vw;
  }
}
.popup-entry__overlay .popup-entry-jobs__box .popup-entry-jobs__box-top-row .popup-entry-jobs__msg2 small {
  color: #0062c3;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-jobs__box .popup-entry-jobs__box-top-row .popup-entry-jobs__msg2 small {
    font-size: 3.7333333333vw;
  }
}
.popup-entry__overlay .popup-entry-jobs__box .popup-entry-jobs__box-top-row .popup-entry-jobs__card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  gap: 8px;
  padding-bottom: 10px;
}
.popup-entry__overlay .popup-entry-jobs__box .popup-entry-jobs__box-top-row .popup-entry-jobs__card-container .popup-entry-jobs__card {
  width: 196px;
  padding: 10px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex-shrink: 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: 2px 2px 6px 0px rgba(1, 76, 150, 0.19);
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-jobs__box .popup-entry-jobs__box-top-row .popup-entry-jobs__card-container .popup-entry-jobs__card {
    width: 39.4666666667vw;
    padding: 2.4vw;
    border-radius: 3px;
    box-shadow: 1.5px 1.5px 4.5px 0px rgba(1, 76, 150, 0.19);
  }
}
.popup-entry__overlay .popup-entry-jobs__box .popup-entry-jobs__box-top-row .popup-entry-jobs__card-container .popup-entry-jobs__card .popup-entry-jobs__card-income {
  color: #0062c3;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-jobs__box .popup-entry-jobs__box-top-row .popup-entry-jobs__card-container .popup-entry-jobs__card .popup-entry-jobs__card-income {
    font-size: 3.7333333333vw;
  }
}
.popup-entry__overlay .popup-entry-jobs__box .popup-entry-jobs__box-top-row .popup-entry-jobs__card-container .popup-entry-jobs__card .popup-entry-jobs__card-income strong {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  line-height: 100%;
  vertical-align: -1px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-jobs__box .popup-entry-jobs__box-top-row .popup-entry-jobs__card-container .popup-entry-jobs__card .popup-entry-jobs__card-income strong {
    font-size: 6.1333333333vw;
  }
}
.popup-entry__overlay .popup-entry-jobs__box .popup-entry-jobs__box-top-row .popup-entry-jobs__card-container .popup-entry-jobs__card .popup-entry-jobs__card-income small {
  font-size: 14px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-jobs__box .popup-entry-jobs__box-top-row .popup-entry-jobs__card-container .popup-entry-jobs__card .popup-entry-jobs__card-income small {
    font-size: 3.7333333333vw;
  }
}
.popup-entry__overlay .popup-entry-jobs__box .popup-entry-jobs__box-top-row .popup-entry-jobs__card-container .popup-entry-jobs__card .popup-entry-jobs__card-job-title {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-jobs__box .popup-entry-jobs__box-top-row .popup-entry-jobs__card-container .popup-entry-jobs__card .popup-entry-jobs__card-job-title {
    font-size: 3.2vw;
    margin-bottom: 9px;
    white-space: nowrap;
    text-align: center;
  }
}
.popup-entry__overlay .popup-entry-jobs__box .popup-entry-jobs__box-top-row .popup-entry-jobs__card-container .popup-entry-jobs__card .popup-entry-jobs__card-benefit {
  border-radius: 3px;
  background: #539ee8;
  padding: 4px 0px;
  width: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%; /* 12px */
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-jobs__box .popup-entry-jobs__box-top-row .popup-entry-jobs__card-container .popup-entry-jobs__card .popup-entry-jobs__card-benefit {
    padding: 3px 0px 4px;
    font-size: 2.9333333333vw;
  }
}
.popup-entry__overlay .popup-entry-jobs__box .popup-entry-jobs__box-top-row .annotation {
  color: #666;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 400;
}
.popup-entry__overlay .popup-entry-jobs__box .popup-entry-jobs__box-bottom-row {
  padding: 26px 0 36px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-jobs__box .popup-entry-jobs__box-bottom-row {
    padding: 20px 0 25px;
  }
}
.popup-entry__overlay .popup-entry-jobs__box .popup-entry__stay-button {
  display: flex;
  width: 400px;
  height: 60px;
  padding: 18px 20px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 100px;
  background: linear-gradient(90deg, #ee9b1e 0%, #eb690c 100%);
  box-shadow: 1px 3px 5px 0px rgba(235, 105, 12, 0.25);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%; /* 18px */
  letter-spacing: 0.9px;
  transition: opacity 0.15s ease-out;
  border: none;
  margin: 0 auto 15px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-jobs__box .popup-entry__stay-button {
    width: 80vw;
    height: 13.3333333333vw;
    border-radius: 75px;
    box-shadow: 1px 3px 3px 0px rgba(235, 105, 12, 0.25);
    font-size: 4.2666666667vw;
    letter-spacing: 0.8px;
    margin: 0 auto 10px;
  }
}
.popup-entry__overlay .popup-entry-jobs__box .popup-entry__stay-button img {
  width: auto;
  height: 24px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-jobs__box .popup-entry__stay-button img {
    height: 5.8666666667vw;
  }
}
.popup-entry__overlay .popup-entry-jobs__box .popup-entry__stay-button:hover {
  opacity: 0.5;
}
.popup-entry__overlay .popup-entry-jobs__box .popup-entry__leave-button {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.6px;
  text-decoration-line: underline;
  background-color: transparent;
  border: none;
  display: block;
  margin: 0 auto;
  padding: 8px 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-jobs__box .popup-entry__leave-button {
    padding: 12px 25px 8px;
  }
}
.popup-entry__overlay .popup-entry-jobs__box.game .popup-entry-jobs__box-top-row {
  background-image: url("/entry_assets/index/img/bg_popup_entry_jobs_box_top_row_game.webp");
  background-size: 200%;
  background-position: top -20px left -363px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-jobs__box.game .popup-entry-jobs__box-top-row {
    background-size: 280%;
    background-position: top -70px right -107px;
    height: 84.8vw;
  }
}
.popup-entry__overlay .popup-entry-jobs__box.game .popup-entry-jobs__box-top-row .popup-entry-jobs__msg1 {
  color: #fff;
}
.popup-entry__overlay .popup-entry-jobs__box.game .popup-entry-jobs__box-top-row .popup-entry-jobs__msg1::before {
  background-color: #ecff3c;
}
.popup-entry__overlay .popup-entry-jobs__box.game .popup-entry-jobs__box-top-row .popup-entry-jobs__msg1::after {
  background-color: #ecff3c;
}
.popup-entry__overlay .popup-entry-jobs__box.game .popup-entry-jobs__box-top-row .popup-entry-jobs__msg1 strong {
  color: #0053ed;
  background-color: #ecff3c;
}
.popup-entry__overlay .popup-entry-jobs__box.game .popup-entry-jobs__box-top-row .annotation {
  color: #fff;
}
.popup-entry__overlay .popup-entry-jobs__box.game .popup-entry-jobs__box-top-row .popup-entry-jobs__card-container .popup-entry-jobs__card .popup-entry-jobs__card-income {
  color: #0053ed;
}
.popup-entry__overlay .popup-entry-jobs__box.game .popup-entry-jobs__box-top-row .popup-entry-jobs__card-container .popup-entry-jobs__card .popup-entry-jobs__card-benefit {
  background: #0053ed;
}
.popup-entry__overlay .popup-entry-jobs__box.game .popup-entry-jobs__msg2 {
  color: #fff;
}
.popup-entry__overlay .popup-entry-jobs__box.game .popup-entry-jobs__msg2 .msg2-yellow {
  color: #ecff3c;
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -1.26px;
  margin-left: 2px;
  margin-right: 2px;
  vertical-align: -0.03em;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-jobs__box.game .popup-entry-jobs__msg2 .msg2-yellow {
    font-size: 8.5333333333vw;
  }
}
.popup-entry__overlay .popup-entry-jobs__box.game .popup-entry-jobs__msg2 small {
  color: #ecff3c;
}
.popup-entry__overlay .popup-entry-jobs__box.creator-1 .popup-entry__stay-button {
  background: linear-gradient(90deg, #a258c9 0%, #7128ba 100%);
  box-shadow: 1px 3px 5px 0px rgba(194, 12, 235, 0.25);
}
.popup-entry__overlay .popup-entry-jobs__box.creator-1 .popup-entry-jobs__box-top-row {
  background-image: linear-gradient(180deg, #ffeca5 0%, #ffd7e3 100%);
}
.popup-entry__overlay .popup-entry-jobs__box.creator-1 .popup-entry-jobs__box-top-row .popup-entry-jobs__msg1 {
  color: #333;
}
.popup-entry__overlay .popup-entry-jobs__box.creator-1 .popup-entry-jobs__box-top-row .popup-entry-jobs__msg1::before {
  background-color: #c488e5;
}
.popup-entry__overlay .popup-entry-jobs__box.creator-1 .popup-entry-jobs__box-top-row .popup-entry-jobs__msg1::after {
  background-color: #c488e5;
}
.popup-entry__overlay .popup-entry-jobs__box.creator-1 .popup-entry-jobs__box-top-row .popup-entry-jobs__msg1 strong {
  color: #fff;
  background-color: #c488e5;
}
.popup-entry__overlay .popup-entry-jobs__box.creator-1 .popup-entry-jobs__box-top-row .annotation {
  color: #666;
}
.popup-entry__overlay .popup-entry-jobs__box.creator-1 .popup-entry-jobs__box-top-row .popup-entry-jobs__card-container .popup-entry-jobs__card .popup-entry-jobs__card-income {
  background: linear-gradient(123deg, #f97c00 1.87%, #f95300 104.93%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100% 100%;
  transform: translateZ(0);
}
.popup-entry__overlay .popup-entry-jobs__box.creator-1 .popup-entry-jobs__box-top-row .popup-entry-jobs__card-container .popup-entry-jobs__card .popup-entry-jobs__card-job-title {
  font-weight: 700;
}
.popup-entry__overlay .popup-entry-jobs__box.creator-1 .popup-entry-jobs__box-top-row .popup-entry-jobs__card-container .popup-entry-jobs__card .popup-entry-jobs__card-benefit {
  color: #a258c9;
  background: #e9d0f6;
}
.popup-entry__overlay .popup-entry-jobs__box.creator-1 .popup-entry-jobs__msg2 {
  color: #333;
}
.popup-entry__overlay .popup-entry-jobs__box.creator-1 .popup-entry-jobs__msg2 .msg2-orange {
  background: linear-gradient(123deg, #f97c00 1.87%, #f95300 104.93%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100% 100%;
  transform: translateZ(0);
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -1.26px;
  margin-left: 2px;
  margin-right: 2px;
  vertical-align: -0.03em;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-jobs__box.creator-1 .popup-entry-jobs__msg2 .msg2-orange {
    font-size: 8.5333333333vw;
  }
}
.popup-entry__overlay .popup-entry-jobs__box.creator-1 .popup-entry-jobs__msg2 small {
  color: #f97c00;
}
.popup-entry__overlay .popup-entry-jobs__box.creator-2 .popup-entry-jobs__box-top-row {
  background-image: linear-gradient(180deg, #dadee5 0%, #999fad 100%);
}
.popup-entry__overlay .popup-entry-jobs__box.creator-2 .popup-entry-jobs__box-top-row .popup-entry-jobs__msg1 {
  color: #000;
}
.popup-entry__overlay .popup-entry-jobs__box.creator-2 .popup-entry-jobs__box-top-row .popup-entry-jobs__msg1::before {
  background-color: #b0b5c2;
}
.popup-entry__overlay .popup-entry-jobs__box.creator-2 .popup-entry-jobs__box-top-row .popup-entry-jobs__msg1::after {
  background-color: #b0b5c2;
}
.popup-entry__overlay .popup-entry-jobs__box.creator-2 .popup-entry-jobs__box-top-row .popup-entry-jobs__msg1 strong {
  color: #000;
  background-color: #e7ff00;
}
.popup-entry__overlay .popup-entry-jobs__box.creator-2 .popup-entry-jobs__box-top-row .annotation {
  color: #fff;
}
.popup-entry__overlay .popup-entry-jobs__box.creator-2 .popup-entry-jobs__box-top-row .popup-entry-jobs__card-container .popup-entry-jobs__card {
  padding: 0;
}
.popup-entry__overlay .popup-entry-jobs__box.creator-2 .popup-entry-jobs__box-top-row .popup-entry-jobs__card-container .popup-entry-jobs__card .popup-entry-jobs__card-income {
  color: #dff600;
  background: linear-gradient(90deg, #383a41 0%, #0c0c0e 100%);
  padding: 5px;
  border-radius: 4px 4px 0 0;
  margin-bottom: 8px;
}
.popup-entry__overlay .popup-entry-jobs__box.creator-2 .popup-entry-jobs__box-top-row .popup-entry-jobs__card-container .popup-entry-jobs__card .popup-entry-jobs__card-job-title {
  font-weight: 700;
  margin-bottom: 8px;
}
.popup-entry__overlay .popup-entry-jobs__box.creator-2 .popup-entry-jobs__box-top-row .popup-entry-jobs__card-container .popup-entry-jobs__card .popup-entry-jobs__card-benefit {
  color: #000;
  background: linear-gradient(90deg, #e6e8f0 0%, #cbcdd6 100%);
  margin: 0 10px 10px 10px;
  width: calc(100% - 20px);
}
.popup-entry__overlay .popup-entry-jobs__box.creator-2 .popup-entry-jobs__msg2 {
  color: #000;
}
.popup-entry__overlay .popup-entry-jobs__box.creator-2 .popup-entry-jobs__msg2 .msg2-orange {
  background: linear-gradient(123deg, #f97c00 1.87%, #f95300 104.93%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100% 100%;
  transform: translateZ(0);
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -1.26px;
  margin-left: 2px;
  margin-right: 2px;
  vertical-align: -0.03em;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-jobs__box.creator-2 .popup-entry-jobs__msg2 .msg2-orange {
    font-size: 8.5333333333vw;
  }
}
.popup-entry__overlay .popup-entry-jobs__box.creator-2 .popup-entry-jobs__msg2 small {
  color: #f97c00;
}

.popup-entry__overlay .popup-entry-service__box {
  width: 460px;
  border-radius: 8px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box {
    width: 92vw;
  }
}
.popup-entry__overlay .popup-entry-service__box .popup-entry-service__box-top-row {
  background: linear-gradient(180deg, #e2edff 0%, #e5f1ff 100%);
  border-radius: 8px 8px 0 0;
  padding: 40px 30px 20px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box .popup-entry-service__box-top-row {
    padding: 26px 3.7333333333vw 24px;
  }
}
.popup-entry__overlay .popup-entry-service__box .popup-entry-service__box-top-row .popup-entry-service__bubble {
  width: -moz-max-content;
  width: max-content;
  padding: 8px 46px;
  margin: 0 auto 25px;
  border-radius: 8px;
  background: #014c96;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 0.48px;
  position: relative;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box .popup-entry-service__box-top-row .popup-entry-service__bubble {
    padding: 7px 23px;
    font-size: 4vw;
    margin: 0 auto 18.8px;
  }
}
.popup-entry__overlay .popup-entry-service__box .popup-entry-service__box-top-row .popup-entry-service__bubble::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  width: 17px;
  height: 10px;
  background-color: #014c96;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.popup-entry__overlay .popup-entry-service__box .popup-entry-service__box-top-row .popup-entry-service__msg1 {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box .popup-entry-service__box-top-row .popup-entry-service__msg1 {
    font-size: 4vw;
    margin-bottom: 20px;
  }
}
.popup-entry__overlay .popup-entry-service__box .popup-entry-service__box-top-row .popup-entry-service__msg1 .msg1-blue {
  font-size: 28px;
  font-weight: 400;
  line-height: 100%; /* 28px */
  font-feature-settings: "palt";
  background: linear-gradient(160deg, #0081ff 17.4%, #0057ad 88.77%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box .popup-entry-service__box-top-row .popup-entry-service__msg1 .msg1-blue {
    font-size: 6.4vw;
  }
}
.popup-entry__overlay .popup-entry-service__box .popup-entry-service__box-top-row .popup-entry-service__msg1 .msg1-blue strong {
  font-weight: 700;
}
.popup-entry__overlay .popup-entry-service__box .popup-entry-service__box-top-row .popup-entry-service__msg1 .msg1-blue2 {
  background: linear-gradient(160deg, #0081ff 9%, #0057ad 88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.8;
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box .popup-entry-service__box-top-row .popup-entry-service__msg1 .msg1-blue2 {
    font-size: 6.4vw;
  }
}
.popup-entry__overlay .popup-entry-service__box .popup-entry-service__box-top-row .popup-entry-service__msg1 .msg1-blue2 strong {
  font-weight: 700;
}
.popup-entry__overlay .popup-entry-service__box .popup-entry-service__box-top-row .popup-entry-service__msg1 .msg1-blue2 small {
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box .popup-entry-service__box-top-row .popup-entry-service__msg1 .msg1-blue2 small {
    font-size: 4.8vw;
  }
}
.popup-entry__overlay .popup-entry-service__box .popup-entry-service__box-top-row .popup-entry-service__card-container {
  display: flex;
  justify-content: center;
  margin: 0 auto 8px;
  gap: 8px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box .popup-entry-service__box-top-row .popup-entry-service__card-container {
    gap: 1.6533333333vw;
  }
}
.popup-entry__overlay .popup-entry-service__box .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card {
  width: 128px;
  border-radius: 6px;
  background: #fff;
  padding: 42px 0 6px;
  box-shadow: 1px 3px 3px 0px rgba(0, 98, 195, 0.25);
  position: relative;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card {
    width: 26.88vw;
    padding: 8.8vw 0 1.3333333333vw;
    border-radius: 3.15px;
  }
}
.popup-entry__overlay .popup-entry-service__box .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card img {
  position: absolute;
  width: 60px;
  height: auto;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card img {
    width: 12.6vw;
    top: -3.36vw;
  }
}
.popup-entry__overlay .popup-entry-service__box .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card .popup-entry-service__card-title {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.45px;
  text-align: center;
  margin-bottom: 4px;
  z-index: 12;
  position: relative;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card .popup-entry-service__card-title {
    font-size: 3.2vw;
    letter-spacing: 0.36px;
    margin-bottom: 2.75px;
  }
}
.popup-entry__overlay .popup-entry-service__box .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card .popup-entry-service__card-fact {
  text-align: center;
  font-family: "din-2014", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%; /* 60px */
  background: linear-gradient(125deg, #0081ff 10.08%, #0057ad 78.73%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.03em;
  height: 60px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card .popup-entry-service__card-fact {
    font-size: 12.5333333333vw;
    height: 12.5333333333vw;
  }
}
.popup-entry__overlay .popup-entry-service__box .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card .popup-entry-service__card-fact.gyoreki {
  letter-spacing: -0.06em;
}
.popup-entry__overlay .popup-entry-service__box .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card .popup-entry-service__card-fact small {
  font-size: 20px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  background: #0057ad;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.01em;
  margin-left: 3px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card .popup-entry-service__card-fact small {
    font-size: 4vw;
  }
}
.popup-entry__overlay .popup-entry-service__box .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card .popup-entry-service__card-fact .card-fact-annotation {
  position: absolute;
  left: 0;
  top: -13px;
  color: #014c96;
  font-size: 9px;
  line-height: 140%; /* 12.6px */
  background: #0057ad;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.popup-entry__overlay .popup-entry-service__box .popup-entry-service__box-top-row .annotation {
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 140%; /* 14px */
}
.popup-entry__overlay .popup-entry-service__box .popup-entry-service__box-bottom-row {
  padding: 26px 0 36px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box .popup-entry-service__box-bottom-row {
    padding: 25px 0 20px;
  }
}
.popup-entry__overlay .popup-entry-service__box .popup-entry__stay-button {
  display: flex;
  width: 400px;
  height: 60px;
  padding: 18px 20px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 100px;
  background: linear-gradient(90deg, #ee9b1e 0%, #eb690c 100%);
  box-shadow: 1px 3px 5px 0px rgba(235, 105, 12, 0.25);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%; /* 18px */
  letter-spacing: 0.85px;
  transition: opacity 0.15s ease-out;
  border: none;
  margin: 0 auto 15px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box .popup-entry__stay-button {
    width: 80vw;
    height: 13.3333333333vw;
    border-radius: 75px;
    box-shadow: 1px 3px 3px 0px rgba(235, 105, 12, 0.25);
    font-size: 4.2666666667vw;
    letter-spacing: 0.8px;
    margin: 0 auto 10px;
  }
}
.popup-entry__overlay .popup-entry-service__box .popup-entry__stay-button img {
  width: auto;
  height: 24px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box .popup-entry__stay-button img {
    height: 5.8666666667vw;
  }
}
.popup-entry__overlay .popup-entry-service__box .popup-entry__stay-button:hover {
  opacity: 0.5;
}
.popup-entry__overlay .popup-entry-service__box .popup-entry__leave-button {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.6px;
  text-decoration-line: underline;
  background-color: transparent;
  border: none;
  display: block;
  margin: 0 auto;
  padding: 8px 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box .popup-entry__leave-button {
    padding: 12px 25px 7px;
  }
}
.popup-entry__overlay .popup-entry-service__box.game .popup-entry-service__box-top-row {
  background-image: url("/entry_assets/index/img/bg_popup_entry_jobs_box_top_row_game.webp");
  background-size: 200%;
  background-position: top -20px left -363px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box.game .popup-entry-service__box-top-row {
    background-size: 280%;
    background-position: top -70px right -107px;
  }
}
.popup-entry__overlay .popup-entry-service__box.game .popup-entry-service__box-top-row .popup-entry-service__bubble {
  color: #0053ed;
  background: #ecff3c;
}
.popup-entry__overlay .popup-entry-service__box.game .popup-entry-service__box-top-row .popup-entry-service__bubble::after {
  background-color: #ecff3c;
}
.popup-entry__overlay .popup-entry-service__box.game .popup-entry-service__box-top-row .popup-entry-service__msg1 {
  color: #fff;
  transform: translateX(5px);
}
.popup-entry__overlay .popup-entry-service__box.game .popup-entry-service__box-top-row .popup-entry-service__msg1 .msg1-yellow {
  color: #ecff3c;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%; /* 28px */
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box.game .popup-entry-service__box-top-row .popup-entry-service__msg1 .msg1-yellow {
    font-size: 6.4vw;
    margin: 0 -2.6666666667vw;
  }
}
.popup-entry__overlay .popup-entry-service__box.game .popup-entry-service__box-top-row .popup-entry-service__msg1 .msg1-yellow strong {
  font-weight: 700;
}
.popup-entry__overlay .popup-entry-service__box.game .popup-entry-service__box-top-row .popup-entry-service__msg1 .msg1-yellow2 {
  color: #ecff3c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 -15px 0 0;
  text-indent: -25px;
  transform: translateX(2px);
  display: inline-block;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box.game .popup-entry-service__box-top-row .popup-entry-service__msg1 .msg1-yellow2 {
    font-size: 6.4vw;
    margin: 0 -2.6666666667vw 0 0;
    text-indent: -5.3333333333vw;
  }
}
.popup-entry__overlay .popup-entry-service__box.game .popup-entry-service__box-top-row .popup-entry-service__msg1 .msg1-yellow2 strong {
  font-weight: 700;
}
.popup-entry__overlay .popup-entry-service__box.game .popup-entry-service__box-top-row .popup-entry-service__msg1 .msg1-yellow2 small {
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box.game .popup-entry-service__box-top-row .popup-entry-service__msg1 .msg1-yellow2 small {
    font-size: 4.8vw;
  }
}
.popup-entry__overlay .popup-entry-service__box.game .popup-entry-service__box-top-row .annotation {
  color: #fff;
}
.popup-entry__overlay .popup-entry-service__box.game .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card {
  min-height: 128px;
  padding: 42px 0 6px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box.game .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card {
    min-height: unset;
    padding: 7.7333333333vw 0 1.6vw;
  }
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box.game .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card img {
    top: -5.3333333333vw;
  }
}
.popup-entry__overlay .popup-entry-service__box.game .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card:nth-child(2) {
  padding: 35px 0 6px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box.game .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card:nth-child(2) {
    padding: 5.6vw 0 1.6vw;
  }
}
.popup-entry__overlay .popup-entry-service__box.game .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card:nth-child(2) .popup-entry-service__card-fact {
  margin-top: 0;
}
.popup-entry__overlay .popup-entry-service__box.game .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card .popup-entry-service__card-fact {
  margin-top: 11px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box.game .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card .popup-entry-service__card-fact {
    margin-top: 7px;
  }
}
.popup-entry__overlay .popup-entry-service__box.creator-1 .popup-entry__stay-button {
  background: linear-gradient(90deg, #a258c9 0%, #7128ba 100%);
  box-shadow: 1px 3px 5px 0px rgba(194, 12, 235, 0.25);
}
.popup-entry__overlay .popup-entry-service__box.creator-1 .popup-entry-service__box-top-row {
  height: 399px;
  background-image: linear-gradient(180deg, #ffeca5 0%, #ffd7e3 100%);
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box.creator-1 .popup-entry-service__box-top-row {
    height: 84.8vw;
  }
}
.popup-entry__overlay .popup-entry-service__box.creator-1 .popup-entry-service__box-top-row .popup-entry-service__bubble {
  color: #fff;
  background: #c38ede;
}
.popup-entry__overlay .popup-entry-service__box.creator-1 .popup-entry-service__box-top-row .popup-entry-service__bubble::after {
  background-color: #c38ede;
}
.popup-entry__overlay .popup-entry-service__box.creator-1 .popup-entry-service__box-top-row .popup-entry-service__msg1 {
  color: #333;
  transform: translateX(5px);
  margin-bottom: 28px;
  line-height: 0.1;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box.creator-1 .popup-entry-service__box-top-row .popup-entry-service__msg1 {
    margin-bottom: 3.7333333333vw;
  }
}
.popup-entry__overlay .popup-entry-service__box.creator-1 .popup-entry-service__box-top-row .popup-entry-service__msg1 .msg1-orange {
  background: linear-gradient(124deg, #f97c00 17.4%, #f95300 88.77%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100% 100%;
  transform: translateZ(0);
  font-size: 28px;
  font-weight: 400;
  line-height: 100%; /* 28px */
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box.creator-1 .popup-entry-service__box-top-row .popup-entry-service__msg1 .msg1-orange {
    font-size: 6.4vw;
    margin: 0 -2.6666666667vw;
  }
}
.popup-entry__overlay .popup-entry-service__box.creator-1 .popup-entry-service__box-top-row .popup-entry-service__msg1 .msg1-orange strong {
  font-weight: 700;
}
.popup-entry__overlay .popup-entry-service__box.creator-1 .popup-entry-service__box-top-row .popup-entry-service__msg1 .msg1-orange2 {
  background: linear-gradient(124deg, #f97c00 17.4%, #f95300 88.77%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100% 100%;
  transform: translateZ(0);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 -15px 0 -25px;
  transform: translateX(2px);
  display: inline-block;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box.creator-1 .popup-entry-service__box-top-row .popup-entry-service__msg1 .msg1-orange2 {
    font-size: 6.4vw;
    margin: 0 -2.6666666667vw 0 -5.3333333333vw;
  }
}
.popup-entry__overlay .popup-entry-service__box.creator-1 .popup-entry-service__box-top-row .popup-entry-service__msg1 .msg1-orange2 strong {
  font-weight: 700;
}
.popup-entry__overlay .popup-entry-service__box.creator-1 .popup-entry-service__box-top-row .popup-entry-service__msg1 .msg1-orange2 small {
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box.creator-1 .popup-entry-service__box-top-row .popup-entry-service__msg1 .msg1-orange2 small {
    font-size: 4.8vw;
  }
}
.popup-entry__overlay .popup-entry-service__box.creator-1 .popup-entry-service__box-top-row .annotation {
  color: #666;
}
.popup-entry__overlay .popup-entry-service__box.creator-1 .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card {
  min-height: 128px;
  padding: 46px 0 6px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box.creator-1 .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card {
    min-height: unset;
    padding: 8.8vw 0 1.6vw;
  }
}
.popup-entry__overlay .popup-entry-service__box.creator-1 .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card:nth-child(2) {
  padding: 32px 0 6px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box.creator-1 .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card:nth-child(2) {
    padding: 6.4vw 0 1.6vw;
  }
}
.popup-entry__overlay .popup-entry-service__box.creator-1 .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card:nth-child(2) .popup-entry-service__card-fact {
  margin-top: -3px;
}
.popup-entry__overlay .popup-entry-service__box.creator-1 .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card .popup-entry-service__card-fact {
  margin-top: 3px;
  background: linear-gradient(117deg, #f97c00 3.35%, #f95300 75.69%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100% 100%;
  transform: translateZ(0);
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box.creator-1 .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card .popup-entry-service__card-fact {
    margin-top: 2px;
  }
}
.popup-entry__overlay .popup-entry-service__box.creator-1 .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card .popup-entry-service__card-fact .card-fact-annotation {
  background: #f97c00;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-size: 100% 100%;
  transform: translateZ(0);
}
.popup-entry__overlay .popup-entry-service__box.creator-1 .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card .popup-entry-service__card-fact small {
  background: #f97c00;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-size: 100% 100%;
  transform: translateZ(0);
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box.creator-1 .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card .popup-entry-service__card-title {
    line-height: 0.9;
  }
}
.popup-entry__overlay .popup-entry-service__box.creator-1 .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card .popup-entry-service__card-title .text-1 {
  font-size: 10px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box.creator-1 .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card .popup-entry-service__card-title .text-1 {
    font-size: 9px;
  }
}
.popup-entry__overlay .popup-entry-service__box.creator-1 .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card .popup-entry-service__card-title .text-2 {
  font-size: 15px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box.creator-1 .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card .popup-entry-service__card-title .text-2 {
    font-size: 12px;
  }
}
.popup-entry__overlay .popup-entry-service__box.creator-1 .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card .popup-entry-service__card-title .text-3 {
  font-size: 16px;
  margin: 0 -3px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box.creator-1 .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card .popup-entry-service__card-title .text-3 {
    font-size: 13px;
  }
}
.popup-entry__overlay .popup-entry-service__box.creator-2 .popup-entry-service__box-top-row {
  background-image: linear-gradient(180deg, #dadee5 0%, #999fad 100%);
  height: 399px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box.creator-2 .popup-entry-service__box-top-row {
    height: 84.8vw;
  }
}
.popup-entry__overlay .popup-entry-service__box.creator-2 .popup-entry-service__box-top-row .popup-entry-service__bubble {
  color: #000;
  background: #e7ff00;
  margin: 0 auto 22px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box.creator-2 .popup-entry-service__box-top-row .popup-entry-service__bubble {
    margin: 0 auto 18.8px;
  }
}
.popup-entry__overlay .popup-entry-service__box.creator-2 .popup-entry-service__box-top-row .popup-entry-service__bubble::after {
  background-color: #e7ff00;
}
.popup-entry__overlay .popup-entry-service__box.creator-2 .popup-entry-service__box-top-row .popup-entry-service__msg1 {
  color: #333;
  width: calc(100% + 60px);
  transform: translateX(-27px);
  letter-spacing: -0.01em;
  margin-bottom: 31px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box.creator-2 .popup-entry-service__box-top-row .popup-entry-service__msg1 {
    margin-bottom: 6.4vw;
  }
}
.popup-entry__overlay .popup-entry-service__box.creator-2 .popup-entry-service__box-top-row .popup-entry-service__msg1 .msg1-marker-wrap {
  background: #35373e;
  display: inline-block;
  margin: 0 3px;
}
.popup-entry__overlay .popup-entry-service__box.creator-2 .popup-entry-service__box-top-row .popup-entry-service__msg1 .msg1-marker {
  color: #e7ff00;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%; /* 28px */
  margin: 3px -12px 5px -12px;
  display: inline-block;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box.creator-2 .popup-entry-service__box-top-row .popup-entry-service__msg1 .msg1-marker {
    font-size: 6.4vw;
  }
}
.popup-entry__overlay .popup-entry-service__box.creator-2 .popup-entry-service__box-top-row .popup-entry-service__msg1 .msg1-marker strong {
  font-weight: 700;
}
.popup-entry__overlay .popup-entry-service__box.creator-2 .popup-entry-service__box-top-row .popup-entry-service__msg1 .msg1-marker2-wrap {
  background: #35373e;
  display: inline-block;
  margin-top: 5px;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box.creator-2 .popup-entry-service__box-top-row .popup-entry-service__msg1 .msg1-marker2-wrap {
    padding-left: 2.1333333333vw;
  }
}
.popup-entry__overlay .popup-entry-service__box.creator-2 .popup-entry-service__box-top-row .popup-entry-service__msg1 .msg1-marker2 {
  color: #e7ff00;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.8;
  transform: translateX(1px);
  margin: -9px -15px;
  display: inline-block;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box.creator-2 .popup-entry-service__box-top-row .popup-entry-service__msg1 .msg1-marker2 {
    font-size: 6.4vw;
    margin: 0 -2.6666666667vw 0 -5.3333333333vw;
    line-height: 1.3;
  }
}
.popup-entry__overlay .popup-entry-service__box.creator-2 .popup-entry-service__box-top-row .popup-entry-service__msg1 .msg1-marker2 strong {
  font-weight: 700;
}
.popup-entry__overlay .popup-entry-service__box.creator-2 .popup-entry-service__box-top-row .popup-entry-service__msg1 .msg1-marker2 small {
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box.creator-2 .popup-entry-service__box-top-row .popup-entry-service__msg1 .msg1-marker2 small {
    font-size: 4.8vw;
  }
}
.popup-entry__overlay .popup-entry-service__box.creator-2 .popup-entry-service__box-top-row .annotation {
  color: #fff;
}
.popup-entry__overlay .popup-entry-service__box.creator-2 .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card {
  min-height: 128px;
  padding: 46px 0 6px;
  box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.12);
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box.creator-2 .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card {
    min-height: unset;
    padding: 8.8vw 0 1.6vw;
  }
}
.popup-entry__overlay .popup-entry-service__box.creator-2 .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card:nth-child(2) {
  padding: 32px 0 6px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box.creator-2 .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card:nth-child(2) {
    padding: 6.4vw 0 1.6vw;
  }
}
.popup-entry__overlay .popup-entry-service__box.creator-2 .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card:nth-child(2) .popup-entry-service__card-fact {
  margin-top: 0;
}
.popup-entry__overlay .popup-entry-service__box.creator-2 .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card .popup-entry-service__card-fact {
  margin-top: 3px;
  background: linear-gradient(117deg, #f97c00 3.35%, #f95300 75.69%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100% 100%;
  transform: translateZ(0);
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box.creator-2 .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card .popup-entry-service__card-fact {
    margin-top: 2px;
  }
}
.popup-entry__overlay .popup-entry-service__box.creator-2 .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card .popup-entry-service__card-fact .card-fact-annotation {
  background: #f97c00;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-size: 100% 100%;
  transform: translateZ(0);
}
.popup-entry__overlay .popup-entry-service__box.creator-2 .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card .popup-entry-service__card-fact small {
  background: #f97c00;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-size: 100% 100%;
  transform: translateZ(0);
}
.popup-entry__overlay .popup-entry-service__box.creator-2 .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card .popup-entry-service__card-title {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box.creator-2 .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card .popup-entry-service__card-title {
    line-height: 0.9;
  }
}
.popup-entry__overlay .popup-entry-service__box.creator-2 .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card .popup-entry-service__card-title .text-1 {
  font-size: 10px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box.creator-2 .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card .popup-entry-service__card-title .text-1 {
    font-size: 9px;
  }
}
.popup-entry__overlay .popup-entry-service__box.creator-2 .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card .popup-entry-service__card-title .text-2 {
  font-size: 15px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box.creator-2 .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card .popup-entry-service__card-title .text-2 {
    font-size: 12px;
  }
}
.popup-entry__overlay .popup-entry-service__box.creator-2 .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card .popup-entry-service__card-title .text-3 {
  font-size: 16px;
  margin: 0 -3px;
}
@media (max-width: 767px) {
  .popup-entry__overlay .popup-entry-service__box.creator-2 .popup-entry-service__box-top-row .popup-entry-service__card-container .popup-entry-service__card .popup-entry-service__card-title .text-3 {
    font-size: 13px;
  }
}

.full_remote_msg {
  background: #e8f4ff;
  border-radius: 4px;
  padding: 15px 20px;
  text-align: center;
  margin: 28px 0 15px;
  position: relative;
}
@media (max-width: 767px) {
  .full_remote_msg {
    padding: 15px 1.6vw;
    margin: 25px 0 15px;
  }
}
.full_remote_msg::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #e8f4ff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  bottom: 0;
  left: 29.6%;
  transform: translateY(50%);
  width: 14px;
  height: 16px;
}
@media (max-width: 767px) {
  .full_remote_msg::after {
    left: 50%;
    right: 0;
    width: 3.7333333333vw;
    height: 4.2666666667vw;
    transform: translate(-50%, 50%);
  }
}
.full_remote_msg .full_remote_msg_title {
  font-weight: 700;
  font-size: 13px;
  line-height: 140%;
  color: #0062c3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.full_remote_msg .full_remote_msg_title img {
  width: 16px;
  height: auto;
  margin-right: 3px;
}
.full_remote_msg .full_remote_msg_text {
  font-size: 11px;
  line-height: 140%;
  color: #333333;
}
@media (max-width: 767px) {
  .full_remote_msg .full_remote_msg_text {
    font-size: 2.6666666667vw;
  }
}
.full_remote_msg .full_remote_msg_text strong {
  font-weight: 400;
}
@media (max-width: 767px) {
  .full_remote_msg .full_remote_msg_text strong {
    font-weight: 700;
  }
}

.full_remote_select_box {
  display: flex;
  justify-content: center;
  gap: 40px;
  color: #000000;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
}
.full_remote_select_box [type=radio]:checked,
.full_remote_select_box [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.full_remote_select_box [type=radio]:checked + label,
.full_remote_select_box [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
}
.full_remote_select_box [type=radio]:checked + label:before,
.full_remote_select_box [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #d6d9dc;
  border-radius: 100%;
  background: #fff;
}
.full_remote_select_box [type=radio]:checked + label:after,
.full_remote_select_box [type=radio]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #000000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5.9px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.full_remote_select_box [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: translateY(-50%) scale(0);
}
.full_remote_select_box [type=radio]:checked + label:after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

/**
 * 2段階登録
 */
.entry-step {
  margin: 25px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
.entry-step .entry-step-img picture {
  display: none;
}
.entry-step .entry-step-img picture.is-active {
  display: block;
}
.entry-step .entry-step-img img {
  height: 100px;
  width: 610px;
}
@media (max-width: 767px) {
  .entry-step .entry-step-img img {
    height: auto;
    width: 100%;
  }
}

.two-step-entry .entry-form h2 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .two-step-entry .entry-form h2 {
    font-size: 16px;
  }
}
.two-step-entry .radio_parent label {
  flex-direction: column;
}
.two-step-entry .radio_parent label .s-font {
  display: block;
  font-size: 15px;
  width: 100%;
}
@media (max-width: 767px) {
  .two-step-entry .radio_parent label ~ label {
    width: 100%;
  }
}
.two-step-entry .radio_parent input[type=radio]:checked + label::before {
  position: absolute;
  left: 16px;
  height: 18px;
  width: 18px;
}
@media (max-width: 767px) {
  .two-step-entry .radio_parent input[type=radio]:checked + label::before {
    left: 16px;
  }
}

.entry_submit button.to-next:not(.disabled) {
  background: var(--main-light-blue, #0062c3);
  box-shadow: 0 4px 0 0 #004990;
}
.entry_submit button.to-next.disabled {
  background: #c4cacf;
  box-shadow: 0 4px 0 0 #a2a8af;
}
.entry_submit button.to-next:not(.disabled) &gt; span {
  border-color: #0062c3;
  color: #0062c3;
}
.entry_submit button.to-next &gt; span {
  border-color: #a2a8af;
  color: #a2a8af;
  font-size: 10.5px;
  left: calc(50% - 135px);
  padding: 0 8px;
}
.entry_submit button.to-next:not(.disabled)::before {
  background-image: url(/img/cta-img-b.png);
}/*# sourceMappingURL=entry.css.map */</pre></body></html>