@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;
}

/**
 * Swiper 12.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 29, 2026
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
}

* {
  max-height: 999999px;
}

.l-wrapper {
  position: relative;
}
.l-header {
  display: block;
}
.l-main {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .l-main {
    display: grid;
    grid-template-columns: 1fr minmax(0, 500px) 1fr;
  }
}
.l-main__left, .l-main__right {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-main__left, .l-main__right {
    position: sticky;
    top: 0;
    display: block;
    height: 100vh;
    height: 100dvh;
  }
}
.l-main__content {
  overflow: hidden;
}

@keyframes c-area-left-human-introduce {
  0% {
    transform: translate(-50%, 0%) translate(0%, 0%);
  }
  5% {
    transform: translate(-50%, 0%) translate(2%, 0%) skewX(-1deg);
  }
  10% {
    transform: translate(-50%, 0%) translate(0%, 0%);
  }
  100% {
    transform: translate(-50%, 0%) translate(0%, 0%);
  }
}
.c-area-left {
  display: block;
  isolation: isolate;
  --title-width: min(calc((100vw - 500px) / 2), 246px);
  --human-width: min(calc((100vw - 500px) / 2), 412px);
}
.c-area-left__human {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: var(--human-width);
  transform: translate(-50%, 0);
  transform-origin: center bottom;
}
.c-area-left__human.js-is-active {
  /* stylelint-disable-next-line @stylistic/declaration-colon-newline-after */
  animation: c-area-left-human-introduce 4s linear infinite;
}
.c-area-left__human-image {
  display: block;
  width: 100%;
  height: auto;
}
.c-area-left__title {
  position: absolute;
  top: 32px;
  left: 50%;
  display: block;
  width: var(--title-width);
  transform: translate(-50%, 0);
}
.c-area-left__title-image {
  display: block;
  width: 100%;
  height: auto;
}

.c-area-right {
  position: relative;
  display: block;
  width: var(--nav-width);
  padding: 10px 0;
  margin-right: auto;
  margin-left: auto;
  isolation: isolate;
  --nav-width: min(calc((100vw - 500px) / 2), 244px);
}

/* stylelint-disable scss/operator-no-newline-after */
/* stylelint-disable @stylistic/declaration-colon-newline-after */
.c-menu {
  position: fixed;
  top: 0;
  right: -100vw;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  padding: 14.6666666667vw 0 14.6666666667vw 8vw;
  overflow: auto;
  background: #000;
  transition: right 0.25s linear;
}
@media screen and (min-width: 768px) {
  .c-menu {
    display: none;
  }
}
.c-menu.js-is-active {
  right: 0;
}
.c-menu__open {
  position: fixed;
  top: 1.6vw;
  right: 1.6vw;
  z-index: 5;
  display: block;
  width: 8.5333333333vw;
}
@media screen and (min-width: 768px) {
  .c-menu__open {
    display: none;
  }
}
.c-menu__open-image {
  display: block;
  width: 100%;
  height: auto;
}
.c-menu__close {
  position: absolute;
  top: 1.6vw;
  right: 1.6vw;
  display: block;
  width: 8.5333333333vw;
}
.c-menu__close-image {
  display: block;
  width: 100%;
  height: auto;
}
.c-menu__nav {
  position: relative;
  --nav-width: 84vw;
  width: 84vw;
  height: 138.6666666667vw;
}

/* stylelint-disable @stylistic/declaration-colon-newline-after */
/* stylelint-disable @stylistic/indentation */
.c-nav {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0;
  width: 100%;
}
.c-nav__item {
  display: block;
  flex-shrink: 1;
  width: 100%;
  min-height: 0;
  border-bottom: calc(0.0031746032 * var(--nav-width)) solid #00b45f;
}
.c-nav__item-image {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes marker-wave-underline {
  from {
    background-position: 0 100%;
  }
  to {
    background-position: var(--wave-width) 100%;
  }
}
.c-marker {
  position: relative;
  display: inline-block;
  color: #fff000;
}
.c-marker::before {
  position: absolute;
  right: 0;
  bottom: 0.125em;
  left: 0;
  height: var(--wave-height);
  pointer-events: none;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='8' viewBox='0 0 16 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4 Q4 0 8 4 T16 4' fill='none' stroke='%23fff000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: 0 100%;
  background-size: var(--wave-width) var(--wave-height);
  --wave-width: 3.2vw;
  --wave-height: 1.6vw;
}
@media screen and (min-width: 768px) {
  .c-marker::before {
    --wave-width: 16px;
    --wave-height: 8px;
  }
}
.c-marker.js-is-active::before {
  animation: marker-wave-underline 1s linear infinite;
}

@keyframes belt-background-scroll {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: calc(var(--belt-background-width) * -1) center;
  }
}
.c-belt {
  --belt-background-width: 262.4vw;
  display: block;
  background-image: url('../img/common/c-belt/c-belt__background.jpg?1780318105');
  background-size: var(--belt-background-width);
  background-position: left center;
  background-repeat: repeat;
  animation-name: belt-background-scroll;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  will-change: background-position;
  height: 58.1333333333vw;
}
@media screen and (min-width: 768px) {
  .c-belt {
    height: 290.6666666667px;
  }
}
@media screen and (min-width: 768px) {
  .c-belt {
    --belt-background-width: 1312px;
  }
}

@keyframes c-effect-illustration-reveal {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.c-effect-illustration {
  display: block;
  opacity: 0;
}
.c-effect-illustration.js-is-active {
  animation-name: c-effect-illustration-reveal;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes c-effect-note-swing {
  0% {
    transform: skewX(0deg);
  }
  20% {
    transform: skewX(4deg);
  }
  50% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.c-effect-note {
  transform-origin: center top;
}
.c-effect-note.js-is-active {
  animation-name: c-effect-note-swing;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.c-background-chodo {
  background-position: center top;
  background-repeat: repeat;
  background-size: 46.6666666667vw;
}
@media screen and (min-width: 768px) {
  .c-background-chodo {
    background-size: 233.3333333333px;
  }
}
.c-background-chodo--white {
  color: #000;
  background-color: #fff;
  background-image: url('../img/common/c-background-chodo/c-background-chodo--white.png?1780318105');
}
.c-background-chodo--orange {
  color: #000;
  background-color: #fd0;
  background-image: url('../img/common/c-background-chodo/c-background-chodo--orange.png?1780318105');
}

.c-background-hand {
  background-position: center top;
  background-repeat: repeat;
  background-size: 35.7333333333vw;
}
@media screen and (min-width: 768px) {
  .c-background-hand {
    background-size: 178.6666666667px;
  }
}
.c-background-hand--green {
  color: #fff;
  background-color: #00b45f;
  background-image: url('../img/common/c-background-hand/c-background-hand__image--green.png?1780318105');
}
.c-background-hand--yellow {
  color: #000;
  background-color: #fff000;
  background-image: url('../img/common/c-background-hand/c-background-hand__image--yellow.png?1780318105');
}
.c-background-hand--deep-blue {
  color: #fff;
  background-color: #0e6fad;
  background-image: url('../img/common/c-background-hand/c-background-hand__image--deep-blue.png?1780318105');
}

@keyframes c-float-go-human-click {
  0% {
    transform: translate(0%, 2%);
  }
  50% {
    transform: translate(0%, 2%);
  }
  55% {
    transform: translate(0%, 0%);
  }
  60% {
    transform: translate(0%, 2%);
  }
  100% {
    transform: translate(0%, 2%);
  }
}
.c-float-go {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.c-float-go__balloon, .c-float-go__human {
  position: absolute;
  width: 34.6666666667vw;
  height: 34.6666666667vw;
}
@media screen and (min-width: 768px) {
  .c-float-go__balloon, .c-float-go__human {
    width: 232px;
    height: 232px;
  }
}
.c-float-go__balloon-image, .c-float-go__human-image {
  display: block;
  width: 100%;
  height: auto;
}
.c-float-go__balloon {
  right: 0;
  bottom: -8.6666666667vw;
  pointer-events: none;
  opacity: 0;
  transition: bottom 0.5s linear, opacity 0.5s linear;
}
@media screen and (min-width: 768px) {
  .c-float-go__balloon {
    bottom: -58px;
  }
}
.c-float-go__human {
  right: -34.6666666667vw;
  bottom: 0;
  transition: right 0.25s linear;
  transform-origin: center bottom;
}
@media screen and (min-width: 768px) {
  .c-float-go__human {
    right: -232px;
  }
}
.c-float-go.js-is-active .c-float-go__balloon {
  bottom: 0;
  opacity: 1;
}
.c-float-go.js-is-active .c-float-go__human {
  right: 0;
  /* stylelint-disable-next-line @stylistic/declaration-colon-newline-after */
  animation: c-float-go-human-click 4s linear infinite;
}

/* stylelint-disable @stylistic/declaration-colon-newline-after */
@keyframes p-home-section-hero-prize-float {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  5% {
    opacity: 1;
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-50%);
  }
  25%, 100% {
    opacity: 0;
    transform: translateY(-150%);
  }
}
@keyframes p-home-section-hero-hand-rotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes p-home-section-hero-prompt-scale {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(0.1);
  }
  55% {
    transform: scale(1.3);
  }
  60% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes p-home-section-hero-packet-float {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-5%);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(0);
  }
}
.p-home-section-hero {
  position: relative;
  height: 178.6666666667vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-home-section-hero {
    height: 55.8333333333vw;
  }
}
.p-home-section-hero:not(.js-is-active) * {
  animation: none;
}
.p-home-section-hero__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.p-home-section-hero__bleed {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 22.6666666667vw;
  background-position: center bottom;
}
@media screen and (min-width: 768px) {
  .p-home-section-hero__bleed {
    display: none;
  }
}
.p-home-section-hero__hand {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  transform-origin: center center;
  animation: p-home-section-hero-hand-rotate 20s linear infinite;
}
.p-home-section-hero__hand-image {
  transition-property: opacity, transform;
  transition-duration: 1s, 1s;
  transition-delay: 0s;
  transition-timing-function: ease-out;
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-hero__human {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  transform-origin: center bottom;
}
.p-home-section-hero__human-image {
  transition-property: opacity, transform;
  transition-duration: 1s, 1s;
  transition-delay: 0s;
  transition-timing-function: ease-out;
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-hero__prompt {
  position: absolute;
  display: block;
  transform-origin: center center;
  animation: p-home-section-hero-prompt-scale 10s linear infinite;
}
.p-home-section-hero__prompt--01 {
  top: 78.6666666667vw;
  left: 16.5333333333vw;
  width: 14.9333333333vw;
  animation-delay: -10s;
}
@media screen and (min-width: 768px) {
  .p-home-section-hero__prompt--01 {
    top: 28.8333333333vw;
    left: 76.5vw;
    width: 9.4166666667vw;
  }
}
.p-home-section-hero__prompt--02 {
  top: 34.9333333333vw;
  left: 82.4vw;
  width: 16vw;
  animation-delay: -8.3333333333s;
}
@media screen and (min-width: 768px) {
  .p-home-section-hero__prompt--02 {
    top: 9.8333333333vw;
    left: 4.6666666667vw;
    width: 11.6666666667vw;
  }
}
.p-home-section-hero__prompt--03 {
  top: 24.5333333333vw;
  left: 1.6vw;
  width: 13.3333333333vw;
  animation-delay: -6.6666666667s;
}
@media screen and (min-width: 768px) {
  .p-home-section-hero__prompt--03 {
    top: 12.3333333333vw;
    left: 70.3333333333vw;
    width: 14.75vw;
  }
}
.p-home-section-hero__prompt--04 {
  top: 95.7333333333vw;
  left: 25.0666666667vw;
  width: 14.9333333333vw;
  animation-delay: -5s;
}
@media screen and (min-width: 768px) {
  .p-home-section-hero__prompt--04 {
    top: 16.9166666667vw;
    left: 23.3333333333vw;
    width: 10.5vw;
  }
}
.p-home-section-hero__prompt--05 {
  top: 80vw;
  left: 64vw;
  width: 27.7333333333vw;
  animation-delay: -3.3333333333s;
}
@media screen and (min-width: 768px) {
  .p-home-section-hero__prompt--05 {
    top: 34vw;
    left: 8.75vw;
    width: 13.6666666667vw;
  }
}
.p-home-section-hero__prompt--06 {
  top: 4vw;
  left: 63.7333333333vw;
  width: 19.7333333333vw;
  animation-delay: -1.6666666667s;
}
@media screen and (min-width: 768px) {
  .p-home-section-hero__prompt--06 {
    top: 36.4166666667vw;
    left: 85.75vw;
    width: 12.0833333333vw;
  }
}
.p-home-section-hero__prompt-image {
  transition-property: opacity, transform;
  transition-duration: 1s, 1s;
  transition-delay: 2s;
  transition-timing-function: ease-out;
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-hero__prize {
  position: absolute;
  display: block;
  animation: p-home-section-hero-prize-float 20s linear infinite;
}
.p-home-section-hero__prize--01, .p-home-section-hero__prize--03, .p-home-section-hero__prize--05, .p-home-section-hero__prize--07 {
  top: 136.2666666667vw;
  left: 1.6vw;
  width: 24.5333333333vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-hero__prize--01, .p-home-section-hero__prize--03, .p-home-section-hero__prize--05, .p-home-section-hero__prize--07 {
    top: 44.4166666667vw;
    left: 32.5vw;
    width: 7.6666666667vw;
  }
}
.p-home-section-hero__prize--02, .p-home-section-hero__prize--04, .p-home-section-hero__prize--06 {
  top: 136.2666666667vw;
  left: 73.8666666667vw;
  width: 24.5333333333vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-hero__prize--02, .p-home-section-hero__prize--04, .p-home-section-hero__prize--06 {
    top: 44.4166666667vw;
    left: 58.4166666667vw;
    width: 7.6666666667vw;
  }
}
.p-home-section-hero__prize--01 {
  animation-delay: -20s;
}
.p-home-section-hero__prize--02 {
  animation-delay: -17.5s;
}
.p-home-section-hero__prize--03 {
  animation-delay: -15s;
}
.p-home-section-hero__prize--04 {
  animation-delay: -12.5s;
}
.p-home-section-hero__prize--05 {
  animation-delay: -10s;
}
.p-home-section-hero__prize--06 {
  animation-delay: -7.5s;
}
.p-home-section-hero__prize--07 {
  animation-delay: -5s;
}
.p-home-section-hero__prize-image {
  transition-property: opacity, transform;
  transition-duration: 1s, 1s;
  transition-delay: 2s;
  transition-timing-function: ease-out;
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-hero__foreground {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-home-section-hero__mineo {
  position: absolute;
  top: 1.6vw;
  left: 1.6vw;
  display: block;
  width: 13.8666666667vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-hero__mineo {
    top: 1.1666666667vw;
    left: 1.1666666667vw;
    width: 8.3333333333vw;
  }
}
.p-home-section-hero__mineo-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-hero__packet {
  position: absolute;
  top: 111.4666666667vw;
  left: 71.7333333333vw;
  display: block;
  width: 25.6vw;
  animation: p-home-section-hero-packet-float 4s linear infinite;
}
@media screen and (min-width: 768px) {
  .p-home-section-hero__packet {
    top: 43.6666666667vw;
    left: 82.0833333333vw;
    width: 12.8333333333vw;
  }
}
.p-home-section-hero__packet-image {
  transition-property: opacity, transform;
  transition-duration: 1s, 1s;
  transition-delay: 1.5s;
  transition-timing-function: ease-out;
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-hero__title {
  position: absolute;
  top: 6.4vw;
  left: 11.7333333333vw;
  display: block;
  width: 76.5333333333vw;
  transition-property: opacity, transform;
  transition-duration: 1s, 1s;
  transition-delay: 0.5s;
  transition-timing-function: ease-out;
}
@media screen and (min-width: 768px) {
  .p-home-section-hero__title {
    top: 1.25vw;
    left: 37.6666666667vw;
    width: 24.6666666667vw;
  }
}
.p-home-section-hero__title-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-hero__date {
  position: absolute;
  display: block;
  transition-property: opacity, transform;
  transition-duration: 1s, 1s;
  transition-delay: 0.75s;
  transition-timing-function: ease-out;
}
.p-home-section-hero__date--ended {
  top: 68.5333333333vw;
  left: 21.0666666667vw;
  width: 56vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-hero__date--ended {
    top: 21.25vw;
    left: 40.6666666667vw;
    width: 18.0833333333vw;
  }
}
.p-home-section-hero__date--progress {
  top: 68.2666666667vw;
  left: 17.3333333333vw;
  width: 62.4vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-hero__date--progress {
    top: 21.1666666667vw;
    left: 39.5vw;
    width: 20.1666666667vw;
  }
}
.p-home-section-hero__get {
  position: absolute;
  top: 158.1333333333vw;
  left: 13.6vw;
  display: block;
  width: 72.8vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-hero__get {
    top: 48.5vw;
    left: 38.6666666667vw;
    width: 22.75vw;
  }
}
.p-home-section-hero__get-image {
  transition-property: opacity, transform;
  transition-duration: 1s, 1s;
  transition-delay: 1.5s;
  transition-timing-function: ease-out;
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-hero--loading .p-home-section-hero__hand-image, .p-home-section-hero--loading .p-home-section-hero__human-image, .p-home-section-hero--loading .p-home-section-hero__prompt-image, .p-home-section-hero--loading .p-home-section-hero__prize-image, .p-home-section-hero--loading .p-home-section-hero__packet-image, .p-home-section-hero--loading .p-home-section-hero__title, .p-home-section-hero--loading .p-home-section-hero__date, .p-home-section-hero--loading .p-home-section-hero__get-image {
  opacity: 0;
}
.p-home-section-hero--loading .p-home-section-hero__title, .p-home-section-hero--loading .p-home-section-hero__packet-image, .p-home-section-hero--loading .p-home-section-hero__get-image, .p-home-section-hero--loading .p-home-section-hero__date {
  transform: scale(1.2);
}

@keyframes p-home-section-introduction-human-bounce {
  0% {
    transform: translateY(0%);
  }
  25% {
    transform: translateY(3%);
  }
  50% {
    transform: translateY(0%);
  }
  75% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0%);
  }
}
.p-home-section-introduction {
  padding-top: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-introduction {
    padding-top: 66.6666666667px;
  }
}
.p-home-section-introduction__title {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 84vw;
  margin-bottom: 11.2vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-introduction__title {
    width: 420px;
    margin-bottom: 56px;
  }
}
.p-home-section-introduction__title-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-introduction__text {
  text-align: center;
  letter-spacing: -0.05em;
  font-family: "FOT-スキップ ProN B", sans-serif;
  font-size: 4.2666666667vw;
  line-height: 8.5333333333vw;
  margin-bottom: 11.2vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-introduction__text {
    font-size: 21.3333333333px;
    line-height: 42.6666666667px;
    margin-bottom: 56px;
  }
}
.p-home-section-introduction__conclusion {
  color: #fff000;
  text-align: center;
  letter-spacing: -0.07em;
  font-family: "FOT-スキップ ProN B", sans-serif;
  font-size: 5.8666666667vw;
  line-height: 8.5333333333vw;
  margin-bottom: 11.2vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-introduction__conclusion {
    font-size: 29.3333333333px;
    line-height: 42.6666666667px;
    margin-bottom: 56px;
  }
}
.p-home-section-introduction__human-wrapper {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100vw;
  height: 72.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-introduction__human-wrapper {
    width: 500px;
    height: 361.3333333333px;
  }
}
.p-home-section-introduction__human {
  position: absolute;
  display: block;
  transform-origin: bottom center;
  left: 0vw;
  top: 0vw;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-introduction__human {
    left: 0px;
    top: 0px;
    width: 500px;
  }
}
.p-home-section-introduction__human.js-is-active {
  /* stylelint-disable-next-line @stylistic/declaration-colon-newline-after */
  animation: p-home-section-introduction-human-bounce 2s linear infinite;
}
.p-home-section-introduction__human-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-introduction__balloon {
  position: absolute;
  display: block;
  opacity: 0;
  transform: translateY(20%);
  transition-property: opacity, transform;
  transition-duration: 1s, 1s;
  transition-timing-function: ease-out;
  left: 62.9333333333vw;
  top: 2.6666666667vw;
  width: 30.9333333333vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-introduction__balloon {
    left: 314.6666666667px;
    top: 13.3333333333px;
    width: 154.6666666667px;
  }
}
.p-home-section-introduction__balloon.js-is-active {
  opacity: 1;
  transform: translateY(0);
}
.p-home-section-introduction__balloon-image {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes p-home-section-examples-human-watching {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 1.02);
  }
  100% {
    transform: scale(1, 1);
  }
}
.p-home-section-examples {
  position: relative;
  padding-top: 6.1333333333vw;
  padding-bottom: 56.8vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-examples {
    padding-top: 30.6666666667px;
    padding-bottom: 284px;
  }
}
.p-home-section-examples__preload-font {
  position: absolute;
  top: -9999px;
  left: -9999px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0;
}
.p-home-section-examples__preload-font--b {
  font-family: "FOT-スキップ ProN B", sans-serif;
}
.p-home-section-examples__lead {
  margin-right: auto;
  margin-left: auto;
  width: 70.9333333333vw;
  margin-bottom: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-examples__lead {
    width: 354.6666666667px;
    margin-bottom: 21.3333333333px;
  }
}
.p-home-section-examples__lead-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-examples__title {
  text-align: center;
  font-family: "FOT-スキップ ProN B", sans-serif;
  font-size: 4.2666666667vw;
  line-height: 9.6vw;
  margin-bottom: 8.5333333333vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-examples__title {
    font-size: 21.3333333333px;
    line-height: 48px;
    margin-bottom: 42.6666666667px;
  }
}
.p-home-section-examples__swiper-area {
  position: relative;
}
.p-home-section-examples__swiper-wrapper {
  width: 100vw;
  height: 125.6vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-examples__swiper-wrapper {
    width: 500px;
    height: 628px;
  }
}
.p-home-section-examples__slide {
  width: 84vw;
  height: 125.6vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-examples__slide {
    width: 420px;
    height: 628px;
  }
}
.p-home-section-examples__card {
  margin-right: auto;
  margin-left: auto;
  width: 78.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-examples__card {
    width: 393.3333333333px;
  }
}
.p-home-section-examples__card-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-examples__button-prev, .p-home-section-examples__button-next {
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 9.8666666667vw;
  height: 9.8666666667vw;
  top: 57.8666666667vw;
}
.p-home-section-examples__button-prev::after, .p-home-section-examples__button-next::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .p-home-section-examples__button-prev, .p-home-section-examples__button-next {
    width: 49.3333333333px;
    height: 49.3333333333px;
    top: 289.3333333333px;
  }
}
.p-home-section-examples__button-prev {
  background-image: url('../img/p-home/section-examples/p-home-section-examples__button-prev.png?1780318105');
  left: 5.8666666667vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-examples__button-prev {
    left: 29.3333333333px;
  }
}
.p-home-section-examples__button-next {
  background-image: url('../img/p-home/section-examples/p-home-section-examples__button-next.png?1780318105');
  right: 5.8666666667vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-examples__button-next {
    right: 29.3333333333px;
  }
}
.p-home-section-examples__pagination-wrapper {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19.2vw;
  height: 13.8666666667vw;
  top: -7.4666666667vw;
  right: 3.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-examples__pagination-wrapper {
    width: 96px;
    height: 69.3333333333px;
    top: -37.3333333333px;
    right: 17.3333333333px;
  }
}
.p-home-section-examples__pagination-wrapper-image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.p-home-section-examples__pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00b45f;
  font-family: "FOT-スキップ ProN B", sans-serif;
  font-size: 5.3333333333vw;
  line-height: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-examples__pagination {
    font-size: 26.6666666667px;
    line-height: 26.6666666667px;
  }
}
.p-home-section-examples__human {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  transform-origin: center bottom;
  width: 100vw;
  height: 58.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-examples__human {
    width: 500px;
    height: 293.3333333333px;
  }
}
.p-home-section-examples__human.js-is-active {
  /* stylelint-disable-next-line @stylistic/declaration-colon-newline-after */
  animation: p-home-section-examples-human-watching 2s linear infinite;
}
.p-home-section-examples__human-image {
  display: block;
  width: 100%;
  height: auto;
}

.p-home-section-present__board {
  position: relative;
}
.p-home-section-present__board-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #fff;
  border-color: transparent;
  border-style: solid;
  border-image-source: url('../img/p-home/section-present/p-home-section-present__board-image.png?1780318105');
  border-image-slice: 32 fill;
  border-image-repeat: round;
  border-width: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present__board-image {
    border-width: 21.3333333333px;
  }
}
.p-home-section-present__board-body {
  position: relative;
  z-index: 1;
  color: #000;
}

.p-home-section-present-overview {
  position: relative;
  padding-top: 35.4666666667vw;
  padding-bottom: 38.4vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-overview {
    padding-top: 177.3333333333px;
    padding-bottom: 192px;
  }
}
.p-home-section-present-overview__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.p-home-section-present-overview__content {
  position: relative;
  z-index: 1;
}
.p-home-section-present-overview__foreground {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.p-home-section-present-overview__illustration {
  position: absolute;
  pointer-events: none;
}
.p-home-section-present-overview__illustration--01 {
  width: 17.8666666667vw;
  left: 30.6666666667vw;
  top: 20vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-overview__illustration--01 {
    width: 89.3333333333px;
    left: 153.3333333333px;
    top: 100px;
  }
}
.p-home-section-present-overview__illustration--02 {
  animation-delay: 0.5s;
  width: 13.8666666667vw;
  left: 77.3333333333vw;
  top: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-overview__illustration--02 {
    width: 69.3333333333px;
    left: 386.6666666667px;
    top: 46.6666666667px;
  }
}
.p-home-section-present-overview__illustration-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-present-overview__note {
  position: absolute;
  pointer-events: none;
}
.p-home-section-present-overview__note--01 {
  width: 21.8666666667vw;
  left: 5.6vw;
  top: 11.7333333333vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-overview__note--01 {
    width: 109.3333333333px;
    left: 28px;
    top: 58.6666666667px;
  }
}
.p-home-section-present-overview__note--02 {
  width: 16.8vw;
  left: 79.2vw;
  top: 88.5333333333vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-overview__note--02 {
    width: 84px;
    left: 396px;
    top: 442.6666666667px;
  }
}
.p-home-section-present-overview__note-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-present-overview__lead {
  margin-right: auto;
  margin-left: auto;
  width: 82.4vw;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-overview__lead {
    width: 412px;
    margin-bottom: 53.3333333333px;
  }
}
.p-home-section-present-overview__lead-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-present-overview__title {
  color: #00b45f;
  text-align: center;
  font-family: "FOT-スキップ ProN B", sans-serif;
  font-size: 4.8vw;
  line-height: 7.4666666667vw;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-overview__title {
    font-size: 24px;
    line-height: 37.3333333333px;
    margin-bottom: 26.6666666667px;
  }
}
.p-home-section-present-overview__text {
  text-align: center;
  font-family: "FOT-スキップ ProN B", sans-serif;
  font-size: 3.7333333333vw;
  line-height: 7.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-overview__text {
    font-size: 18.6666666667px;
    line-height: 37.3333333333px;
  }
}

/* stylelint-disable @stylistic/declaration-colon-newline-after */
/* stylelint-disable @stylistic/declaration-colon-space-after */
@keyframes p-home-section-present-selection-card-hand-left {
  0% {
    opacity: 0;
    transform: translate(-100%, 0);
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes p-home-section-present-selection-card-hand-right {
  0% {
    opacity: 0;
    transform: translate(100%, 0);
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes p-home-section-present-selection-card-hand-loop {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
}
.p-home-section-present-selection {
  position: relative;
  padding-bottom: 37.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-selection {
    padding-bottom: 186.6666666667px;
  }
}
.p-home-section-present-selection__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.p-home-section-present-selection__content {
  position: relative;
  z-index: 1;
}
.p-home-section-present-selection__foreground {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.p-home-section-present-selection__title {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 90.6666666667vw;
  margin-bottom: 14.4vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-selection__title {
    width: 453.3333333333px;
    margin-bottom: 72px;
  }
}
.p-home-section-present-selection__title-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-present-selection__illustration {
  position: absolute;
  pointer-events: none;
}
.p-home-section-present-selection__illustration--01 {
  width: 16.8vw;
  left: 35.2vw;
  top: -31.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-selection__illustration--01 {
    width: 84px;
    left: 176px;
    top: -157.3333333333px;
  }
}
.p-home-section-present-selection__illustration--02 {
  animation-delay: 0.5s;
  width: 24vw;
  left: 67.2vw;
  top: -34.4vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-selection__illustration--02 {
    width: 120px;
    left: 336px;
    top: -172px;
  }
}
.p-home-section-present-selection__illustration--03 {
  width: 6.1333333333vw;
  left: 89.0666666667vw;
  top: 57.0666666667vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-selection__illustration--03 {
    width: 30.6666666667px;
    left: 445.3333333333px;
    top: 285.3333333333px;
  }
}
.p-home-section-present-selection__illustration--04 {
  width: 6.1333333333vw;
  left: 5.0666666667vw;
  top: 200vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-selection__illustration--04 {
    width: 30.6666666667px;
    left: 25.3333333333px;
    top: 1000px;
  }
}
.p-home-section-present-selection__illustration-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-present-selection__card-list {
  display: flex;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  gap: 16vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-selection__card-list {
    gap: 80px;
  }
}
.p-home-section-present-selection__card-area {
  position: relative;
  width: 100%;
}
.p-home-section-present-selection__card {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 84vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-selection__card {
    width: 420px;
  }
}
.p-home-section-present-selection__card-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-present-selection__card-hand {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  width: 21.3333333333vw;
  top: 27.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-selection__card-hand {
    width: 106.6666666667px;
    top: 137.3333333333px;
  }
}
.p-home-section-present-selection__card-hand--left {
  transform-origin: left center;
  left: 0vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-selection__card-hand--left {
    left: 0px;
  }
}
.p-home-section-present-selection__card-hand--left .p-home-section-present-selection__card-hand-image {
  transform-origin: left center;
}
.p-home-section-present-selection__card-hand--right {
  transform-origin: right center;
  right: 0vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-selection__card-hand--right {
    right: 0px;
  }
}
.p-home-section-present-selection__card-hand--right .p-home-section-present-selection__card-hand-image {
  transform-origin: right center;
}
.p-home-section-present-selection__card-hand.js-is-active {
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.p-home-section-present-selection__card-hand.js-is-active .p-home-section-present-selection__card-hand-image {
  animation: p-home-section-present-selection-card-hand-loop 1.5s ease-in-out 0.5s infinite backwards;
}
.p-home-section-present-selection__card-hand--left.js-is-active {
  animation-name: p-home-section-present-selection-card-hand-left;
}
.p-home-section-present-selection__card-hand--right.js-is-active {
  animation-name: p-home-section-present-selection-card-hand-right;
}
.p-home-section-present-selection__card-hand-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-present-selection__note {
  position: absolute;
  pointer-events: none;
}
.p-home-section-present-selection__note--01 {
  width: 22.6666666667vw;
  left: 4.5333333333vw;
  top: -32.8vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-selection__note--01 {
    width: 113.3333333333px;
    left: 22.6666666667px;
    top: -164px;
  }
}
.p-home-section-present-selection__note-image {
  display: block;
  width: 100%;
  height: auto;
}

.p-home-section-present-application {
  position: relative;
  padding-bottom: 29.8666666667vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-application {
    padding-bottom: 149.3333333333px;
  }
}
.p-home-section-present-application__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.p-home-section-present-application__content {
  position: relative;
  z-index: 1;
}
.p-home-section-present-application__foreground {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.p-home-section-present-application__title {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 84.2666666667vw;
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-application__title {
    width: 421.3333333333px;
    margin-bottom: 66.6666666667px;
  }
}
.p-home-section-present-application__title-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-present-application__illustration {
  position: absolute;
  pointer-events: none;
}
.p-home-section-present-application__illustration--01 {
  width: 31.2vw;
  left: 56.5333333333vw;
  top: -21.6vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-application__illustration--01 {
    width: 156px;
    left: 282.6666666667px;
    top: -108px;
  }
}
.p-home-section-present-application__illustration--02 {
  width: 6.9333333333vw;
  left: 88.5333333333vw;
  top: 60vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-application__illustration--02 {
    width: 34.6666666667px;
    left: 442.6666666667px;
    top: 300px;
  }
}
.p-home-section-present-application__illustration--03 {
  width: 7.2vw;
  left: 5.8666666667vw;
  top: 190.9333333333vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-application__illustration--03 {
    width: 36px;
    left: 29.3333333333px;
    top: 954.6666666667px;
  }
}
.p-home-section-present-application__illustration--04 {
  width: 6.9333333333vw;
  left: 88.5333333333vw;
  top: 320vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-application__illustration--04 {
    width: 34.6666666667px;
    left: 442.6666666667px;
    top: 1600px;
  }
}
.p-home-section-present-application__illustration--05 {
  width: 8.5333333333vw;
  left: 4.5333333333vw;
  top: 448.8vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-application__illustration--05 {
    width: 42.6666666667px;
    left: 22.6666666667px;
    top: 2244px;
  }
}
.p-home-section-present-application__illustration-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-present-application__card-list {
  display: flex;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  gap: 16vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-application__card-list {
    gap: 80px;
  }
}
.p-home-section-present-application__card-area {
  position: relative;
  width: 100%;
}
.p-home-section-present-application__card {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 84vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-application__card {
    width: 420px;
  }
}
.p-home-section-present-application__card-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-present-application__note {
  position: absolute;
  pointer-events: none;
}
.p-home-section-present-application__note--01 {
  width: 21.8666666667vw;
  left: 5.8666666667vw;
  top: -26.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-application__note--01 {
    width: 109.3333333333px;
    left: 29.3333333333px;
    top: -133.3333333333px;
  }
}
.p-home-section-present-application__note-image {
  display: block;
  width: 100%;
  height: auto;
}

.p-home-section-present-packet {
  position: relative;
  padding-bottom: 67.7333333333vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-packet {
    padding-bottom: 338.6666666667px;
  }
}
.p-home-section-present-packet__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.p-home-section-present-packet__content {
  position: relative;
  z-index: 1;
}
.p-home-section-present-packet__foreground {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.p-home-section-present-packet__title {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 70.9333333333vw;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-packet__title {
    width: 354.6666666667px;
    margin-bottom: 40px;
  }
}
.p-home-section-present-packet__title-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-present-packet__illustration {
  position: absolute;
  pointer-events: none;
}
.p-home-section-present-packet__illustration--01 {
  width: 17.6vw;
  left: 7.4666666667vw;
  top: -24.5333333333vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-packet__illustration--01 {
    width: 88px;
    left: 37.3333333333px;
    top: -122.6666666667px;
  }
}
.p-home-section-present-packet__illustration--02 {
  width: 84.5333333333vw;
  left: 7.7333333333vw;
  top: 149.6vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-packet__illustration--02 {
    width: 422.6666666667px;
    left: 38.6666666667px;
    top: 748px;
  }
}
.p-home-section-present-packet__illustration-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-present-packet__card-list {
  display: flex;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  gap: 16vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-packet__card-list {
    gap: 80px;
  }
}
.p-home-section-present-packet__card-area {
  position: relative;
  width: 100%;
}
.p-home-section-present-packet__card {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 84vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-packet__card {
    width: 420px;
  }
}
.p-home-section-present-packet__card-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-present-packet__note {
  position: absolute;
  pointer-events: none;
}
.p-home-section-present-packet__note--01 {
  width: 22.6666666667vw;
  left: 72vw;
  top: -25.8666666667vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-present-packet__note--01 {
    width: 113.3333333333px;
    left: 360px;
    top: -129.3333333333px;
  }
}
.p-home-section-present-packet__note-image {
  display: block;
  width: 100%;
  height: auto;
}

.p-home-section-apply-overview {
  padding-top: 17.0666666667vw;
  padding-bottom: 8.5333333333vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-overview {
    padding-top: 85.3333333333px;
    padding-bottom: 42.6666666667px;
  }
}
.p-home-section-apply-overview__lead {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 67.2vw;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-overview__lead {
    width: 336px;
    margin-bottom: 26.6666666667px;
  }
}
.p-home-section-apply-overview__lead-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-apply-overview__title {
  color: #00b45f;
  text-align: center;
  font-family: "FOT-スキップ ProN B", sans-serif;
  font-size: 4.8vw;
  line-height: 7.4666666667vw;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-overview__title {
    font-size: 24px;
    line-height: 37.3333333333px;
    margin-bottom: 26.6666666667px;
  }
}
.p-home-section-apply-overview__text {
  text-align: center;
  font-family: "FOT-スキップ ProN B", sans-serif;
  font-size: 3.7333333333vw;
  line-height: 7.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-overview__text {
    font-size: 18.6666666667px;
    line-height: 37.3333333333px;
  }
}

@keyframes p-home-section-apply-flow-human-swing {
  0% {
    transform: skewX(2deg);
  }
  50% {
    transform: skewX(-2deg);
  }
  100% {
    transform: skewX(2deg);
  }
}
.p-home-section-apply-flow__box {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  background-color: #00b45f;
  width: 84vw;
  padding: 6.6666666667vw;
  border-radius: 1.3333333333vw;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-flow__box {
    width: 420px;
    padding: 33.3333333333px;
    border-radius: 6.6666666667px;
    margin-bottom: 13.3333333333px;
  }
}
.p-home-section-apply-flow__title {
  line-height: 1em;
  text-align: center;
  font-family: "FOT-スキップ ProN B", sans-serif;
  font-size: 5.3333333333vw;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-flow__title {
    font-size: 26.6666666667px;
    margin-bottom: 13.3333333333px;
  }
}
.p-home-section-apply-flow__sub-title {
  color: #fff000;
  font-family: "FOT-スキップ ProN B", sans-serif;
  font-size: 5.8666666667vw;
  line-height: 10.6666666667vw;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-flow__sub-title {
    font-size: 29.3333333333px;
    line-height: 53.3333333333px;
    margin-bottom: 13.3333333333px;
  }
}
.p-home-section-apply-flow__sub-title--no {
  font-size: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-flow__sub-title--no {
    font-size: 53.3333333333px;
  }
}
.p-home-section-apply-flow__sub-text {
  letter-spacing: -0.03em;
  font-family: "FOT-スキップ ProN B", sans-serif;
  font-size: 3.7333333333vw;
  line-height: 5.8666666667vw;
  margin-bottom: 9.0666666667vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-flow__sub-text {
    font-size: 18.6666666667px;
    line-height: 29.3333333333px;
    margin-bottom: 45.3333333333px;
  }
}
.p-home-section-apply-flow__line {
  border-top-color: #fff;
  border-top-style: solid;
  border-top-width: 0.2666666667vw;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-flow__line {
    border-top-width: 1.3333333333px;
    margin-bottom: 26.6666666667px;
  }
}
.p-home-section-apply-flow__arrow {
  position: relative;
  border-top-color: #fff;
  border-top-style: solid;
  border-top-width: 0.2666666667vw;
  height: 3.2vw;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-flow__arrow {
    border-top-width: 1.3333333333px;
    height: 16px;
    margin-bottom: 26.6666666667px;
  }
}
.p-home-section-apply-flow__arrow::before, .p-home-section-apply-flow__arrow::after {
  position: absolute;
  left: 50%;
  display: block;
  content: "";
  transform: translate(-50%, 0);
  border-style: solid;
  border-width: 2.6666666667vw 2.6666666667vw 0vw 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-flow__arrow::before, .p-home-section-apply-flow__arrow::after {
    border-width: 13.3333333333px 13.3333333333px 0px 13.3333333333px;
  }
}
.p-home-section-apply-flow__arrow::before {
  top: 0;
  border-color: #fff transparent transparent transparent;
}
.p-home-section-apply-flow__arrow::after {
  border-color: #00b45f transparent transparent transparent;
  top: -0.4vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-flow__arrow::after {
    top: -2px;
  }
}
.p-home-section-apply-flow__period-box {
  position: relative;
  display: flex;
  flex-direction: column;
  border-color: #fff;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 1.3333333333vw;
  padding: 6.4vw 0vw;
  gap: 3.2vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-flow__period-box {
    border-width: 1.3333333333px;
    border-radius: 6.6666666667px;
    padding: 32px 0px;
    gap: 16px;
  }
}
.p-home-section-apply-flow__period-title {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  line-height: 1em;
  letter-spacing: -0.03em;
  transform: translate(-50%, -50%);
  background-color: #00b45f;
  font-family: "FOT-スキップ ProN B", sans-serif;
  padding: 0vw 1.3333333333vw;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-flow__period-title {
    padding: 0px 6.6666666667px;
    font-size: 21.3333333333px;
  }
}
.p-home-section-apply-flow__period-term {
  width: -moz-max-content;
  width: max-content;
  margin-right: auto;
  margin-left: auto;
  color: #00b45f;
  letter-spacing: -0.014em;
  border-radius: 9999px;
  background-color: #fff000;
  font-family: "FOT-スキップ ProN B", sans-serif;
  padding: 0vw 2.6666666667vw;
  font-size: 3.7333333333vw;
  line-height: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-flow__period-term {
    padding: 0px 13.3333333333px;
    font-size: 18.6666666667px;
    line-height: 26.6666666667px;
  }
}
.p-home-section-apply-flow__period-definition {
  line-height: 1em;
  text-align: center;
  letter-spacing: -0.014em;
  font-family: "FOT-スキップ ProN B", sans-serif;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-flow__period-definition {
    font-size: 18.6666666667px;
  }
}
.p-home-section-apply-flow__human-wrapper {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100vw;
  height: 62.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-flow__human-wrapper {
    width: 500px;
    height: 313.3333333333px;
  }
}
.p-home-section-apply-flow__human {
  position: absolute;
  display: block;
  transform-origin: center bottom;
  left: 0vw;
  top: 0vw;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-flow__human {
    left: 0px;
    top: 0px;
    width: 500px;
  }
}
.p-home-section-apply-flow__human.js-is-active {
  /* stylelint-disable-next-line @stylistic/declaration-colon-newline-after */
  animation: p-home-section-apply-flow-human-swing 2s linear infinite;
}
.p-home-section-apply-flow__human-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-apply-flow__balloon {
  position: absolute;
  display: block;
  opacity: 0;
  transform: translateY(20%);
  transition-property: opacity, transform;
  transition-duration: 1s, 1s;
  transition-timing-function: ease-out;
  left: 64.2666666667vw;
  top: 3.7333333333vw;
  width: 30.9333333333vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-flow__balloon {
    left: 321.3333333333px;
    top: 18.6666666667px;
    width: 154.6666666667px;
  }
}
.p-home-section-apply-flow__balloon.js-is-active {
  opacity: 1;
  transform: translateY(0);
}
.p-home-section-apply-flow__balloon-image {
  display: block;
  width: 100%;
  height: auto;
}

.p-home-section-apply-paper {
  padding-bottom: 24vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-paper {
    padding-bottom: 120px;
  }
}
.p-home-section-apply-paper__box {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 87.4666666667vw;
  padding-bottom: 24vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-paper__box {
    width: 437.3333333333px;
    padding-bottom: 120px;
  }
}
.p-home-section-apply-paper__box::before {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  content: "";
  transform: translate(-50%, 0);
  background-color: #fff;
  width: 84vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-paper__box::before {
    width: 420px;
  }
}
.p-home-section-apply-paper__box::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  background-image: url('../img/p-home/section-apply-paper/p-home-section-apply-paper__box-bottom.png?1780318105');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 87.4666666667vw;
  width: 87.4666666667vw;
  height: 37.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-paper__box::after {
    background-size: 437.3333333333px;
    width: 437.3333333333px;
    height: 186.6666666667px;
  }
}
.p-home-section-apply-paper__box-content {
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  width: 84vw;
  padding-top: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-paper__box-content {
    width: 420px;
    padding-top: 53.3333333333px;
  }
}
.p-home-section-apply-paper__title {
  margin-right: auto;
  margin-left: auto;
  width: 64vw;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-paper__title {
    width: 320px;
    margin-bottom: 53.3333333333px;
  }
}
.p-home-section-apply-paper__title-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-apply-paper__round-list {
  display: flex;
  flex-direction: column;
  gap: 10.6666666667vw;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-paper__round-list {
    gap: 53.3333333333px;
    margin-bottom: 53.3333333333px;
  }
}
.p-home-section-apply-paper__announcement {
  color: #00b45f;
  text-align: center;
  font-family: "FOT-スキップ ProN B", sans-serif;
  font-size: 3.7333333333vw;
  line-height: 7.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-paper__announcement {
    font-size: 18.6666666667px;
    line-height: 37.3333333333px;
  }
}
.p-home-section-apply-paper__announcement--strong {
  color: #ff1e83;
}

.p-home-section-apply-round__coming-title {
  margin-right: auto;
  margin-left: auto;
  color: #00b45f;
  text-align: center;
  background-color: #e5f7ec;
  border-color: #00b45f;
  border-style: double;
  font-family: "FOT-スキップ ProN B", sans-serif;
  font-size: 5.3333333333vw;
  line-height: 8vw;
  border-width: 0.8vw;
  width: 70.6666666667vw;
  padding: 3.2vw 0vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-round__coming-title {
    font-size: 26.6666666667px;
    line-height: 40px;
    border-width: 4px;
    width: 353.3333333333px;
    padding: 16px 0px;
  }
}
.p-home-section-apply-round__coming-title--strong {
  color: #ff1e83;
}
.p-home-section-apply-round__title {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 70.6666666667vw;
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-round__title {
    width: 353.3333333333px;
    margin-bottom: 66.6666666667px;
  }
}
.p-home-section-apply-round__title--disabled {
  filter: brightness(0.6);
}
.p-home-section-apply-round__title-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-apply-round__ended {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 70.6666666667vw;
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-round__ended {
    width: 353.3333333333px;
    margin-top: 33.3333333333px;
  }
}
.p-home-section-apply-round__ended--disabled {
  filter: brightness(0.6);
}
.p-home-section-apply-round__ended-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-apply-round__prompt-list {
  display: flex;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  width: 70.6666666667vw;
  gap: 12.8vw;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-round__prompt-list {
    width: 353.3333333333px;
    gap: 64px;
    margin-bottom: 26.6666666667px;
  }
}
.p-home-section-apply-round__prompt {
  position: relative;
}
.p-home-section-apply-round__prompt-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-apply-round__prompt-label-wrapper {
  position: absolute;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, 0);
  width: 17.3333333333vw;
  height: 12.5333333333vw;
  top: -6.1333333333vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-round__prompt-label-wrapper {
    width: 86.6666666667px;
    height: 62.6666666667px;
    top: -30.6666666667px;
  }
}
.p-home-section-apply-round__prompt-label-wrapper-image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.p-home-section-apply-round__prompt-label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00b45f;
  font-family: "FOT-スキップ ProN B", sans-serif;
  font-size: 5.3333333333vw;
  line-height: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-round__prompt-label {
    font-size: 26.6666666667px;
    line-height: 26.6666666667px;
  }
}
.p-home-section-apply-round__conclusion-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  width: 73.3333333333vw;
  height: 12vw;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-round__conclusion-wrapper {
    width: 366.6666666667px;
    height: 60px;
    margin-bottom: 40px;
  }
}
.p-home-section-apply-round__conclusion-wrapper-image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.p-home-section-apply-round__conclusion {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00b45f;
  font-family: "FOT-スキップ ProN B", sans-serif;
  font-size: 5.3333333333vw;
  line-height: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-round__conclusion {
    font-size: 26.6666666667px;
    line-height: 26.6666666667px;
  }
}
.p-home-section-apply-round__apply {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 49.6vw;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-round__apply {
    width: 248px;
    margin-bottom: 40px;
  }
}
.p-home-section-apply-round__apply-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-apply-round__go-list {
  display: flex;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  width: 70.6666666667vw;
  gap: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-apply-round__go-list {
    width: 353.3333333333px;
    gap: 26.6666666667px;
  }
}
.p-home-section-apply-round__go-image {
  display: block;
  width: 100%;
  height: auto;
}

.p-home-section-movie {
  padding-top: 16vw;
  padding-bottom: 16vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-movie {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.p-home-section-movie__title {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 85.3333333333vw;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-movie__title {
    width: 426.6666666667px;
    margin-bottom: 53.3333333333px;
  }
}
.p-home-section-movie__title-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-movie__text {
  text-align: center;
  font-family: "FOT-スキップ ProN B", sans-serif;
  font-size: 3.7333333333vw;
  line-height: 7.4666666667vw;
  margin-bottom: 16vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-movie__text {
    font-size: 18.6666666667px;
    line-height: 37.3333333333px;
    margin-bottom: 80px;
  }
}
.p-home-section-movie__youtube-list {
  display: flex;
  flex-direction: column;
  gap: 16vw;
  margin-bottom: 16vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-movie__youtube-list {
    gap: 80px;
    margin-bottom: 80px;
  }
}
.p-home-section-movie__youtube {
  position: relative;
  height: 0;
  padding-bottom: 177.77%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  width: 84vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-movie__youtube {
    width: 420px;
  }
}
.p-home-section-movie__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-home-section-movie__go-list {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-movie__go-list {
    gap: 26.6666666667px;
  }
}
.p-home-section-movie__go {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 84vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-movie__go {
    width: 420px;
  }
}
.p-home-section-movie__go-image {
  display: block;
  width: 100%;
  height: auto;
}

.p-home-section-notes {
  padding-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-notes {
    padding-bottom: 53.3333333333px;
  }
}
.p-home-section-notes__title {
  text-align: center;
  font-family: "FOT-スキップ ProN B", sans-serif;
  font-size: 6.4vw;
  line-height: 6.4vw;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-notes__title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 40px;
  }
}
.p-home-section-notes__note-list {
  margin-right: auto;
  margin-left: auto;
  width: 84vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-notes__note-list {
    width: 420px;
  }
}
.p-home-section-notes__note {
  padding-left: 0.5em;
  text-indent: -0.5em;
  font-family: "FOT-スキップ ProN B", sans-serif;
  font-size: 3.2vw;
  line-height: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-notes__note {
    font-size: 16px;
    line-height: 26.6666666667px;
  }
}
.p-home-section-notes__note a {
  color: #fff000;
}

.p-home-section-footer__copy {
  text-align: center;
  font-family: "FOT-スキップ ProN B", sans-serif;
  font-size: 3.7333333333vw;
  line-height: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-footer__copy {
    font-size: 18.6666666667px;
    line-height: 26.6666666667px;
  }
}
.p-home-section-footer__table {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .p-home-section-footer__table {
    width: 500px;
  }
}
.p-home-section-footer__table-image {
  display: block;
  width: 100%;
  height: auto;
}

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

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

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

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

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

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