@charset "UTF-8";
/* stylelint-disable */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
}

.l-wrapper {
  overflow: hidden;
  background: linear-gradient(to right, #affec7, #d6fb7a);
}
.c-header-logo {
  position: absolute;
  top: 45px;
  left: 60px;
  z-index: 1;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/c-header-logo/c-header-logo--pc@2x.png?1655688521') no-repeat;
  background-size: contain;
  width: 101px;
  height: 35px;
}
@media screen and (max-width: 799px) {
  .c-header-logo {
    top: 26px;
    left: 37px;
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/c-header-logo/c-header-logo--sp@2x.png?1655688521') no-repeat;
    background-size: contain;
    width: 146px;
    height: 51px;
  }
}
.c-header-logo a {
  display: block;
  padding: 10px;
  color: #000;
  text-decoration: none;
}
.c-footer-area {
  box-sizing: border-box;
  height: 200px;
  padding-top: 50px;
}
@media screen and (max-width: 799px) {
  .c-footer-area {
    height: 350px;
  }
}
.c-footer-area__copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #787878;
  text-align: center;
}
@media screen and (max-width: 799px) {
  .c-footer-area__copyright {
    font-size: 30px;
  }
}

@-webkit-keyframes pachipachi-text {
  0% {
    transform: scale(1, 1);
  }
  33% {
    transform: scale(0.8, 1);
  }
  66% {
    transform: scale(0.9, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes pachipachi-text {
  0% {
    transform: scale(1, 1);
  }
  33% {
    transform: scale(0.8, 1);
  }
  66% {
    transform: scale(0.9, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes pachipachi-text-wide {
  0% {
    transform: scale(1, 1);
  }
  33% {
    transform: scale(0.6, 1);
  }
  66% {
    transform: scale(0.8, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes pachipachi-text-wide {
  0% {
    transform: scale(1, 1);
  }
  33% {
    transform: scale(0.6, 1);
  }
  66% {
    transform: scale(0.8, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
/* stylelint-disable-next-line keyframes-name-pattern */
@-webkit-keyframes parapara-tate3 {
  to {
    background-position: center 150%;
  }
}
@keyframes parapara-tate3 {
  to {
    background-position: center 150%;
  }
}
@-webkit-keyframes comment {
  0% {
    transform: translate(100vw, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@keyframes comment {
  0% {
    transform: translate(100vw, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@-webkit-keyframes sky {
  from {
    background-position: 0 bottom;
  }
  to {
    background-position: 806px bottom;
  }
}
@keyframes sky {
  from {
    background-position: 0 bottom;
  }
  to {
    background-position: 806px bottom;
  }
}
.p-top-hero {
  position: relative;
  z-index: 0;
  height: 1280px;
  overflow: hidden;
}
@media screen and (max-width: 799px) {
  .p-top-hero {
    height: 1290px;
  }
}
.p-top-hero__sky {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 235px;
  background-image: url('../img/p-top/hero/p-top-hero__sky.png?1655688521');
  background-position: center bottom;
  background-repeat: repeat;
  -webkit-animation: sky 30s linear infinite;
  animation: sky 30s linear infinite;
}
@media screen and (max-width: 799px) {
  .p-top-hero__sky {
    height: 259px;
  }
}
.p-top-hero__stair {
  position: absolute;
  top: 136px;
  left: 0;
  width: 100%;
  height: 670px;
  background-image: url('../img/p-top/hero/p-top-hero__stair.png?1655688521');
  background-position: center top;
  background-repeat: repeat;
}
@media screen and (max-width: 799px) {
  .p-top-hero__stair {
    top: 161px;
  }
}
.p-top-hero__back-human {
  position: absolute;
  left: 0;
  width: 100%;
  height: 280px;
  background-image: url('../img/p-top/hero/p-top-hero__back-human.png?1655688521');
  background-position: center top;
  background-size: 850px;
  -webkit-animation: parapara-tate3 0.15s steps(3) infinite;
  animation: parapara-tate3 0.15s steps(3) infinite;
  background-repeat: repeat;
}
.p-top-hero__back-human--01 {
  top: 170px;
}
@media screen and (max-width: 799px) {
  .p-top-hero__back-human--01 {
    top: 190px;
  }
}
.p-top-hero__back-human--02 {
  top: 270px;
}
@media screen and (max-width: 799px) {
  .p-top-hero__back-human--02 {
    top: 290px;
  }
}
.p-top-hero__back-human--03 {
  top: 370px;
}
@media screen and (max-width: 799px) {
  .p-top-hero__back-human--03 {
    top: 390px;
  }
}
.p-top-hero__back-human--04 {
  top: 470px;
}
@media screen and (max-width: 799px) {
  .p-top-hero__back-human--04 {
    top: 490px;
  }
}
.p-top-hero__back-human--05 {
  top: 570px;
}
@media screen and (max-width: 799px) {
  .p-top-hero__back-human--05 {
    top: 590px;
  }
}
.p-top-hero__middle-human {
  position: absolute;
  bottom: 195px;
}
@media screen and (max-width: 799px) {
  .p-top-hero__middle-human {
    bottom: 180px;
  }
}
.p-top-hero__middle-human--left {
  width: 862px;
  height: 690px;
  background-image: url('../img/p-top/hero/p-top-hero__middle-human--left.png?1655688521');
  background-position: center top;
  background-size: 862px;
  -webkit-animation: parapara-tate3 0.15s steps(3) infinite;
  animation: parapara-tate3 0.15s steps(3) infinite;
  background-repeat: no-repeat;
  right: calc(50% + 150px);
}
@media screen and (max-width: 799px) {
  .p-top-hero__middle-human--left {
    right: calc(50% + 160px);
  }
}
.p-top-hero__middle-human--right {
  width: 862px;
  height: 690px;
  background-image: url('../img/p-top/hero/p-top-hero__middle-human--right.png?1655688521');
  background-position: center top;
  background-size: 862px;
  -webkit-animation: parapara-tate3 0.15s steps(3) infinite;
  animation: parapara-tate3 0.15s steps(3) infinite;
  background-repeat: no-repeat;
  left: calc(50% + 136px);
}
@media screen and (max-width: 799px) {
  .p-top-hero__middle-human--right {
    left: calc(50% + 163px);
  }
}
.p-top-hero__front-human {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 550px;
  height: 698px;
  transform: translate(-320px, 0);
  background-image: url('../img/p-top/hero/p-top-hero__front-human.png?1655688521');
  background-size: 550px;
  background-repeat: no-repeat;
  -webkit-animation: parapara-tate3 0.15s steps(3) infinite;
  animation: parapara-tate3 0.15s steps(3) infinite;
}
@media screen and (max-width: 799px) {
  .p-top-hero__front-human {
    bottom: 0;
    transform: translate(-320px, 0);
  }
}
.p-top-hero__title {
  position: absolute;
  top: 85px;
  left: 50%;
  transform: translate(-372px, 0);
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/hero/p-top-hero__title@2x.png?1655688521') no-repeat;
  background-size: contain;
  width: 745px;
  height: 396px;
}
.p-top-hero__copy {
  position: absolute;
  top: 455px;
  left: 50%;
  transform: translate(-346px, 0);
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/hero/p-top-hero__copy@2x.png?1655688521') no-repeat;
  background-size: contain;
  width: 691px;
  height: 86px;
}
.p-top-hero__deadline {
  position: absolute;
  top: 513px;
  left: 50%;
  transform: translate(-122px, 0);
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/hero/p-top-hero__deadline@2x.png?1655688521') no-repeat;
  background-size: contain;
  width: 425px;
  height: 69px;
}
.p-top-hero__comment-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-top-hero__comment {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: comment 4s linear infinite;
  animation: comment 4s linear infinite;
}
.p-top-hero__comment--medium {
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/hero/p-top-hero__comment.png?1655688521') no-repeat;
  background-size: contain;
  width: 376px;
  height: 59px;
}
.p-top-hero__comment--large {
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/hero/p-top-hero__comment.png?1655688521') no-repeat;
  background-size: contain;
  width: 564px;
  height: 89px;
}
.p-top-hero__comment--01 {
  top: 105px;
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.p-top-hero__comment--02 {
  top: 305px;
  -webkit-animation-delay: -3.2s;
  animation-delay: -3.2s;
}
.p-top-hero__comment--03 {
  top: 600px;
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
.p-top-hero__comment--04 {
  top: 700px;
  -webkit-animation-delay: -2.4s;
  animation-delay: -2.4s;
}

.p-top-background {
  background-image: url('../img/p-top/background/p-top-background.png?1655688521');
  background-position: center top;
  background-repeat: repeat-y;
}

.p-top-applicants {
  margin-top: -380px;
  margin-bottom: 250px;
}
@media screen and (max-width: 799px) {
  .p-top-applicants {
    margin-top: -368px;
    margin-bottom: 200px;
  }
}
.p-top-applicants__box {
  position: relative;
  width: 1100px;
  height: 362px;
  padding-top: 26px;
  margin-right: auto;
  margin-left: auto;
  border: 8px solid #e4ff02;
  border-radius: 0.5px;
  box-shadow: 0 0 0 3px #008a34;
  background-image: url('../img/common/dots--dark.png?1655688521');
  background-position: center top;
  background-repeat: repeat;
}
@media screen and (max-width: 799px) {
  .p-top-applicants__box {
    width: 690px;
    height: 760px;
    padding-top: 200px;
  }
}
.p-top-applicants__title {
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/applicants/p-top-applicants__title--pc@2x.png?1655688521') no-repeat;
  background-size: contain;
  width: 680px;
  height: 99px;
}
@media screen and (max-width: 799px) {
  .p-top-applicants__title {
    margin-bottom: 27px;
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/applicants/p-top-applicants__title--sp@2x.png?1655688521') no-repeat;
    background-size: contain;
    width: 524px;
    height: 205px;
  }
}
.p-top-applicants__image {
  position: absolute;
  top: -115px;
  left: 50%;
  pointer-events: none;
  transform: translate(-601px, 0);
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/applicants/p-top-applicants__image--pc@2x.png?1655688521') no-repeat;
  background-size: contain;
  width: 1194px;
  height: 395px;
}
@media screen and (max-width: 799px) {
  .p-top-applicants__image {
    top: -200px;
    transform: translate(-372px, 0);
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/applicants/p-top-applicants__image--sp@2x.png?1655688521') no-repeat;
    background-size: contain;
    width: 745px;
    height: 368px;
  }
}
.p-top-applicants__number {
  position: relative;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  width: 492px;
  height: 93px;
}
@media screen and (max-width: 799px) {
  .p-top-applicants__number {
    margin-bottom: 52px;
    transform: translate(42px, 0);
  }
}
.p-top-applicants__digit-wrapper {
  position: relative;
  padding-top: 5px;
  padding-left: 2px;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.25));
  display: block;
  background: url('../img/p-top/applicants/p-top-applicants__digit-wrapper@2x.png?1655688521') no-repeat;
  background-size: contain;
  width: 492px;
  height: 93px;
}
.p-top-applicants__digit--n0 {
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: inline-block;
  background: url('../img/p-top/applicants/p-top-applicants__digit--n0.png?1655688521') no-repeat;
  background-size: contain;
  width: 81px;
  height: 82px;
}
.p-top-applicants__digit--n1 {
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: inline-block;
  background: url('../img/p-top/applicants/p-top-applicants__digit--n1.png?1655688521') no-repeat;
  background-size: contain;
  width: 81px;
  height: 82px;
}
.p-top-applicants__digit--n2 {
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: inline-block;
  background: url('../img/p-top/applicants/p-top-applicants__digit--n2.png?1655688521') no-repeat;
  background-size: contain;
  width: 81px;
  height: 82px;
}
.p-top-applicants__digit--n3 {
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: inline-block;
  background: url('../img/p-top/applicants/p-top-applicants__digit--n3.png?1655688521') no-repeat;
  background-size: contain;
  width: 81px;
  height: 82px;
}
.p-top-applicants__digit--n4 {
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: inline-block;
  background: url('../img/p-top/applicants/p-top-applicants__digit--n4.png?1655688521') no-repeat;
  background-size: contain;
  width: 81px;
  height: 82px;
}
.p-top-applicants__digit--n5 {
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: inline-block;
  background: url('../img/p-top/applicants/p-top-applicants__digit--n5.png?1655688521') no-repeat;
  background-size: contain;
  width: 81px;
  height: 82px;
}
.p-top-applicants__digit--n6 {
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: inline-block;
  background: url('../img/p-top/applicants/p-top-applicants__digit--n6.png?1655688521') no-repeat;
  background-size: contain;
  width: 81px;
  height: 82px;
}
.p-top-applicants__digit--n7 {
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: inline-block;
  background: url('../img/p-top/applicants/p-top-applicants__digit--n7.png?1655688521') no-repeat;
  background-size: contain;
  width: 81px;
  height: 82px;
}
.p-top-applicants__digit--n8 {
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: inline-block;
  background: url('../img/p-top/applicants/p-top-applicants__digit--n8.png?1655688521') no-repeat;
  background-size: contain;
  width: 81px;
  height: 82px;
}
.p-top-applicants__digit--n9 {
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: inline-block;
  background: url('../img/p-top/applicants/p-top-applicants__digit--n9.png?1655688521') no-repeat;
  background-size: contain;
  width: 81px;
  height: 82px;
}
.p-top-applicants__balloon {
  position: absolute;
  top: -60px;
  left: -55px;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/applicants/p-top-applicants__balloon--pc@2x.png?1655688521') no-repeat;
  background-size: contain;
  width: 86px;
  height: 86px;
}
@media screen and (max-width: 799px) {
  .p-top-applicants__balloon {
    top: -8px;
    left: -125px;
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/applicants/p-top-applicants__balloon--sp@2x.png?1655688521') no-repeat;
    background-size: contain;
    width: 112px;
    height: 110px;
  }
}
.p-top-applicants__unit {
  position: absolute;
  right: -44px;
  bottom: 2px;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/applicants/p-top-applicants__unit@2x.png?1655688521') no-repeat;
  background-size: contain;
  width: 39px;
  height: 38px;
}
.p-top-applicants__date-text {
  position: absolute;
  bottom: -28px;
  left: 0;
  font-size: 16px;
  color: #0f7608;
}
@media screen and (max-width: 799px) {
  .p-top-applicants__date-text {
    bottom: -42px;
    left: 0;
    font-size: 24px;
  }
}
.p-top-applicants__mineo {
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/applicants/p-top-applicants__mineo--pc@2x.png?1655688521') no-repeat;
  background-size: contain;
  width: 911px;
  height: 58px;
}
@media screen and (max-width: 799px) {
  .p-top-applicants__mineo {
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/applicants/p-top-applicants__mineo--sp@2x.png?1655688521') no-repeat;
    background-size: contain;
    width: 654px;
    height: 111px;
  }
}

.p-top-overview {
  margin-bottom: 115px;
}
@media screen and (max-width: 799px) {
  .p-top-overview {
    margin-bottom: 125px;
  }
}
.p-top-overview__box {
  position: relative;
  width: 1000px;
  padding-top: 83px;
  padding-bottom: 55px;
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: auto;
  background: rgba(255, 255, 255, 0.7);
  border: 8px solid #e4ff02;
  border-radius: 0.5px;
  box-shadow: 0 0 0 3px #008a34;
}
@media screen and (max-width: 799px) {
  .p-top-overview__box {
    width: 690px;
    padding-top: 63px;
    padding-bottom: 85px;
    margin-bottom: 50px;
  }
}
.p-top-overview__human {
  position: absolute;
}
.p-top-overview__human--left {
  top: -50px;
  left: -225px;
  width: 273px;
  height: 722px;
  background-image: url('../img/p-top/overview/p-top-overview__human--left.png?1655688521');
  background-position: center top;
  background-size: 273px;
  -webkit-animation: parapara-tate3 0.15s steps(3) infinite;
  animation: parapara-tate3 0.15s steps(3) infinite;
  background-repeat: no-repeat;
}
@media screen and (max-width: 799px) {
  .p-top-overview__human--left {
    display: none;
  }
}
.p-top-overview__human--right {
  top: -60px;
  right: -225px;
  width: 287px;
  height: 734px;
  background-image: url('../img/p-top/overview/p-top-overview__human--right.png?1655688521');
  background-position: center top;
  background-size: 287px;
  -webkit-animation: parapara-tate3 0.15s steps(3) infinite;
  animation: parapara-tate3 0.15s steps(3) infinite;
  background-repeat: no-repeat;
}
@media screen and (max-width: 799px) {
  .p-top-overview__human--right {
    display: none;
  }
}
.p-top-overview__title {
  position: absolute;
  top: -158px;
  left: 48px;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/overview/p-top-overview__title--pc@2x.png?1655688521') no-repeat;
  background-size: contain;
  width: 902px;
  height: 192px;
}
@media screen and (max-width: 799px) {
  .p-top-overview__title {
    top: -154px;
    left: -31px;
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/overview/p-top-overview__title--sp@2x.png?1655688521') no-repeat;
    background-size: contain;
    width: 740px;
    height: 158px;
  }
}
.p-top-overview__text {
  font-size: 24px;
  line-height: 35px;
  color: #00a23f;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 799px) {
  .p-top-overview__text {
    font-size: 38px;
    line-height: 59px;
  }
}
.p-top-overview__text--strong {
  display: inline-block;
  color: #005120;
  background: #e4ff02;
  -webkit-animation: pachipachi-text 0.15s linear infinite;
  animation: pachipachi-text 0.15s linear infinite;
}
.p-top-overview__go-apply {
  margin-right: auto;
  margin-left: auto;
  transition: all 0.3s ease;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.25));
  will-change: filter;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/overview/p-top-overview__go-apply--pc@2x.png?1655688521') no-repeat;
  background-size: contain;
  width: 587px;
  height: 95px;
}
.p-top-overview__go-apply a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top-overview__go-apply:hover {
  cursor: pointer;
  opacity: 0.6;
}
@media screen and (max-width: 799px) {
  .p-top-overview__go-apply:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 799px) {
  .p-top-overview__go-apply {
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/overview/p-top-overview__go-apply--sp@2x.png?1655688521') no-repeat;
    background-size: contain;
    width: 587px;
    height: 95px;
  }
}
.p-top-overview__go-apply--over {
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/overview/p-top-overview__go-apply--over--pc@2x.png?1655688521') no-repeat;
  background-size: contain;
  width: 587px;
  height: 95px;
}
@media screen and (max-width: 799px) {
  .p-top-overview__go-apply--over {
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/overview/p-top-overview__go-apply--over--sp@2x.png?1655688521') no-repeat;
    background-size: contain;
    width: 587px;
    height: 95px;
  }
}

.p-top-present__box {
  position: relative;
  width: 1100px;
  padding-top: 86px;
  padding-bottom: 120px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: none;
  border: 8px solid #e4ff02;
  border-radius: 0.5px;
  box-shadow: 0 0 0 3px #008a34;
  background-image: url('../img/common/dots.png?1655688521');
  background-position: center top;
  background-repeat: repeat;
}
@media screen and (max-width: 799px) {
  .p-top-present__box {
    width: 690px;
    padding-top: 286px;
    padding-bottom: 10px;
  }
}
.p-top-present__human {
  position: absolute;
  top: 39px;
}
@media screen and (max-width: 799px) {
  .p-top-present__human {
    top: 35px;
  }
}
.p-top-present__human--left {
  left: 90px;
  width: 155px;
  height: 156px;
  background-image: url('../img/p-top/present/p-top-present__human--left.png?1655688521');
  background-position: center top;
  background-size: 155px;
  -webkit-animation: parapara-tate3 0.15s steps(3) infinite;
  animation: parapara-tate3 0.15s steps(3) infinite;
  background-repeat: no-repeat;
}
@media screen and (max-width: 799px) {
  .p-top-present__human--left {
    left: 50%;
    transform: translate(-50%, 0) scale(1.5, 1.5);
    transform-origin: center top;
  }
}
.p-top-present__human--right {
  right: 90px;
  width: 155px;
  height: 156px;
  background-image: url('../img/p-top/present/p-top-present__human--right.png?1655688521');
  background-position: center top;
  background-size: 155px;
  -webkit-animation: parapara-tate3 0.15s steps(3) infinite;
  animation: parapara-tate3 0.15s steps(3) infinite;
  background-repeat: no-repeat;
}
@media screen and (max-width: 799px) {
  .p-top-present__human--right {
    display: none;
  }
}
.p-top-present__title {
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/present/p-top-present__title--pc@2x.png?1655688521') no-repeat;
  background-size: contain;
  width: 340px;
  height: 73px;
}
@media screen and (max-width: 799px) {
  .p-top-present__title {
    margin-bottom: 25px;
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/present/p-top-present__title--sp@2x.png?1655688521') no-repeat;
    background-size: contain;
    width: 401px;
    height: 85px;
  }
}
.p-top-present__main-text {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 35px;
  color: #00a23f;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 799px) {
  .p-top-present__main-text {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 42px;
  }
}
.p-top-present__mineo {
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/present/p-top-present__mineo--pc@2x.png?1655688521') no-repeat;
  background-size: contain;
  width: 911px;
  height: 58px;
}
@media screen and (max-width: 799px) {
  .p-top-present__mineo {
    margin-bottom: 67px;
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/present/p-top-present__mineo--sp@2x.png?1655688521') no-repeat;
    background-size: contain;
    width: 654px;
    height: 111px;
  }
}
.p-top-present__prize-list {
  display: flex;
  flex-wrap: wrap;
  width: 950px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 799px) {
  .p-top-present__prize-list {
    display: block;
    width: 100%;
  }
}
.p-top-present__prize {
  position: relative;
  width: 434px;
  height: 452px;
  margin-right: 65px;
}
@media screen and (max-width: 799px) {
  .p-top-present__prize {
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }
}
.p-top-present__prize:nth-child(2n) {
  top: 110px;
  margin-right: 0;
}
@media screen and (max-width: 799px) {
  .p-top-present__prize:nth-child(2n) {
    top: 0;
    margin-right: auto;
  }
}
.p-top-present__prize-image {
  position: relative;
  width: 434px;
  height: 294px;
  margin-bottom: 30px;
}
@media screen and (max-width: 799px) {
  .p-top-present__prize-image {
    width: 583px;
    height: 398px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }
}
.p-top-present__prize-image img {
  display: block;
  width: 100%;
  height: auto;
  border: 8px solid #deff00;
  outline: 4px solid #01b03f;
}
.p-top-present__prize-image--locked::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/present/p-top-present__prize-image--locked--pc@2x.png?1655688521') no-repeat;
  background-size: contain;
  width: 69px;
  height: 85px;
}
@media screen and (max-width: 799px) {
  .p-top-present__prize-image--locked::after {
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/present/p-top-present__prize-image--locked--sp@2x.png?1655688521') no-repeat;
    background-size: contain;
    width: 92px;
    height: 114px;
  }
}
.p-top-present__prize-image--locked img {
  position: relative;
  filter: brightness(60%) contrast(70%);
}
.p-top-present__prize-qty {
  position: absolute;
  top: -38px;
  right: -28px;
  font-size: 22px;
  line-height: 106.5px;
  color: #deff00;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: block;
  background: url('../img/p-top/present/p-top-present__prize-qty--pc@2x.png?1655688521') no-repeat;
  background-size: contain;
  width: 107px;
  height: 107px;
}
@media screen and (max-width: 799px) {
  .p-top-present__prize-qty {
    top: -48px;
    right: 5px;
    font-size: 29px;
    line-height: 142.5px;
    display: block;
    background: url('../img/p-top/present/p-top-present__prize-qty--sp@2x.png?1655688521') no-repeat;
    background-size: contain;
    width: 142px;
    height: 143px;
  }
}
.p-top-present__prize-qty--small {
  font-size: 16px;
}
@media screen and (max-width: 799px) {
  .p-top-present__prize-qty--small {
    font-size: 22px;
  }
}
.p-top-present__prize-phase {
  position: absolute;
  top: 273px;
  left: 50%;
  width: 305px;
  font-size: 22px;
  line-height: 35px;
  color: #00a23f;
  text-align: center;
  border: 4px solid #01b03f;
  border-radius: 0.5px;
  box-shadow: 0 0 0 3px #deff00;
  transform: translate(-50%, 0);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  background-color: #deff00;
}
@media screen and (max-width: 799px) {
  .p-top-present__prize-phase {
    top: 370px;
    width: 485px;
    font-size: 35px;
    line-height: 58px;
  }
}
.p-top-present__prize-name {
  margin-bottom: 10px;
  font-size: 27px;
  line-height: 30px;
  color: #00a23f;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 799px) {
  .p-top-present__prize-name {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 43px;
  }
}
.p-top-present__prize-name--strong {
  display: inline-block;
  color: #005120;
  background: #e4ff02;
  -webkit-animation: pachipachi-text 0.15s linear infinite;
  animation: pachipachi-text 0.15s linear infinite;
}
.p-top-present__prize-name--stronger {
  display: inline-block;
  color: #005120;
  background: #e4ff02;
  -webkit-animation: pachipachi-text-wide 0.15s linear infinite;
  animation: pachipachi-text-wide 0.15s linear infinite;
}
.p-top-present__prize-note {
  font-size: 13px;
  line-height: 19px;
  color: #00a23f;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 799px) {
  .p-top-present__prize-note {
    font-size: 22px;
    line-height: 32px;
  }
}

.p-top-application {
  padding-bottom: 100px;
}
@media screen and (max-width: 799px) {
  .p-top-application {
    padding-bottom: 60px;
  }
}
.p-top-application__box {
  position: relative;
  width: 1100px;
  padding-top: 105px;
  margin-right: auto;
  margin-left: auto;
  border: 8px solid #e4ff02;
  border-radius: 0.5px;
  box-shadow: 0 0 0 3px #008a34;
  background-position: center top;
  background-color: #fff;
  background-image: url('../img/p-top/application/p-top-application__sky--pc.png?1655688521');
  background-repeat: repeat-x;
}
@media screen and (max-width: 799px) {
  .p-top-application__box {
    width: 690px;
    padding-top: 345px;
    background-position: center top;
    background-color: #fff;
    background-image: url('../img/p-top/application/p-top-application__sky--sp.png?1655688521');
    background-repeat: repeat-x;
  }
}
.p-top-application__human {
  position: absolute;
  top: 74px;
}
@media screen and (max-width: 799px) {
  .p-top-application__human {
    top: 90px;
  }
}
.p-top-application__human--left {
  left: 180px;
  width: 155px;
  height: 156px;
  background-image: url('../img/p-top/application/p-top-application__human--left.png?1655688521');
  background-position: center top;
  background-size: 155px;
  -webkit-animation: parapara-tate3 0.15s steps(3) infinite;
  animation: parapara-tate3 0.15s steps(3) infinite;
  background-repeat: no-repeat;
}
@media screen and (max-width: 799px) {
  .p-top-application__human--left {
    left: 50%;
    transform: translate(-50%, 0) scale(1.5, 1.5);
    transform-origin: center top;
  }
}
.p-top-application__human--right {
  right: 180px;
  width: 155px;
  height: 156px;
  background-image: url('../img/p-top/application/p-top-application__human--right.png?1655688521');
  background-position: center top;
  background-size: 155px;
  -webkit-animation: parapara-tate3 0.15s steps(3) infinite;
  animation: parapara-tate3 0.15s steps(3) infinite;
  background-repeat: no-repeat;
}
@media screen and (max-width: 799px) {
  .p-top-application__human--right {
    display: none;
  }
}
.p-top-application__copy {
  position: absolute;
  top: 60px;
  left: 75px;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/application/p-top-application__copy--pc@2x.png?1655688521') no-repeat;
  background-size: contain;
  width: 129px;
  height: 126px;
}
@media screen and (max-width: 799px) {
  .p-top-application__copy {
    top: 60px;
    left: 75px;
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/application/p-top-application__copy--sp@2x.png?1655688521') no-repeat;
    background-size: contain;
    width: 194px;
    height: 189px;
  }
}
.p-top-application__title {
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/application/p-top-application__title--pc@2x.png?1655688521') no-repeat;
  background-size: contain;
  width: 302px;
  height: 75px;
}
@media screen and (max-width: 799px) {
  .p-top-application__title {
    margin-bottom: 25px;
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/application/p-top-application__title--sp@2x.png?1655688521') no-repeat;
    background-size: contain;
    width: 355px;
    height: 87px;
  }
}
.p-top-application__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 90px;
  font-size: 24px;
  line-height: 35px;
  color: #00a23f;
  text-align: center;
}
@media screen and (max-width: 799px) {
  .p-top-application__text {
    margin-bottom: 115px;
    font-size: 30px;
    line-height: 42px;
  }
}
.p-top-application__method-list {
  display: flex;
  justify-content: space-between;
  width: 960px;
  margin-right: auto;
  margin-bottom: 90px;
  margin-left: auto;
}
@media screen and (max-width: 799px) {
  .p-top-application__method-list {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
}
.p-top-application__method {
  width: 460px;
}
@media screen and (max-width: 799px) {
  .p-top-application__method {
    width: 598px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 799px) {
  .p-top-application__method--form {
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 799px) {
  .p-top-application__method--twitter {
    margin-bottom: 60px;
  }
}
.p-top-application__method-title {
  margin-right: auto;
  margin-bottom: 13px;
  margin-left: auto;
}
@media screen and (max-width: 799px) {
  .p-top-application__method-title {
    margin-bottom: 22px;
  }
}
.p-top-application__method-title--form {
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/application/p-top-application__method-title--form--pc@2x.png?1655688521') no-repeat;
  background-size: contain;
  width: 306px;
  height: 40px;
}
@media screen and (max-width: 799px) {
  .p-top-application__method-title--form {
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/application/p-top-application__method-title--form--sp@2x.png?1655688521') no-repeat;
    background-size: contain;
    width: 395px;
    height: 49px;
  }
}
.p-top-application__method-title--twitter {
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/application/p-top-application__method-title--twitter--pc@2x.png?1655688521') no-repeat;
  background-size: contain;
  width: 292px;
  height: 40px;
}
@media screen and (max-width: 799px) {
  .p-top-application__method-title--twitter {
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/application/p-top-application__method-title--twitter--sp@2x.png?1655688521') no-repeat;
    background-size: contain;
    width: 377px;
    height: 49px;
  }
}
.p-top-application__method-image {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}
@media screen and (max-width: 799px) {
  .p-top-application__method-image {
    margin-bottom: 28px;
  }
}
.p-top-application__method-image--form {
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/application/p-top-application__method-image--form--pc@2x.png?1655688521') no-repeat;
  background-size: contain;
  width: 460px;
  height: 287px;
}
@media screen and (max-width: 799px) {
  .p-top-application__method-image--form {
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/application/p-top-application__method-image--form--sp@2x.png?1655688521') no-repeat;
    background-size: contain;
    width: 598px;
    height: 375px;
  }
}
.p-top-application__method-image--twitter {
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/application/p-top-application__method-image--twitter--pc@2x.png?1655688521') no-repeat;
  background-size: contain;
  width: 460px;
  height: 291px;
}
@media screen and (max-width: 799px) {
  .p-top-application__method-image--twitter {
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/application/p-top-application__method-image--twitter--sp@2x.png?1655688521') no-repeat;
    background-size: contain;
    width: 598px;
    height: 378px;
  }
}
.p-top-application__method-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 23px;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}
@media screen and (max-width: 799px) {
  .p-top-application__method-text {
    margin-bottom: 26px;
    font-size: 28px;
    line-height: 40px;
  }
}
.p-top-application__method-go {
  transition: all 0.3s ease;
  margin-right: auto;
  margin-left: auto;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.25));
  will-change: filter;
}
.p-top-application__method-go a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top-application__method-go:hover {
  cursor: pointer;
  opacity: 0.6;
}
@media screen and (max-width: 799px) {
  .p-top-application__method-go:hover {
    opacity: 1;
  }
}
.p-top-application__method-go--form {
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/application/p-top-application__method-go--form--pc@2x.png?1655688521') no-repeat;
  background-size: contain;
  width: 336px;
  height: 71px;
}
@media screen and (max-width: 799px) {
  .p-top-application__method-go--form {
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/application/p-top-application__method-go--form--sp@2x.png?1655688521') no-repeat;
    background-size: contain;
    width: 558px;
    height: 115px;
  }
}
.p-top-application__method-go--form--over {
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/application/p-top-application__method-go--form--over--pc@2x.png?1655688521') no-repeat;
  background-size: contain;
  width: 336px;
  height: 71px;
}
@media screen and (max-width: 799px) {
  .p-top-application__method-go--form--over {
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/application/p-top-application__method-go--form--over--sp@2x.png?1655688521') no-repeat;
    background-size: contain;
    width: 558px;
    height: 115px;
  }
}
.p-top-application__method-go--twitter {
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/application/p-top-application__method-go--twitter--pc@2x.png?1655688521') no-repeat;
  background-size: contain;
  width: 336px;
  height: 71px;
}
@media screen and (max-width: 799px) {
  .p-top-application__method-go--twitter {
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/application/p-top-application__method-go--twitter--sp@2x.png?1655688521') no-repeat;
    background-size: contain;
    width: 558px;
    height: 115px;
  }
}
.p-top-application__deadline-box {
  height: 117px;
  padding-top: 40px;
  background-image: url('../img/common/dots--green.png?1655688521');
  background-position: center top;
  background-repeat: repeat;
}
@media screen and (max-width: 799px) {
  .p-top-application__deadline-box {
    height: 137px;
    padding-top: 50px;
  }
}
.p-top-application__deadline {
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/application/p-top-application__deadline--pc@2x.png?1655688521') no-repeat;
  background-size: contain;
  width: 614px;
  height: 47px;
}
@media screen and (max-width: 799px) {
  .p-top-application__deadline {
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/application/p-top-application__deadline--sp@2x.png?1655688521') no-repeat;
    background-size: contain;
    width: 614px;
    height: 47px;
  }
}

.p-top-generator {
  padding-top: 100px;
  padding-bottom: 80px;
  background-image: url('../img/p-top/generator/p-top-generator__background.png?1655688521');
  background-repeat: repeat;
  background-position: center top;
}
@media screen and (max-width: 799px) {
  .p-top-generator {
    padding-top: 55px;
    padding-bottom: 80px;
  }
}
.p-top-generator__box {
  position: relative;
  width: 1100px;
  padding-top: 103px;
  padding-bottom: 150px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  border: 8px solid #fff600;
  border-radius: 0.5px;
  box-shadow: 0 0 0 3px #886e12;
  background-image: url('../img/common/stripes.png?1655688521');
  background-position: center top;
  background-repeat: repeat;
}
@media screen and (max-width: 799px) {
  .p-top-generator__box {
    width: 690px;
    padding-top: 83px;
    padding-bottom: 210px;
  }
}
.p-top-generator__confetti {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/generator/p-top-generator__confetti--pc.png?1655688521') no-repeat;
  background-size: contain;
  width: 1085px;
  height: 848px;
}
@media screen and (max-width: 799px) {
  .p-top-generator__confetti {
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/generator/p-top-generator__confetti--sp.png?1655688521') no-repeat;
    background-size: contain;
    width: 676px;
    height: 1175px;
  }
}
.p-top-generator__human-top {
  position: absolute;
  top: 82px;
  left: 0;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/generator/p-top-generator__human-top--pc.png?1655688521') no-repeat;
  background-size: contain;
  width: 1086px;
  height: 615px;
}
@media screen and (max-width: 799px) {
  .p-top-generator__human-top {
    display: none;
  }
}
.p-top-generator__title {
  position: relative;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/generator/p-top-generator__title--pc@2x.png?1655688521') no-repeat;
  background-size: contain;
  width: 641px;
  height: 306px;
}
@media screen and (max-width: 799px) {
  .p-top-generator__title {
    margin-bottom: 25px;
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/generator/p-top-generator__title--sp@2x.png?1655688521') no-repeat;
    background-size: contain;
    width: 619px;
    height: 296px;
  }
}
.p-top-generator__main-text {
  position: relative;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 31px;
  color: #583d03;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 799px) {
  .p-top-generator__main-text {
    margin-bottom: 25px;
    font-size: 25px;
    line-height: 40px;
  }
}
.p-top-generator__note {
  width: 556px;
  height: 43px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  font-size: 19px;
  line-height: 37px;
  color: #fb4033;
  text-align: center;
  border: 3px solid #fb4033;
  border-radius: 9999px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 799px) {
  .p-top-generator__note {
    width: 603px;
    height: 60px;
    margin-bottom: 44px;
    font-size: 22px;
    line-height: 52px;
    border-width: 4px;
  }
}
.p-top-generator__form-text-wrapper {
  width: 790px;
  padding-top: 35px;
  padding-bottom: 45px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  background: #fb4033;
  border: 3px solid #fff;
  border-radius: 14px;
  box-shadow: 0 0 0 2px #fb4033;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.25));
  will-change: filter;
}
@media screen and (max-width: 799px) {
  .p-top-generator__form-text-wrapper {
    width: 606px;
    padding-top: 45px;
    padding-bottom: 40px;
    margin-bottom: 55px;
  }
}
.p-top-generator__form-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 27px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 799px) {
  .p-top-generator__form-text {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 37px;
  }
}
.p-top-generator__form-text-note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 799px) {
  .p-top-generator__form-text-note {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 34px;
  }
}
.p-top-generator__input {
  display: block;
  width: 450px;
  padding-left: 28px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 70px;
  vertical-align: bottom;
  background: #fff;
  border: none;
}
@media screen and (max-width: 799px) {
  .p-top-generator__input {
    width: 510px;
    font-size: 25px;
    line-height: 80px;
  }
}
.p-top-generator__input::-moz-placeholder {
  color: #aeaeae;
}
.p-top-generator__input:-ms-input-placeholder {
  color: #aeaeae;
}
.p-top-generator__input::placeholder {
  color: #aeaeae;
}
.p-top-generator__loading {
  position: relative;
  display: block;
  width: 450px;
  height: 10px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  background: #c0c0c0;
  border-radius: 9999px;
  opacity: 0;
}
@media screen and (max-width: 799px) {
  .p-top-generator__loading {
    width: 510px;
  }
}
.p-top-generator__loading-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #0f0;
}
.p-top-generator__error-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  width: 450px;
  height: 40px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  font-size: 14px;
  line-height: 40px;
  color: #deff00;
}
@media screen and (max-width: 799px) {
  .p-top-generator__error-text {
    width: 510px;
    height: 50px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 50px;
  }
}
.p-top-generator__generate {
  transition: all 0.3s ease;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.25));
  will-change: filter;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/generator/p-top-generator__generate--pc@2x.png?1655688521') no-repeat;
  background-size: contain;
  width: 434px;
  height: 95px;
}
.p-top-generator__generate:hover {
  cursor: pointer;
  opacity: 0.6;
}
@media screen and (max-width: 799px) {
  .p-top-generator__generate:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 799px) {
  .p-top-generator__generate {
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/generator/p-top-generator__generate--sp@2x.png?1655688521') no-repeat;
    background-size: contain;
    width: 434px;
    height: 95px;
  }
}
.p-top-generator__generate--busy {
  cursor: wait !important;
}
.p-top-generator__text-for-preload {
  width: 0;
  height: 0;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
.p-top-generator__result-wrapper {
  position: relative;
  width: 790px;
  padding-top: 50px;
  padding-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
  background: linear-gradient(to right, #c6ff00, #fff229);
}
@media screen and (max-width: 799px) {
  .p-top-generator__result-wrapper {
    width: 630px;
    padding-top: 40px;
    padding-bottom: 35px;
  }
}
.p-top-generator__result {
  display: block;
  width: 668px;
  height: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border: 3px solid #fff;
}
@media screen and (max-width: 799px) {
  .p-top-generator__result {
    width: 535px;
    margin-bottom: 25px;
  }
}
.p-top-generator__flash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #fff;
  opacity: 0;
}
.p-top-generator__result-note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  width: 525px;
  margin-right: auto;
  margin-left: auto;
  font-size: 15px;
  line-height: 35px;
  color: #00a23f;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 799px) {
  .p-top-generator__result-note {
    width: 470px;
    padding: 5px 0;
    font-size: 22px;
    line-height: 33px;
  }
}
.p-top-generator__human-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/generator/p-top-generator__human-bottom--pc.png?1655688521') no-repeat;
  background-size: contain;
  width: 1086px;
  height: 134px;
}
@media screen and (max-width: 799px) {
  .p-top-generator__human-bottom {
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/generator/p-top-generator__human-bottom--sp.png?1655688521') no-repeat;
    background-size: contain;
    width: 676px;
    height: 173px;
  }
}

.p-top-notice {
  padding-top: 85px;
}
@media screen and (max-width: 799px) {
  .p-top-notice {
    padding-top: 80px;
  }
}
.p-top-notice__box {
  width: 1100px;
  padding: 70px 0 65px;
  margin-right: auto;
  margin-left: auto;
  border: 8px solid #e4ff02;
  border-radius: 0.5px;
  box-shadow: 0 0 0 3px #008a34;
  background-image: url('../img/common/dots.png?1655688521');
  background-position: center top;
  background-repeat: repeat;
}
@media screen and (max-width: 799px) {
  .p-top-notice__box {
    width: 690px;
    padding: 90px 0 80px;
  }
}
.p-top-notice__title {
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/notice/p-top-notice__title--pc@2x.png?1655688521') no-repeat;
  background-size: contain;
  width: 236px;
  height: 61px;
}
@media screen and (max-width: 799px) {
  .p-top-notice__title {
    margin-bottom: 40px;
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/notice/p-top-notice__title--sp@2x.png?1655688521') no-repeat;
    background-size: contain;
    width: 357px;
    height: 88px;
  }
}
.p-top-notice__notes {
  width: 970px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 799px) {
  .p-top-notice__notes {
    width: 580px;
  }
}
.p-top-notice__note {
  padding-left: 1em;
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 23px;
  text-indent: -1em;
}
@media screen and (max-width: 799px) {
  .p-top-notice__note {
    margin-bottom: 1em;
    font-size: 28px;
    line-height: 38px;
  }
}
.p-top-notice__note--more-indent {
  padding-left: 2em;
  text-indent: -2em;
}
.p-top-overlay__badge {
  position: fixed;
  right: 25px;
  bottom: 25px;
  transition: all 0.3s ease;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/overlay/p-top-overlay__badge--pc@2x.png?1655688521') no-repeat;
  background-size: contain;
  width: 153px;
  height: 153px;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.25));
  will-change: filter;
}
.p-top-overlay__badge a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top-overlay__badge:hover {
  cursor: pointer;
  opacity: 0.6;
}
@media screen and (max-width: 799px) {
  .p-top-overlay__badge:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 799px) {
  .p-top-overlay__badge {
    right: 50%;
    bottom: 0;
    transform: translate(50%, 0);
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/overlay/p-top-overlay__badge--sp@2x.png?1655688521') no-repeat;
    background-size: contain;
    width: 768px;
    height: 150px;
  }
}
.p-top-overlay__badge--over {
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/overlay/p-top-overlay__badge--over--pc@2x.png?1655688521') no-repeat;
  background-size: contain;
  width: 153px;
  height: 153px;
}
@media screen and (max-width: 799px) {
  .p-top-overlay__badge--over {
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/overlay/p-top-overlay__badge--over--sp@2x.png?1655688521') no-repeat;
    background-size: contain;
    width: 758px;
    height: 144px;
  }
}
.p-top-overlay__applause {
  position: fixed;
  pointer-events: none;
}
.p-top-overlay__applause--phase01 {
  z-index: 11;
}
.p-top-overlay__applause--phase02 {
  z-index: 12;
}
.p-top-overlay__applause--phase03 {
  z-index: 13;
}
.p-top-overlay__applause--left {
  width: 22.2962962963vh;
  height: 18.8888888889vh;
  background-image: url('../img/p-top/overlay/p-top-overlay__applause--left.png?1655688521');
  background-position: center top;
  background-size: 22.2962962963vh;
  -webkit-animation: parapara-tate3 0.15s steps(3) infinite;
  animation: parapara-tate3 0.15s steps(3) infinite;
  background-repeat: no-repeat;
}
.p-top-overlay__applause--right {
  width: 22.2962962963vh;
  height: 18.8888888889vh;
  background-image: url('../img/p-top/overlay/p-top-overlay__applause--right.png?1655688521');
  background-position: center top;
  background-size: 22.2962962963vh;
  -webkit-animation: parapara-tate3 0.15s steps(3) infinite;
  animation: parapara-tate3 0.15s steps(3) infinite;
  background-repeat: no-repeat;
}
.p-top-overlay__applause--left01 {
  top: -2.5925925926vh;
  left: -8.8888888889vh;
}
.p-top-overlay__applause--left02 {
  top: 4.5185185185vh;
  left: -11.1111111111vh;
}
.p-top-overlay__applause--left03 {
  top: 11.9259259259vh;
  left: -8.8888888889vh;
}
.p-top-overlay__applause--left04 {
  top: 18.4444444444vh;
  left: -11.1111111111vh;
}
.p-top-overlay__applause--left05 {
  top: 22.5185185185vh;
  left: -8.8888888889vh;
}
.p-top-overlay__applause--left06 {
  top: 29.5555555556vh;
  left: -11.1111111111vh;
}
.p-top-overlay__applause--left07 {
  top: 36.3703703704vh;
  left: -8.8888888889vh;
}
.p-top-overlay__applause--left08 {
  top: 43.4074074074vh;
  left: -11.1111111111vh;
}
.p-top-overlay__applause--left09 {
  top: 50.2222222222vh;
  left: -8.8888888889vh;
}
.p-top-overlay__applause--left10 {
  top: 57.4814814815vh;
  left: -11.1111111111vh;
}
.p-top-overlay__applause--left11 {
  top: 64.2222222222vh;
  left: -8.8888888889vh;
}
.p-top-overlay__applause--left12 {
  top: 71.1111111111vh;
  left: -11.1111111111vh;
}
.p-top-overlay__applause--left13 {
  top: 78.3703703704vh;
  left: -8.8888888889vh;
}
.p-top-overlay__applause--left14 {
  top: 85.2592592593vh;
  left: -11.1111111111vh;
}
.p-top-overlay__applause--left15 {
  top: 92.2222222222vh;
  left: -8.8888888889vh;
}
.p-top-overlay__applause--right01 {
  top: -2.5925925926vh;
  right: -8.8888888889vh;
}
.p-top-overlay__applause--right02 {
  top: 4.5185185185vh;
  right: -11.1111111111vh;
}
.p-top-overlay__applause--right03 {
  top: 11.9259259259vh;
  right: -8.8888888889vh;
}
.p-top-overlay__applause--right04 {
  top: 18.4444444444vh;
  right: -11.1111111111vh;
}
.p-top-overlay__applause--right05 {
  top: 22.5185185185vh;
  right: -8.8888888889vh;
}
.p-top-overlay__applause--right06 {
  top: 29.5555555556vh;
  right: -11.1111111111vh;
}
.p-top-overlay__applause--right07 {
  top: 36.3703703704vh;
  right: -8.8888888889vh;
}
.p-top-overlay__applause--right08 {
  top: 43.4074074074vh;
  right: -11.1111111111vh;
}
.p-top-overlay__applause--right09 {
  top: 50.2222222222vh;
  right: -8.8888888889vh;
}
.p-top-overlay__applause--right10 {
  top: 57.4814814815vh;
  right: -11.1111111111vh;
}
.p-top-overlay__applause--right11 {
  top: 64.2222222222vh;
  right: -8.8888888889vh;
}
.p-top-overlay__applause--right12 {
  top: 71.1111111111vh;
  right: -11.1111111111vh;
}
.p-top-overlay__applause--right13 {
  top: 78.3703703704vh;
  right: -8.8888888889vh;
}
.p-top-overlay__applause--right14 {
  top: 85.2592592593vh;
  right: -11.1111111111vh;
}
.p-top-overlay__applause--right15 {
  top: 92.2222222222vh;
  right: -8.8888888889vh;
}

.u-pc-block {
  display: block;
}
@media screen and (max-width: 799px) {
  .u-pc-block {
    display: none;
  }
}

.u-pc-inline {
  display: inline;
}
@media screen and (max-width: 799px) {
  .u-pc-inline {
    display: none;
  }
}

.u-pc-inline-block {
  display: inline-block;
}
@media screen and (max-width: 799px) {
  .u-pc-inline-block {
    display: none;
  }
}

.u-sp-block {
  display: none;
}
@media screen and (max-width: 799px) {
  .u-sp-block {
    display: block;
  }
}

.u-sp-inline {
  display: none;
}
@media screen and (max-width: 799px) {
  .u-sp-inline {
    display: inline;
  }
}

.u-sp-inline-block {
  display: none;
}
@media screen and (max-width: 799px) {
  .u-sp-inline-block {
    display: inline-block;
  }
}

.u-transparent {
  opacity: 0;
}