@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%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "Yu Gothic Pr6N M", sans-serif;
}

@-webkit-keyframes yurayuraAnimation {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-5px, 0);
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(5px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes yurayuraAnimation {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-5px, 0);
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(5px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes bannerAnimation {
  0% {
    transform: translate(0, -5px);
  }
  50% {
    transform: translate(0, 5px);
  }
  100% {
    transform: translate(0, -5px);
  }
}
@keyframes bannerAnimation {
  0% {
    transform: translate(0, -5px);
  }
  50% {
    transform: translate(0, 5px);
  }
  100% {
    transform: translate(0, -5px);
  }
}
.c-header-logo {
  position: absolute;
  top: 15px;
  left: 315px;
  z-index: 1;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/c-header-logo/c-header-logo--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 148px;
  height: 60px;
}
.c-header-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .c-header-logo {
    top: 15px;
    left: 40px;
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/c-header-logo/c-header-logo--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 100px;
    height: 35px;
  }
}

.c-footer-area {
  box-sizing: border-box;
  height: 200px;
  padding-top: 50px;
  padding-bottom: 400px;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .c-footer-area {
    padding-bottom: 400px;
  }
}
.c-footer-area__copyright {
  margin-top: 80px;
  margin-bottom: 80px;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-footer-area__copyright {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.c-footer-area__image {
  height: 117px;
  background-image: url('../img/c-footer-area/c-footer-area__image--sp.jpg?1623982215');
  background-position: center top;
  background-repeat: repeat-x;
}
@media screen and (min-width: 769px) {
  .c-footer-area__image {
    height: 100px;
    background-image: url('../img/c-footer-area/c-footer-area__image--pc.jpg?1623982215');
  }
}

.p-top-hero {
  position: relative;
  overflow: hidden;
}
.p-top-hero__background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1159px;
  background-position: center center;
  background-color: #fffc40;
  background-image: url('../img/p-top/hero/p-top-hero__background-image.jpg?1623982215');
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .p-top-hero__background-image {
    height: 946px;
  }
}
.p-top-hero__background-view {
  position: relative;
  display: block;
  width: 100%;
  max-width: 2000px;
  height: 1159px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .p-top-hero__background-view {
    height: 946px;
  }
}
.p-top-hero__mask {
  position: absolute;
  width: 200px;
  height: 1159px;
}
@media screen and (min-width: 769px) {
  .p-top-hero__mask {
    height: 946px;
  }
}
.p-top-hero__mask--left {
  top: 0;
  left: calc((100% - 2000px) / 2);
  background-image: linear-gradient(to left, rgba(255, 252, 64, 0), #fffc40);
}
.p-top-hero__mask--right {
  top: 0;
  right: calc((100% - 2000px) / 2);
  background-image: linear-gradient(to right, rgba(255, 252, 64, 0), #fffc40);
}
.p-top-hero__flag-garland {
  position: absolute;
}
.p-top-hero__flag-garland--left {
  top: 0;
  left: 0;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/hero/p-top-hero__flag-garland--left--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 243px;
  height: 175px;
}
@media screen and (min-width: 769px) {
  .p-top-hero__flag-garland--left {
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/hero/p-top-hero__flag-garland--left--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 417px;
    height: 173px;
    left: calc((100% - 1500px) / 2);
  }
}
@media screen and (min-width: 1500px) {
  .p-top-hero__flag-garland--left {
    left: 0;
  }
}
.p-top-hero__flag-garland--right {
  top: 0;
  right: 0;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/hero/p-top-hero__flag-garland--right--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 240px;
  height: 177px;
}
@media screen and (min-width: 769px) {
  .p-top-hero__flag-garland--right {
    right: calc((100% - 1500px) / 2);
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/hero/p-top-hero__flag-garland--right--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 450px;
    height: 175px;
  }
}
@media screen and (min-width: 1500px) {
  .p-top-hero__flag-garland--right {
    right: 0;
  }
}
.p-top-hero__foreground {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 769px) {
  .p-top-hero__foreground {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1000px;
    transform: translate(-50%, 0);
  }
}
.p-top-hero__title-wrapper {
  position: absolute;
  top: 90px;
  left: 5px;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .p-top-hero__title-wrapper {
    top: 35px;
    left: 85px;
  }
}
.p-top-hero__title {
  position: relative;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/hero/p-top-hero__title--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 754px;
  height: 306px;
}
@media screen and (min-width: 769px) {
  .p-top-hero__title {
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/hero/p-top-hero__title--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 820px;
    height: 272px;
  }
}
.p-top-hero__title-seven {
  position: absolute;
  top: 85px;
  left: 90px;
  transform-origin: 57% 70%;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/hero/p-top-hero__title-seven--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 152px;
  height: 216px;
}
@media screen and (min-width: 769px) {
  .p-top-hero__title-seven {
    top: 70px;
    left: 90px;
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/hero/p-top-hero__title-seven--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 145px;
    height: 205px;
  }
}
@media screen and (min-width: 769px) {
  .p-top-hero__banner {
    position: absolute;
    top: 120px;
    left: 900px;
    -webkit-animation: 4s linear infinite 0s bannerAnimation;
    animation: 4s linear infinite 0s bannerAnimation;
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/hero/p-top-hero__banner--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 126px;
    height: 58px;
  }
}
.p-top-hero__balloon {
  position: absolute;
  opacity: 0;
}
.p-top-hero__balloon--balloon01 {
  top: 676px;
  left: 50%;
  transform: translate(220px, 0);
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/hero/p-top-hero__balloon--balloon01.png?1623982215') no-repeat;
  background-size: contain;
  width: 142px;
  height: 89px;
}
@media screen and (min-width: 769px) {
  .p-top-hero__balloon--balloon01 {
    top: 570px;
  }
}
.p-top-hero__balloon--balloon02 {
  top: 616px;
  left: 50%;
  transform: translate(-270px, 0);
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/hero/p-top-hero__balloon--balloon02.png?1623982215') no-repeat;
  background-size: contain;
  width: 108px;
  height: 58px;
}
@media screen and (min-width: 769px) {
  .p-top-hero__balloon--balloon02 {
    top: 510px;
  }
}
.p-top-hero__balloon--balloon03 {
  top: 756px;
  left: 50%;
  transform: translate(-330px, 0);
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/hero/p-top-hero__balloon--balloon03.png?1623982215') no-repeat;
  background-size: contain;
  width: 157px;
  height: 55px;
}
@media screen and (min-width: 769px) {
  .p-top-hero__balloon--balloon03 {
    top: 650px;
  }
}

.p-top-applicants-and-overview {
  background-position: center top;
  background-image: url('../img/p-top/applicants-and-overview/p-top-applicants-and-overview__background--sp.jpg?1623982215');
  background-repeat: repeat;
}
@media screen and (min-width: 769px) {
  .p-top-applicants-and-overview {
    background-image: url('../img/p-top/applicants-and-overview/p-top-applicants-and-overview__background--pc.jpg?1623982215');
  }
}

.p-top-applicants {
  position: relative;
  width: 100%;
}
.p-top-applicants__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/p-top/applicants/p-top-applicants__background--sp.png?1623982215');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media screen and (min-width: 769px) {
  .p-top-applicants__background {
    background-image: url('../img/p-top/applicants/p-top-applicants__background--pc.png?1623982215');
  }
}
.p-top-applicants__foreground {
  position: relative;
  box-sizing: border-box;
  height: 800px;
  padding-top: 30px;
}
@media screen and (min-width: 769px) {
  .p-top-applicants__foreground {
    height: 830px;
    padding-top: 54px;
  }
}
.p-top-applicants__tongue {
  position: absolute;
  top: -121px;
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/applicants/p-top-applicants__tongue--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 516px;
  height: 121px;
}
@media screen and (min-width: 769px) {
  .p-top-applicants__tongue {
    top: -121px;
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/applicants/p-top-applicants__tongue--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 516px;
    height: 121px;
  }
}
.p-top-applicants__goods {
  position: absolute;
  top: -187px;
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/applicants/p-top-applicants__goods--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 442px;
  height: 198px;
}
@media screen and (min-width: 769px) {
  .p-top-applicants__goods {
    top: -175px;
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/applicants/p-top-applicants__goods--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 442px;
    height: 198px;
  }
}
.p-top-applicants__title {
  font-family: "Shuei MaruGo B", sans-serif;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 54px;
  color: #00a23f;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-top-applicants__title {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 54px;
  }
}
.p-top-applicants__title--strong {
  color: #ff4235;
}
.p-top-applicants__mineo {
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  background: #00a23f;
  font-family: "Shuei MaruGo B", sans-serif;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .p-top-applicants__mineo {
    width: 835px;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    font-size: 22px;
    line-height: 34px;
    border-radius: 17px;
  }
}
.p-top-applicants__number {
  position: relative;
  padding-top: 10px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  background: url('../img/p-top/applicants/p-top-applicants__number--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 557px;
  height: 116px;
}
@media screen and (min-width: 769px) {
  .p-top-applicants__number {
    display: block;
    background: url('../img/p-top/applicants/p-top-applicants__number--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 557px;
    height: 116px;
  }
}
.p-top-applicants__balloon {
  position: absolute;
  top: -20px;
  left: -100px;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/applicants/p-top-applicants__balloon--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 142px;
  height: 137px;
}
@media screen and (min-width: 769px) {
  .p-top-applicants__balloon {
    top: -5px;
    left: -80px;
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/applicants/p-top-applicants__balloon--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 118px;
    height: 118px;
  }
}
.p-top-applicants__digit {
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 90px;
  height: 93px;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
}
.p-top-applicants__digit--n0 {
  background-image: url('../img/p-top/applicants/p-top-applicants__digit--n0.png?1623982215');
}
.p-top-applicants__digit--n1 {
  background-image: url('../img/p-top/applicants/p-top-applicants__digit--n1.png?1623982215');
}
.p-top-applicants__digit--n2 {
  background-image: url('../img/p-top/applicants/p-top-applicants__digit--n2.png?1623982215');
}
.p-top-applicants__digit--n3 {
  background-image: url('../img/p-top/applicants/p-top-applicants__digit--n3.png?1623982215');
}
.p-top-applicants__digit--n4 {
  background-image: url('../img/p-top/applicants/p-top-applicants__digit--n4.png?1623982215');
}
.p-top-applicants__digit--n5 {
  background-image: url('../img/p-top/applicants/p-top-applicants__digit--n5.png?1623982215');
}
.p-top-applicants__digit--n6 {
  background-image: url('../img/p-top/applicants/p-top-applicants__digit--n6.png?1623982215');
}
.p-top-applicants__digit--n7 {
  background-image: url('../img/p-top/applicants/p-top-applicants__digit--n7.png?1623982215');
}
.p-top-applicants__digit--n8 {
  background-image: url('../img/p-top/applicants/p-top-applicants__digit--n8.png?1623982215');
}
.p-top-applicants__digit--n9 {
  background-image: url('../img/p-top/applicants/p-top-applicants__digit--n9.png?1623982215');
}
.p-top-applicants__unit {
  position: absolute;
  right: -60px;
  bottom: 20px;
  font-size: 42px;
  color: #00a23f;
  font-family: "Shuei MaruGo B", sans-serif;
}
@media screen and (min-width: 769px) {
  .p-top-applicants__unit {
    right: -40px;
    bottom: 15px;
    font-size: 28px;
  }
}
.p-top-applicants__date-text {
  font-family: "Shuei MaruGo B", sans-serif;
  position: absolute;
  right: -10px;
  bottom: -40px;
  font-size: 20px;
  color: #00a23f;
}
@media screen and (min-width: 769px) {
  .p-top-applicants__date-text {
    right: auto;
    bottom: -30px;
    left: 5px;
    font-size: 14px;
  }
}
.p-top-applicants__image {
  position: absolute;
  -webkit-filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.25));
  will-change: filter;
}
.p-top-applicants__image--phase01 {
  top: 0;
  left: 50%;
  transform: translate(-370px, 465px);
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/applicants/p-top-applicants__image--phase01--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 304px;
  height: 304px;
}
@media screen and (min-width: 769px) {
  .p-top-applicants__image--phase01 {
    transform: translate(-375px, 460px);
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/applicants/p-top-applicants__image--phase01--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 317px;
    height: 317px;
  }
}
.p-top-applicants__image--phase02 {
  top: 0;
  left: 50%;
  transform: translate(-10px, 375px);
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/applicants/p-top-applicants__image--phase02--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 380px;
  height: 380px;
}
@media screen and (min-width: 769px) {
  .p-top-applicants__image--phase02 {
    transform: translate(20px, 380px);
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/applicants/p-top-applicants__image--phase02--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 396px;
    height: 396px;
  }
}
.p-top-applicants__plus {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-55px, 570px);
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/applicants/p-top-applicants__plus--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 34px;
  height: 33px;
}
@media screen and (min-width: 769px) {
  .p-top-applicants__plus {
    transform: translate(-40px, 585px);
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/applicants/p-top-applicants__plus--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 37px;
    height: 36px;
  }
}
.p-top-applicants__badge {
  display: none;
}
@media screen and (min-width: 769px) {
  .p-top-applicants__badge {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    transform: translate(210px, -200px);
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/applicants/p-top-applicants__badge--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 209px;
    height: 209px;
    transition: all 0.3s ease;
  }
  .p-top-applicants__badge a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-top-applicants__badge:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}

.p-top-overview {
  padding-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .p-top-overview {
    padding-bottom: 70px;
  }
}
.p-top-overview__box {
  position: relative;
  width: 700px;
  padding-top: 230px;
  padding-bottom: 85px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 769px) {
  .p-top-overview__box {
    width: 1168px;
    padding-top: 145px;
    padding-bottom: 75px;
  }
}
.p-top-overview__banner {
  position: absolute;
  top: 35px;
  left: 30px;
  -webkit-animation: 4s linear infinite 0s bannerAnimation;
  animation: 4s linear infinite 0s bannerAnimation;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/overview/p-top-overview__banner--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 642px;
  height: 90px;
}
@media screen and (min-width: 769px) {
  .p-top-overview__banner {
    top: 40px;
    left: 560px;
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/overview/p-top-overview__banner--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 580px;
    height: 114px;
  }
}
.p-top-overview__image {
  position: absolute;
}
.p-top-overview__image--image01 {
  top: 165px;
  left: 14px;
  -webkit-animation: 2s linear infinite 0s yurayuraAnimation;
  animation: 2s linear infinite 0s yurayuraAnimation;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/overview/p-top-overview__image--image01--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 108px;
  height: 108px;
}
@media screen and (min-width: 769px) {
  .p-top-overview__image--image01 {
    top: 240px;
    left: 60px;
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/overview/p-top-overview__image--image01--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 143px;
    height: 150px;
  }
}
.p-top-overview__image--image02 {
  top: 165px;
  right: 20px;
  -webkit-animation: 2s linear infinite 0.5s yurayuraAnimation;
  animation: 2s linear infinite 0.5s yurayuraAnimation;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/overview/p-top-overview__image--image02--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 76px;
  height: 110px;
}
@media screen and (min-width: 769px) {
  .p-top-overview__image--image02 {
    top: 215px;
    right: 100px;
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/overview/p-top-overview__image--image02--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 105px;
    height: 154px;
  }
}
.p-top-overview__image--image03 {
  top: 300px;
  left: 30px;
  -webkit-animation: 2s linear infinite 1s yurayuraAnimation;
  animation: 2s linear infinite 1s yurayuraAnimation;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/overview/p-top-overview__image--image03--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 78px;
  height: 107px;
}
@media screen and (min-width: 769px) {
  .p-top-overview__image--image03 {
    top: 500px;
    left: 110px;
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/overview/p-top-overview__image--image03--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 78px;
    height: 107px;
  }
}
.p-top-overview__image--image04 {
  top: 295px;
  right: 35px;
  -webkit-animation: 2s linear infinite 1.5s yurayuraAnimation;
  animation: 2s linear infinite 1.5s yurayuraAnimation;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/overview/p-top-overview__image--image04--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 73px;
  height: 124px;
}
@media screen and (min-width: 769px) {
  .p-top-overview__image--image04 {
    top: 440px;
    right: 120px;
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/overview/p-top-overview__image--image04--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 101px;
    height: 170px;
  }
}
.p-top-overview__title {
  margin-bottom: 25px;
  text-align: center;
}
.p-top-overview__title-inner {
  display: inline;
  padding-bottom: 10px;
  font-size: 83px;
  line-height: 116px;
  color: #00a23f;
  font-family: "Shuei MaruGo B", sans-serif;
  font-feature-settings: "palt";
  background-image: url('../img/common/green-dots--5px.png?1623982215');
  background-position: center bottom;
  background-repeat: repeat-x;
}
@media screen and (min-width: 769px) {
  .p-top-overview__title-inner {
    padding-bottom: 15px;
    font-size: 55px;
    line-height: 69px;
  }
}
.p-top-overview__title-inner--hide {
  display: none;
}
.p-top-overview__title-inner--seven {
  position: relative;
  display: inline-block;
  width: 151px;
  height: 1em;
  margin-right: -50px;
  margin-bottom: -15px;
  margin-left: -10px;
  transform-origin: 40% 60%;
}
.p-top-overview__title-inner--seven::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  background: url('../img/p-top/overview/p-top-overview__title-inner--seven--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 151px;
  height: 206px;
}
@media screen and (min-width: 769px) {
  .p-top-overview__title-inner--seven {
    width: 105px;
    height: 1em;
    margin-right: -30px;
    margin-bottom: -15px;
    margin-left: -10px;
  }
  .p-top-overview__title-inner--seven::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    background: url('../img/p-top/overview/p-top-overview__title-inner--seven--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 105px;
    height: 141px;
  }
}
.p-top-overview__text {
  font-family: "Yu Gothic Pr6N B", sans-serif;
  margin-bottom: 30px;
  font-size: 23px;
  line-height: 36px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-top-overview__text {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }
}
.p-top-overview__text--red {
  color: #ff4235;
}
.p-top-overview__text--green {
  color: #00a23f;
}
.p-top-overview__text--strong {
  background: #fffc40;
}
.p-top-overview__lets-apply {
  font-family: "Yu Gothic Pr6N B", sans-serif;
  margin-bottom: 50px;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-top-overview__lets-apply {
    margin-bottom: 50px;
    font-size: 27px;
    line-height: 36px;
  }
}
.p-top-overview__lets-apply--strong {
  background: #fffc40;
}
.p-top-overview__go-apply {
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/overview/p-top-overview__go-apply--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 605px;
  height: 107px;
  transition: all 0.3s ease;
}
.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 (min-width: 769px) {
  .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--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 605px;
    height: 107px;
  }
}

.p-top-present {
  background-position: center top;
  background-image: url('../img/p-top/present/p-top-present__background--sp.jpg?1623982215');
  background-repeat: repeat;
  padding-top: 45px;
  padding-bottom: 85px;
}
@media screen and (min-width: 769px) {
  .p-top-present {
    padding-top: 75px;
    padding-bottom: 70px;
    background-image: url('../img/p-top/present/p-top-present__background--pc.jpg?1623982215');
  }
}
.p-top-present__box {
  position: relative;
  box-sizing: border-box;
  width: 700px;
  padding-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  border: 20px solid #00a23f;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 769px) {
  .p-top-present__box {
    width: 1168px;
    padding-bottom: 20px;
    border: 30px solid #00a23f;
  }
}
.p-top-present__box-header {
  height: 450px;
  margin-bottom: 110px;
  background: #eef8f2;
}
@media screen and (min-width: 769px) {
  .p-top-present__box-header {
    height: 275px;
    margin-bottom: -25px;
  }
}
.p-top-present__image {
  position: absolute;
}
.p-top-present__image--image01 {
  top: -40px;
  left: 180px;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/present/p-top-present__image--image01--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 239px;
  height: 163px;
}
@media screen and (min-width: 769px) {
  .p-top-present__image--image01 {
    top: 45px;
    right: 40px;
    left: auto;
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/present/p-top-present__image--image01--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 178px;
    height: 147px;
  }
}
@media screen and (min-width: 769px) {
  .p-top-present__image--image02 {
    top: 33px;
    left: 43px;
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/present/p-top-present__image--image02--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 190px;
    height: 138px;
  }
}
.p-top-present__main-title {
  font-family: "Shuei MaruGo B", sans-serif;
  width: 570px;
  padding-top: 150px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-size: 55px;
  line-height: 84px;
  color: #00a23f;
  text-align: center;
  background-image: url('../img/common/green-dots--5px.png?1623982215');
  background-position: center bottom;
  background-repeat: repeat-x;
}
@media screen and (min-width: 769px) {
  .p-top-present__main-title {
    width: 620px;
    padding-top: 30px;
    margin-bottom: 10px;
    font-size: 60px;
    line-height: 90px;
  }
}
.p-top-present__main-text {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 37px;
  text-align: center;
  font-family: "Yu Gothic Pr6N M", sans-serif;
}
@media screen and (min-width: 769px) {
  .p-top-present__main-text {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }
}
.p-top-present__mineo {
  width: 600px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: 26px;
  line-height: 29px;
  color: #ff4235;
  text-align: center;
  background: #fffc40;
  font-family: "Yu Gothic Pr6N B", sans-serif;
  border-radius: 9999px;
}
@media screen and (min-width: 769px) {
  .p-top-present__mineo {
    width: 755px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 40px;
  }
}
.p-top-present__title {
  position: relative;
  margin-top: 90px;
  margin-right: auto;
  margin-left: auto;
}
.p-top-present__title--phase01 {
  display: block;
  background: url('../img/p-top/present/p-top-present__title--phase01--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 602px;
  height: 73px;
}
@media screen and (min-width: 769px) {
  .p-top-present__title--phase01 {
    display: block;
    background: url('../img/p-top/present/p-top-present__title--phase01--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 681px;
    height: 73px;
  }
}
.p-top-present__title--phase02 {
  display: block;
  background: url('../img/p-top/present/p-top-present__title--phase02--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 602px;
  height: 73px;
}
@media screen and (min-width: 769px) {
  .p-top-present__title--phase02 {
    display: block;
    background: url('../img/p-top/present/p-top-present__title--phase02--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 681px;
    height: 73px;
  }
}
.p-top-present__title-text {
  display: none;
}
.p-top-present__title-circle {
  position: absolute;
  top: -15px;
  left: -5px;
}
@media screen and (min-width: 769px) {
  .p-top-present__title-circle {
    top: -45px;
    left: 95px;
  }
}
.p-top-present__title-circle--phase01 {
  display: block;
  background: url('../img/p-top/present/p-top-present__title-circle--phase01--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 112px;
  height: 112px;
}
@media screen and (min-width: 769px) {
  .p-top-present__title-circle--phase01 {
    display: block;
    background: url('../img/p-top/present/p-top-present__title-circle--phase01--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 112px;
    height: 112px;
  }
}
.p-top-present__title-circle--phase02 {
  display: block;
  background: url('../img/p-top/present/p-top-present__title-circle--phase02--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 112px;
  height: 112px;
}
@media screen and (min-width: 769px) {
  .p-top-present__title-circle--phase02 {
    display: block;
    background: url('../img/p-top/present/p-top-present__title-circle--phase02--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 112px;
    height: 112px;
  }
}
.p-top-present__title-balloon {
  position: absolute;
}
.p-top-present__title-balloon--phase01 {
  top: -60px;
  right: 10px;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/present/p-top-present__title-balloon--phase01--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 168px;
  height: 84px;
}
@media screen and (min-width: 769px) {
  .p-top-present__title-balloon--phase01 {
    top: -45px;
    right: auto;
    left: -80px;
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/present/p-top-present__title-balloon--phase01--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 170px;
    height: 95px;
  }
}
.p-top-present__title-balloon--phase02 {
  top: -97px;
  right: 30px;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/present/p-top-present__title-balloon--phase02--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 228px;
  height: 126px;
}
@media screen and (min-width: 769px) {
  .p-top-present__title-balloon--phase02 {
    top: -45px;
    right: auto;
    left: -140px;
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/present/p-top-present__title-balloon--phase02--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 227px;
    height: 118px;
  }
}
.p-top-present__title-image {
  position: absolute;
  -webkit-animation: 2s linear infinite 0s yurayuraAnimation;
  animation: 2s linear infinite 0s yurayuraAnimation;
}
.p-top-present__title-image--phase01 {
  top: -18px;
  right: 10px;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/present/p-top-present__title-image--phase01--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 78px;
  height: 107px;
}
@media screen and (min-width: 769px) {
  .p-top-present__title-image--phase01 {
    top: -25px;
    right: 20px;
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/present/p-top-present__title-image--phase01--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 78px;
    height: 107px;
  }
}
.p-top-present__title-image--phase02 {
  top: -57px;
  right: 5px;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/present/p-top-present__title-image--phase02--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 76px;
  height: 142px;
}
@media screen and (min-width: 769px) {
  .p-top-present__title-image--phase02 {
    top: -45px;
    right: 20px;
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/present/p-top-present__title-image--phase02--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 76px;
    height: 142px;
  }
}
.p-top-present__row {
  width: 570px;
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .p-top-present__row {
    display: flex;
    flex-direction: row;
    width: 1000px;
    margin-bottom: 50px;
    transform: translate(-20px, 0);
  }
}
.p-top-present__row--reverse {
  flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
  .p-top-present__row--reverse {
    transform: translate(70px, 0);
  }
}
.p-top-present__present-image {
  margin-right: 0;
  margin-bottom: 30px;
  margin-left: 70px;
}
@media screen and (min-width: 769px) {
  .p-top-present__present-image {
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
}
.p-top-present__present-image--present01 {
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/present/p-top-present__present-image--present01--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 433px;
  height: 428px;
}
@media screen and (min-width: 769px) {
  .p-top-present__present-image--present01 {
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/present/p-top-present__present-image--present01--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 361px;
    height: 356px;
  }
}
.p-top-present__present-image--present02 {
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/present/p-top-present__present-image--present02--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 466px;
  height: 424px;
}
@media screen and (min-width: 769px) {
  .p-top-present__present-image--present02 {
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/present/p-top-present__present-image--present02--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 388px;
    height: 353px;
  }
}
.p-top-present__present-image--present03 {
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/present/p-top-present__present-image--present03--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 439px;
  height: 424px;
}
@media screen and (min-width: 769px) {
  .p-top-present__present-image--present03 {
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/present/p-top-present__present-image--present03--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 365px;
    height: 353px;
  }
}
.p-top-present__present-image--present04 {
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/present/p-top-present__present-image--present04--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 480px;
  height: 490px;
}
@media screen and (min-width: 769px) {
  .p-top-present__present-image--present04 {
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/present/p-top-present__present-image--present04--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 400px;
    height: 409px;
  }
}
.p-top-present__present-image--present05 {
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/present/p-top-present__present-image--present05--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 424px;
  height: 424px;
}
@media screen and (min-width: 769px) {
  .p-top-present__present-image--present05 {
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/present/p-top-present__present-image--present05--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 353px;
    height: 353px;
  }
}
.p-top-present__present-image--present06 {
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/present/p-top-present__present-image--present06--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 476px;
  height: 450px;
}
@media screen and (min-width: 769px) {
  .p-top-present__present-image--present06 {
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/present/p-top-present__present-image--present06--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 391px;
    height: 372px;
  }
}
.p-top-present__present-image--present07 {
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/present/p-top-present__present-image--present07--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 484px;
  height: 429px;
}
@media screen and (min-width: 769px) {
  .p-top-present__present-image--present07 {
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/present/p-top-present__present-image--present07--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 404px;
    height: 357px;
  }
}
@media screen and (min-width: 769px) {
  .p-top-present__present-remain {
    width: 475px;
  }
}
.p-top-present__present-title {
  display: inline;
  padding-bottom: 10px;
  font-size: 37px;
  line-height: 65px;
  font-family: "Shuei MaruGo B", sans-serif;
  background-image: url('../img/common/gray-dots--4px.png?1623982215');
  background-position: center bottom;
  background-repeat: repeat-x;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .p-top-present__present-title {
    background-image: url('../img/common/gray-dots--3px.png?1623982215');
    background-position: center bottom;
    background-repeat: repeat-x;
    font-size: 30px;
    line-height: 54px;
  }
}
.p-top-present__present-title--phase01 {
  color: #686868;
}
.p-top-present__present-title--phase02 {
  padding-bottom: 10px;
  font-size: 50px;
  line-height: 75px;
  color: #ff4235;
}
@media screen and (min-width: 769px) {
  .p-top-present__present-title--phase02 {
    font-size: 40px;
    line-height: 60px;
  }
}
.p-top-present__present-title--strong {
  color: #00a23f;
  background: #fffc40;
}
.p-top-present__present-model {
  display: inline-block;
  padding: 5px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background: #ff4235;
  border-radius: 9999px;
  font-family: "Yu Gothic Pr6N B", sans-serif;
}
@media screen and (min-width: 769px) {
  .p-top-present__present-model {
    padding: 5px 20px;
    font-size: 17px;
    line-height: 20px;
  }
}
.p-top-present__present-text {
  font-size: 24px;
  line-height: 36px;
}
@media screen and (min-width: 769px) {
  .p-top-present__present-text {
    font-size: 18px;
    line-height: 30px;
  }
}
.p-top-present__present-text--strong {
  font-family: "Yu Gothic Pr6N B", sans-serif;
  color: #00a23f;
  background: #d4f0df;
}

.p-top-application {
  position: relative;
  background-position: center top;
  background-image: url('../img/p-top/application/p-top-application__background--sp.jpg?1623982215');
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 170px;
  padding-bottom: 75px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-top-application {
    padding-top: 160px;
    padding-bottom: 55px;
    background-image: url('../img/p-top/application/p-top-application__background--pc.jpg?1623982215');
  }
}
.p-top-application__confetti {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-image: url('../img/p-top/application/p-top-application__confetti--sp.png?1623982215');
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .p-top-application__confetti {
    background-image: url('../img/p-top/application/p-top-application__confetti--pc.png?1623982215');
  }
}
.p-top-application__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-image: url('../img/p-top/application/p-top-application__image--sp.png?1623982215');
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .p-top-application__image {
    background-position: center top;
    background-image: url('../img/p-top/application/p-top-application__image--pc.png?1623982215');
  }
}
.p-top-application__foreground {
  position: relative;
}
.p-top-application__copy {
  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__copy--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 338px;
  height: 38px;
}
@media screen and (min-width: 769px) {
  .p-top-application__copy {
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/application/p-top-application__copy--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 281px;
    height: 31px;
  }
}
.p-top-application__title {
  font-family: "Shuei MaruGo B", sans-serif;
  width: 700px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-size: 55px;
  line-height: 84px;
  color: #fff;
  text-align: center;
  background-image: url('../img/common/white-dots--5px.png?1623982215');
  background-position: center bottom;
  background-repeat: repeat-x;
}
@media screen and (min-width: 769px) {
  .p-top-application__title {
    width: 570px;
    margin-bottom: 50px;
    font-size: 46px;
    line-height: 70px;
  }
}
.p-top-application__text {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 44px;
  color: #fff;
  text-align: center;
  font-family: "Yu Gothic Pr6N B", sans-serif;
}
@media screen and (min-width: 769px) {
  .p-top-application__text {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 35px;
  }
}
@media screen and (min-width: 769px) {
  .p-top-application__methods {
    display: flex;
    justify-content: space-between;
    width: 980px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }
}
.p-top-application__method {
  position: relative;
  box-sizing: border-box;
  padding-top: 350px;
  margin-right: auto;
  margin-left: auto;
  -webkit-filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.25));
  will-change: filter;
}
@media screen and (min-width: 769px) {
  .p-top-application__method {
    padding-top: 270px;
    margin-right: 0;
    margin-left: 0;
  }
}
.p-top-application__method--twitter {
  display: block;
  background: url('../img/p-top/application/p-top-application__method--twitter--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 615px;
  height: 615px;
  margin-bottom: 140px;
}
@media screen and (min-width: 769px) {
  .p-top-application__method--twitter {
    margin-bottom: 0;
    display: block;
    background: url('../img/p-top/application/p-top-application__method--twitter--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 473px;
    height: 473px;
  }
}
.p-top-application__method--form {
  margin-bottom: 40px;
  display: block;
  background: url('../img/p-top/application/p-top-application__method--form--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 615px;
  height: 615px;
}
@media screen and (min-width: 769px) {
  .p-top-application__method--form {
    margin-bottom: 0;
    display: block;
    background: url('../img/p-top/application/p-top-application__method--form--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 473px;
    height: 473px;
  }
}
.p-top-application__method-balloon {
  position: absolute;
}
.p-top-application__method-balloon--form {
  top: -115px;
  right: -60px;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/application/p-top-application__method-balloon--form--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 412px;
  height: 189px;
}
@media screen and (min-width: 769px) {
  .p-top-application__method-balloon--form {
    top: -60px;
    right: -25px;
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/application/p-top-application__method-balloon--form--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 257px;
    height: 119px;
  }
}
.p-top-application__method-title {
  display: none;
}
.p-top-application__method-text {
  margin-bottom: 15px;
  font-size: 23px;
  line-height: 32px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-top-application__method-text {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
  }
}
.p-top-application__method-go {
  margin-right: auto;
  margin-left: auto;
}
.p-top-application__method-go--twitter {
  transition: all 0.3s ease;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/application/p-top-application__method-go--twitter--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 385px;
  height: 79px;
}
.p-top-application__method-go--twitter a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top-application__method-go--twitter:hover {
  cursor: pointer;
  opacity: 0.6;
}
@media screen and (min-width: 769px) {
  .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.png?1623982215') no-repeat;
    background-size: contain;
    width: 296px;
    height: 61px;
  }
}
.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.png?1623982215') no-repeat;
  background-size: contain;
  width: 385px;
  height: 79px;
}
@media screen and (min-width: 769px) {
  .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.png?1623982215') no-repeat;
    background-size: contain;
    width: 296px;
    height: 61px;
  }
}
.p-top-application__deadline {
  width: 700px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  font-size: 43px;
  color: #fffc40;
  text-align: center;
  font-family: "Shuei MaruGo B", sans-serif;
  background-image: url('../img/common/white-dots--5px.png?1623982215');
  background-position: center bottom;
  background-repeat: repeat-x;
}
@media screen and (min-width: 769px) {
  .p-top-application__deadline {
    width: 520px;
    margin-bottom: 45px;
    font-size: 31px;
    background-image: url('../img/common/white-dots--3px.png?1623982215');
    background-position: center bottom;
    background-repeat: repeat-x;
  }
}
.p-top-application__deadline--strong {
  color: #fff;
}
.p-top-application__end-title {
  margin-bottom: 10px;
  font-size: 50px;
  color: #fffc40;
  text-align: center;
  font-family: "Shuei MaruGo B", sans-serif;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .p-top-application__end-title {
    margin-bottom: 0;
    font-size: 47px;
  }
}
.p-top-application__end-text {
  font-size: 26px;
  color: #fff;
  text-align: center;
  font-family: "Shuei MaruGo B", sans-serif;
}
@media screen and (min-width: 769px) {
  .p-top-application__end-text {
    font-size: 19px;
  }
}

.p-top-notice {
  position: relative;
  width: 100%;
}
.p-top-notice__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-right: 0;
  margin-left: 0;
  overflow: hidden;
}
.p-top-notice__flag-garland {
  position: absolute;
}
.p-top-notice__flag-garland--left {
  top: 0;
  left: 0;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/notice/p-top-notice__flag-garland--left--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 269px;
  height: 175px;
}
@media screen and (min-width: 769px) {
  .p-top-notice__flag-garland--left {
    left: calc((100% - 1500px) / 2);
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/notice/p-top-notice__flag-garland--left--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 456px;
    height: 175px;
  }
}
@media screen and (min-width: 1500px) {
  .p-top-notice__flag-garland--left {
    left: 0;
  }
}
.p-top-notice__flag-garland--right {
  top: 0;
  right: 0;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/notice/p-top-notice__flag-garland--right--sp.png?1623982215') no-repeat;
  background-size: contain;
  width: 275px;
  height: 175px;
}
@media screen and (min-width: 769px) {
  .p-top-notice__flag-garland--right {
    right: calc((100% - 1500px) / 2);
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    display: block;
    background: url('../img/p-top/notice/p-top-notice__flag-garland--right--pc.png?1623982215') no-repeat;
    background-size: contain;
    width: 457px;
    height: 177px;
  }
}
@media screen and (min-width: 1500px) {
  .p-top-notice__flag-garland--right {
    right: 0;
  }
}
.p-top-notice__foreground {
  position: relative;
  padding-top: 90px;
}
@media screen and (min-width: 769px) {
  .p-top-notice__foreground {
    padding-top: 65px;
  }
}
.p-top-notice__title {
  font-family: "Shuei MaruGo B", sans-serif;
  width: 310px;
  padding-bottom: 5px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  font-size: 60px;
  line-height: 90px;
  color: #00a23f;
  text-align: center;
  background-image: url('../img/common/green-dots--5px.png?1623982215');
  background-position: center bottom;
  background-repeat: repeat-x;
}
@media screen and (min-width: 769px) {
  .p-top-notice__title {
    width: 235px;
    padding-bottom: 5px;
    margin-bottom: 30px;
    font-size: 46px;
    line-height: 70px;
  }
}
.p-top-notice__notes {
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .p-top-notice__notes {
    width: 1000px;
  }
}
.p-top-notice__note {
  padding-left: 1em;
  font-size: 24px;
  line-height: 48px;
  text-indent: -1em;
}
@media screen and (min-width: 769px) {
  .p-top-notice__note {
    font-size: 14px;
    line-height: 28px;
  }
}
.p-top-notice__note--more-indent {
  padding-left: 2em;
  text-indent: -2em;
}
.p-top-overlay__badge {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/p-top/overlay/p-top-overlay__badge.png?1623982215') no-repeat;
  background-size: contain;
  width: 177px;
  height: 177px;
  transition: all 0.3s ease;
}
.p-top-overlay__badge a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top-overlay__badge:hover {
  cursor: pointer;
  opacity: 0.6;
}
@media screen and (min-width: 769px) {
  .p-top-overlay__badge {
    margin-right: -200px;
  }
}
@media screen and (min-width: 769px) {
  .p-top-overlay__badge.u-active {
    margin-right: 0;
  }
}

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

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

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

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

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

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

@-webkit-keyframes mineoSevenAnimation {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-75deg);
  }
  25% {
    transform: rotate(-75deg);
  }
  30% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes mineoSevenAnimation {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-75deg);
  }
  25% {
    transform: rotate(-75deg);
  }
  30% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes mineoSevenAnimationLess {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-75deg);
  }
  12% {
    transform: rotate(-75deg);
  }
  15% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes mineoSevenAnimationLess {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-75deg);
  }
  12% {
    transform: rotate(-75deg);
  }
  15% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes mineoHeAnimation {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(75deg);
  }
  25% {
    transform: rotate(75deg);
  }
  30% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes mineoHeAnimation {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(75deg);
  }
  25% {
    transform: rotate(75deg);
  }
  30% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes mineoHeAnimationLess {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(75deg);
  }
  12% {
    transform: rotate(75deg);
  }
  15% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes mineoHeAnimationLess {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(75deg);
  }
  12% {
    transform: rotate(75deg);
  }
  15% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.u-mineo-seven {
  -webkit-animation: mineoSevenAnimation 2s linear infinite;
  animation: mineoSevenAnimation 2s linear infinite;
}
.u-mineo-seven--less {
  -webkit-animation: mineoSevenAnimationLess 4s linear infinite;
  animation: mineoSevenAnimationLess 4s linear infinite;
}

.u-mineo-he {
  -webkit-animation: mineoHeAnimation 2s linear infinite;
  animation: mineoHeAnimation 2s linear infinite;
}
.u-mineo-he--less {
  -webkit-animation: mineoHeAnimationLess 4s linear infinite;
  animation: mineoHeAnimationLess 4s linear infinite;
}